diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:15:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-01 18:15:31 +0000 |
commit | b0c42dc4a8f47c1bfcfa79a120304a8161434cf2 (patch) | |
tree | e1cba70cdad959358379dbcef52a91cc0224bfc8 | |
parent | 49cc876ab55f26addd056c24041f3930f40b1150 (diff) | |
download | mtk-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.h | 2 |
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 { |