wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.h
branchRCL_3
changeset 55 9c2aa05919d9
parent 46 c74b3d9f6b9e
--- a/wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.h	Wed Sep 01 12:23:57 2010 +0100
+++ b/wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.h	Wed Oct 13 14:35:46 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: tr1cfwln#28 %
+* %version: tr1cfwln#26 %
 */
 
 #ifndef WPASECURITYSETTINGSIMPL_H
@@ -161,20 +161,6 @@
         */
         inline void SetWpa2Only( const TBool aAllowed );
 
-        
-        /**
-        * Tells if 802.1x Unencrypted connection is allowed
-        * @return ETrue if Unencrypted connection is allowed
-        */
-        inline TBool WPAUnencryptedConn() const;
-
-
-        /**
-        * Sets the 802.1x Unencrypted connection enabling variable
-        * @param aUnencryptedConn   ETrue if Unencrypted connection is allowed
-        */
-        inline void SetWPAUnencryptedConn( const TBool aUnencryptedConn );
-        
 
         /**
         * Returns the Pre-shared key
@@ -304,9 +290,6 @@
 
         // WPA2 Only mode enabled or not
         TBool iWpa2Only;
- 
-        // 802.1x unencrypted connection allowed or not
-        TBool iWPAUnencryptedConn;
         
         // The Id of the AP.
         TUint32 iIapId;