summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-01 18:15:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-01 18:15:31 +0000
commitb0c42dc4a8f47c1bfcfa79a120304a8161434cf2 (patch)
treee1cba70cdad959358379dbcef52a91cc0224bfc8
parent49cc876ab55f26addd056c24041f3930f40b1150 (diff)
downloadmtk-20170518-b0c42dc4a8f47c1bfcfa79a120304a8161434cf2.zip
mtk-20170518-b0c42dc4a8f47c1bfcfa79a120304a8161434cf2.tar.gz
mtk-20170518-b0c42dc4a8f47c1bfcfa79a120304a8161434cf2.tar.bz2
add max essid size to wlioctl.h
SVN-Revision: 507
-rw-r--r--openwrt/package/openwrt/include/wlioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/openwrt/include/wlioctl.h b/openwrt/package/openwrt/include/wlioctl.h
index cd66877..6768955 100644
--- a/openwrt/package/openwrt/include/wlioctl.h
+++ b/openwrt/package/openwrt/include/wlioctl.h
@@ -28,6 +28,8 @@
#define PACKED
#endif
+#define WLC_ESSID_MAX_SIZE 32
+
#define WL_NUMRATES 255 /* max # of rates in a rateset */
typedef struct wl_rateset {