--- 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 );