diff -r 024ee8b21fe2 -r aaabc7526ded wlanutilities/wlansniffer/engine/server/src/wsfwlanbearerconnectionmonitor.cpp --- a/wlanutilities/wlansniffer/engine/server/src/wsfwlanbearerconnectionmonitor.cpp Tue May 25 13:53:32 2010 +0300 +++ b/wlanutilities/wlansniffer/engine/server/src/wsfwlanbearerconnectionmonitor.cpp Wed Jun 09 10:53:40 2010 +0300 @@ -580,6 +580,11 @@ } } LOG_WRITEF( "conn.secmode = %d", aWlanInfo->iSecurityMode ); + + aWlanInfo->SetUsesPreSharedKey( + EConnMonSecurityWpaPsk == securityAttribute ); + + LOG_WRITEF( "conn.usespresharedkey = %d", aWlanInfo->UsesPreSharedKey() ); // network mode TInt networkModeAttribute( 0 );