1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Add two more IEEE80211 defines for status.

This commit is contained in:
Warner Losh 2002-04-11 05:43:10 +00:00
parent ea185f8108
commit b0db732e54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94398

View File

@ -200,6 +200,8 @@ typedef u_int8_t * ieee80211_mgt_auth_t;
#define IEEE80211_STATUS_SEQUENCE 14
#define IEEE80211_STATUS_CHALLENGE 15
#define IEEE80211_STATUS_TIMEOUT 16
#define IEEE80211_STATUS_TOO_MANY_STATIONS 17
#define IEEE80211_STATUS_RATES 18
#define IEEE80211_WEP_KEYLEN 5 /* 40bit */
#define IEEE80211_WEP_IVLEN 3 /* 24bit */