wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h
branchGCC_SURGE
changeset 37 1ff9bf2737cf
parent 36 1c425781161e
child 32 c01ef7f246fd
--- a/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Fri Jun 18 16:16:46 2010 +0100
+++ b/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Thu Jul 22 16:49:43 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 10 %
+* %version: 11 %
 */
 
 #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;