wlanutilities/wlansniffer/wlaninfo/src/wsfwlaninfo.cpp
branchRCL_3
changeset 11 8b0eae1b1d71
parent 2 6e4b6261703d
equal deleted inserted replaced
10:dff6ebfd236f 11:8b0eae1b1d71
    48     iTransferRate( 0 ),
    48     iTransferRate( 0 ),
    49     iConnectionState( ENotConnected ),
    49     iConnectionState( ENotConnected ),
    50     iFilterFlags( 0 ),
    50     iFilterFlags( 0 ),
    51     iBrandId( 0 ),
    51     iBrandId( 0 ),
    52     iNetworkName( KNullDesC8 ),
    52     iNetworkName( KNullDesC8 ),
    53     iPriority ( 0 )
    53     iPriority ( 0 ),
       
    54     iRawSsid ( KNullDesC8 )
    54     {
    55     {
    55     }
    56     }
    56 
    57 
    57 
    58 
    58 // ---------------------------------------------------------------------------
    59 // ---------------------------------------------------------------------------
    76     iCoverage( aCoverage ),
    77     iCoverage( aCoverage ),
    77     iTransferRate( aTransferRate ),
    78     iTransferRate( aTransferRate ),
    78     iConnectionState( ENotConnected ),
    79     iConnectionState( ENotConnected ),
    79     iFilterFlags( 0 ),
    80     iFilterFlags( 0 ),
    80     iBrandId( 0 ),
    81     iBrandId( 0 ),
    81     iPriority( 0 )
    82     iPriority( 0 ),
       
    83     iRawSsid ( KNullDesC8 )
    82     {
    84     {
    83     }
    85     }
    84 
    86 
    85 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------
    86 // TWsfWlanInfo::GetSsidAsUnicodeLC
    88 // TWsfWlanInfo::GetSsidAsUnicodeLC