1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-09 09:32:50 +02:00

add more ioctl stuff

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@433 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-03-23 16:29:35 +00:00
parent 4a2c2afc1c
commit 6adf818558

View File

@ -212,7 +212,7 @@ typedef struct wl_rm_rep {
#define WLC_MAX_IV_SIZE 16 /* max size of any IV */
#define WLC_EXT_IV_FLAG (1<<5) /* flag to indicate IV is > 4 bytes */
#define WLC_MAX_DEFAULT_KEYS 4 /* # of default WEP keys */
#define WLC_MAX_KEYS 16 /* # of WEP keys */
#define WLC_MAX_KEYS 54 /* Max # of WEP keys */
#define WLC_WEP1_KEY_SIZE 5 /* max size of any WEP key */
#define WLC_WEP1_KEY_HEX_SIZE 10 /* size of WEP key in hex. */
#define WLC_WEP128_KEY_SIZE 13 /* max size of any WEP key */