summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-06-07 23:37:49 +0000
committersam <sam@FreeBSD.org>2005-06-07 23:37:49 +0000
commit2a3c2a37f616272df82284bb11349d4078b217ac (patch)
tree6faada37a904bce2fe7fdaa45f81aa257a1dae0b /sys/net80211/ieee80211_ioctl.h
parent7b035d47f2dbfa8860fdf691ed54e491b5b76010 (diff)
downloadFreeBSD-src-2a3c2a37f616272df82284bb11349d4078b217ac.zip
FreeBSD-src-2a3c2a37f616272df82284bb11349d4078b217ac.tar.gz
Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,
or a bssid+ssid. This is needed for later versions of wpa_supplicant and for forthcoming addons to wpa_supplicant. Note this is an api change and applications must be rebuilt.
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.h')
-rw-r--r--sys/net80211/ieee80211_ioctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h
index e968a27..b561b15 100644
--- a/sys/net80211/ieee80211_ioctl.h
+++ b/sys/net80211/ieee80211_ioctl.h
@@ -228,8 +228,10 @@ struct ieee80211req_mlme {
#define IEEE80211_MLME_DEAUTH 3 /* deauthenticate station */
#define IEEE80211_MLME_AUTHORIZE 4 /* authorize station */
#define IEEE80211_MLME_UNAUTHORIZE 5 /* unauthorize station */
+ u_int8_t im_ssid_len; /* length of optional ssid */
u_int16_t im_reason; /* 802.11 reason code */
u_int8_t im_macaddr[IEEE80211_ADDR_LEN];
+ u_int8_t im_ssid[IEEE80211_NWID_LEN];
};
/*
OpenPOWER on IntegriCloud