wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h
branchRCL_3
changeset 18 d3d7683d16f5
parent 17 a828660c511c
--- a/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Tue Aug 31 17:02:06 2010 +0300
+++ b/wlan_plat/wlan_management_api/inc/wlanmgmtcommon.h	Wed Sep 01 12:41:05 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 12 %
+* %version: 10.1.1 %
 */
 
 #ifndef WLANMGMTCOMMON_H
@@ -29,9 +29,6 @@
 /** 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;
 
@@ -51,9 +48,6 @@
 /** 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;