diff -r fc7b30ed2058 -r 05bc53fe583b connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp --- a/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Thu Aug 19 10:18:49 2010 +0300 +++ b/connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp Tue Aug 31 15:35:44 2010 +0300 @@ -19,7 +19,7 @@ // INCLUDE FILES #include -#include +#include #include "NetworkInfoBase.h" #include "ConnUiUtilsNotif.hrh" @@ -35,9 +35,12 @@ // --------------------------------------------------------- // CNetworkInfoBase::CNetworkInfoBase() -: iOthersEntry( EFalse ), - iProtectedSetupSupported( EFalse ) - +: iSignalStrength( ESignalStrengthMin ), + iNetworkMode( ENetworkModeInfrastructure ), + iSecurityMode( EWlanConnectionSecurityOpen ), + iOthersEntry( EFalse ), + iProtectedSetupSupported( EFalse ), + iExtendedSecurityMode( EWlanConnectionExtentedSecurityModeOpen ) { }