wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.inl
branchRCL_3
changeset 55 9c2aa05919d9
parent 46 c74b3d9f6b9e
equal deleted inserted replaced
46:c74b3d9f6b9e 55:9c2aa05919d9
    14 * Description: CWPASecuritySettingsImpl inline functions
    14 * Description: CWPASecuritySettingsImpl inline functions
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: tr1cfwln#16 %
    19 * %version: tr1cfwln#15 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WPASECURITYSETTINGSIMPL_INL
    22 #ifndef WPASECURITYSETTINGSIMPL_INL
    23 #define WPASECURITYSETTINGSIMPL_INL
    23 #define WPASECURITYSETTINGSIMPL_INL
    24 
    24 
    48 // ---------------------------------------------------------
    48 // ---------------------------------------------------------
    49 //
    49 //
    50 inline TBool CWPASecuritySettingsImpl::Wpa2Only() const
    50 inline TBool CWPASecuritySettingsImpl::Wpa2Only() const
    51     { 
    51     { 
    52     return iWpa2Only; 
    52     return iWpa2Only; 
    53     }
       
    54 
       
    55 
       
    56 // ---------------------------------------------------------
       
    57 // CWPASecuritySettingsImpl::WPAUnencryptedConn
       
    58 // ---------------------------------------------------------
       
    59 //
       
    60 inline TBool CWPASecuritySettingsImpl::WPAUnencryptedConn() const
       
    61     { 
       
    62     return iWPAUnencryptedConn; 
       
    63     }
    53     }
    64 
    54 
    65 
    55 
    66 // ---------------------------------------------------------
    56 // ---------------------------------------------------------
    67 // CWPASecuritySettingsImpl::WPAPreSharedKey
    57 // CWPASecuritySettingsImpl::WPAPreSharedKey
   121     { 
   111     { 
   122     iWpa2Only = aWpa2Only; 
   112     iWpa2Only = aWpa2Only; 
   123     }
   113     }
   124 
   114 
   125 
   115 
   126 // ---------------------------------------------------------
       
   127 // CWPASecuritySettingsImpl::SetWPAUnencryptedConn
       
   128 // ---------------------------------------------------------
       
   129 //
       
   130 inline void CWPASecuritySettingsImpl::SetWPAUnencryptedConn( const TBool aUnencryptedConn )
       
   131     { 
       
   132     iWPAUnencryptedConn = aUnencryptedConn; 
       
   133     }
       
   134 
       
   135 
   116 
   136 // ---------------------------------------------------------
   117 // ---------------------------------------------------------
   137 // CWPASecuritySettingsImpl::SetWPAPreSharedKey
   118 // CWPASecuritySettingsImpl::SetWPAPreSharedKey
   138 // ---------------------------------------------------------
   119 // ---------------------------------------------------------
   139 //
   120 //