diff -r dff6ebfd236f -r 8b0eae1b1d71 wlanutilities/wlansniffer/wlaninfo/src/wsfwlaninfo.cpp --- a/wlanutilities/wlansniffer/wlaninfo/src/wsfwlaninfo.cpp Fri Mar 12 15:48:54 2010 +0200 +++ b/wlanutilities/wlansniffer/wlaninfo/src/wsfwlaninfo.cpp Mon Mar 15 12:44:54 2010 +0200 @@ -50,7 +50,8 @@ iFilterFlags( 0 ), iBrandId( 0 ), iNetworkName( KNullDesC8 ), - iPriority ( 0 ) + iPriority ( 0 ), + iRawSsid ( KNullDesC8 ) { } @@ -78,7 +79,8 @@ iConnectionState( ENotConnected ), iFilterFlags( 0 ), iBrandId( 0 ), - iPriority( 0 ) + iPriority( 0 ), + iRawSsid ( KNullDesC8 ) { }