diff -r 41a8eba36f74 -r 629e60dfa279 wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h --- a/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Mon May 03 14:14:02 2010 +0300 +++ b/wlan_plat/wlan_info_api/inc/wlaninternalpskeys.h Fri May 14 17:41:09 2010 +0300 @@ -18,7 +18,7 @@ */ /* -* %version: 6 % +* %version: 7 % */ #ifndef WLANINTERNALPSKEYS_H @@ -67,6 +67,23 @@ const TUint KPSWlanBgScanInterval = 0x00000003; const RProperty::TType KPSWlanBgScanIntervalType = RProperty::EInt; +/** + * WLAN on/off state + */ +const TUint KPSWlanOnOffState = 0x00000004; +const RProperty::TType KPSWlanOnOffStateType = RProperty::EInt; + +/** + * Possible values for WLAN on/off state + */ +enum TPSWlanOnOff + { + /** WLAN is OFF */ + EPSWlanOff = 0, + /** WLAN is ON */ + EPSWlanOn + }; + #endif // WLANINTERNALPSKEYS_H // End of File