wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.inl
branchRCL_3
changeset 17 30e048a7b597
parent 2 1c7bc153c08e
equal deleted inserted replaced
15:75a6055b8ce3 17:30e048a7b597
    14 * Description: CWPASecuritySettingsImpl inline functions
    14 * Description: CWPASecuritySettingsImpl inline functions
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: tr1cfwln#15 %
    19 * %version: tr1cfwln#16 %
    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; 
    53     }
    63     }
    54 
    64 
    55 
    65 
    56 // ---------------------------------------------------------
    66 // ---------------------------------------------------------
    57 // CWPASecuritySettingsImpl::WPAPreSharedKey
    67 // CWPASecuritySettingsImpl::WPAPreSharedKey
   111     { 
   121     { 
   112     iWpa2Only = aWpa2Only; 
   122     iWpa2Only = aWpa2Only; 
   113     }
   123     }
   114 
   124 
   115 
   125 
       
   126 // ---------------------------------------------------------
       
   127 // CWPASecuritySettingsImpl::SetWPAUnencryptedConn
       
   128 // ---------------------------------------------------------
       
   129 //
       
   130 inline void CWPASecuritySettingsImpl::SetWPAUnencryptedConn( const TBool aUnencryptedConn )
       
   131     { 
       
   132     iWPAUnencryptedConn = aUnencryptedConn; 
       
   133     }
       
   134 
   116 
   135 
   117 // ---------------------------------------------------------
   136 // ---------------------------------------------------------
   118 // CWPASecuritySettingsImpl::SetWPAPreSharedKey
   137 // CWPASecuritySettingsImpl::SetWPAPreSharedKey
   119 // ---------------------------------------------------------
   138 // ---------------------------------------------------------
   120 //
   139 //