wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h
changeset 30 7d966ab5304a
parent 0 c40eb8fe8501
child 32 c01ef7f246fd
--- a/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Fri Jun 04 12:12:29 2010 +0300
+++ b/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Fri Jun 18 09:56:50 2010 +0300
@@ -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;