projects
/
platform
/
core
/
api
/
wifi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e85fb5
)
Fix: Max SSID Length is 32
41/29841/1
author
Maneesh Jain
<maneesh.jain@samsung.com>
Sat, 1 Nov 2014 10:17:28 +0000
(15:47 +0530)
committer
Chengyi Zhao
<chengyi1.zhao@archermind.com>
Wed, 5 Nov 2014 07:23:01 +0000
(15:23 +0800)
Change-Id: I9e0b76ef585e0564c87b68c5810d0c7c8109810e
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
src/include/common.h
patch
|
blob
|
history
diff --git
a/src/include/common.h
b/src/include/common.h
index 0068b6ada393075a3ce20bbf07710b7d3b3e3d69..d890aa417055b8e65fc07c0196ef5ea91328f325 100644
(file)
--- 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