From: Maneesh Jain Date: Sat, 1 Nov 2014 10:17:28 +0000 (+0530) Subject: Fix: Max SSID Length is 32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=807b8bfa0e9d6f30fe6b70450eeb3f6a9e5871aa;p=platform%2Fcore%2Fapi%2Fwifi.git Fix: Max SSID Length is 32 Change-Id: I9e0b76ef585e0564c87b68c5810d0c7c8109810e Signed-off-by: Chengyi Zhao --- diff --git a/src/include/common.h b/src/include/common.h index 0068b6a..d890aa4 100644 --- a/src/include/common.h +++ b/src/include/common.h @@ -50,7 +50,7 @@ extern "C" #define NET_MAX_MAC_ADDR_LEN 32 /*ADDED:*/ /** Length of essid */ -#define NET_WLAN_ESSID_LEN 128 +#define NET_WLAN_ESSID_LEN 32 /* As per IEEE802.11 standard , SSID Length should be 32 Char*/ /** * Length of WPS PIN code