--- a/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h Thu Aug 19 11:40:48 2010 +0300
+++ b/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h Tue Aug 31 17:02:06 2010 +0300
@@ -16,7 +16,7 @@
*/
/*
-* %version: 10.1.1 %
+* %version: 12 %
*/
#ifndef WLANMGMTCOMMON_H
@@ -29,6 +29,9 @@
/** The maximum SSID length. */
const TUint KWlanMaxSsidLength = 32;
+/** The maximum WPS PIN length. */
+const TUint KWlanMaxWpsPinLength = 8;
+
/** The maximum BSSID length. */
const TUint KWlanMaxBssidLength = 6;
@@ -48,6 +51,9 @@
/** Data structure for storing the SSID of a WLAN network. */
typedef TBuf8<KWlanMaxSsidLength> TWlanSsid;
+/** Data structure for storing the WPS Pin. */
+typedef TBuf8<KWlanMaxWpsPinLength> TWlanWpsPin;
+
/** Data structure for storing the BSSID of a BSS. */
typedef TBuf8<KWlanMaxBssidLength> TWlanBssid;