diff -r 75a6055b8ce3 -r 30e048a7b597 wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.h --- a/wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.h Mon Jun 21 15:44:11 2010 +0300 +++ b/wlansecuritysettings/wpasecuritysettingsui/inc/WPASecuritySettingsImpl.h Thu Aug 19 09:58:27 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: tr1cfwln#26 % +* %version: tr1cfwln#28 % */ #ifndef WPASECURITYSETTINGSIMPL_H @@ -161,6 +161,20 @@ */ 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 @@ -290,6 +304,9 @@ // WPA2 Only mode enabled or not TBool iWpa2Only; + + // 802.1x unencrypted connection allowed or not + TBool iWPAUnencryptedConn; // The Id of the AP. TUint32 iIapId;