connectionutilities/ConnectionDialogs/ConnectionUiUtilities/NotifSrc/NetworkInfoBase.cpp
changeset 41 bbb64eb3bdee
parent 0 5a93021fdf25
child 58 83ca720e2b9a
equal deleted inserted replaced
40:c5b848e6c7d1 41:bbb64eb3bdee
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include <StringLoader.h>
    21 #include <StringLoader.h>
    22 #include <ConnUiUtilsNotif.rsg>
    22 #include <connuiutilsnotif.rsg>
    23 
    23 
    24 #include "NetworkInfoBase.h"
    24 #include "NetworkInfoBase.h"
    25 #include "ConnUiUtilsNotif.hrh"
    25 #include "ConnUiUtilsNotif.hrh"
    26 #include "ConnectionDialogsLogger.h"
    26 #include "ConnectionDialogsLogger.h"
    27 
    27 
    33 // ---------------------------------------------------------
    33 // ---------------------------------------------------------
    34 // CNetworkInfoBase::CNetworkInfoBase
    34 // CNetworkInfoBase::CNetworkInfoBase
    35 // ---------------------------------------------------------
    35 // ---------------------------------------------------------
    36 //
    36 //
    37 CNetworkInfoBase::CNetworkInfoBase()
    37 CNetworkInfoBase::CNetworkInfoBase()
    38 : iOthersEntry( EFalse ),
    38 : iSignalStrength( ESignalStrengthMin ),
    39   iProtectedSetupSupported( EFalse )
    39   iNetworkMode( ENetworkModeInfrastructure ),
    40   
    40   iSecurityMode( EWlanConnectionSecurityOpen ),
       
    41   iOthersEntry( EFalse ),
       
    42   iProtectedSetupSupported( EFalse ),
       
    43   iExtendedSecurityMode( EWlanConnectionExtentedSecurityModeOpen )
    41     {
    44     {
    42     }
    45     }
    43 
    46 
    44 
    47 
    45 // ---------------------------------------------------------
    48 // ---------------------------------------------------------