summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* add "pureg" mode for ap operation: reject association requests fromsam2005-07-061-0/+1
| | | | | | | 11b-only stations when operating in 11g Reviewed by: avatar Approved by: re (scottl)
* Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,sam2005-06-071-0/+2
| | | | | | | 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.
* bump copyright for 2005sam2004-12-311-1/+1
|
* Relearn how WPA keying is supposed to work and fix WPA+WME whilesam2004-12-311-0/+1
| | | | | | | | | | | | | | | | | we're at it: o WPA/802.11i has a unicast key and a group key; in station mode everything is sent with the unicast key--we were consulting the destination mac address and incorrectly using the group key o (perpetuate fallback use of the default tx key to maintain compatibility with the way wpa_supplicant works) o correct EAPOL encryption logic to check unicast key instead of assuming other state implies this o move QoS encapsulation up to before enmic work so TKIP has the information required to calculate the pseudo-header o do not do QoS-encapsulation of EAPOL frames as some ap's do the wrong thing with such frames (may need to revisit this if ap's start dropping non-QoS frames from stations assoc'd with QoS) o move ieee80211_mbuf_adjust closer to its caller
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-7/+323
| | | | | | here but it includes completed 802.11g, WPA, 802.11i, 802.1x, WME/WMM, AP-side power-save, crypto plugin framework, authenticator plugin framework, and access control plugin frameowrk.
* o add support for controlling the power of transmitted framessam2004-03-301-0/+5
| | | | | | | o add support for controlling the 11g protection mechanism used to protect OFDM frames in a mixed 11b/g network Reviewed by: imp
* add statistics for all failures and/or abnormal events; still needsam2003-10-171-0/+46
| | | | to add per-node statistics
* correct spelling of IEEE80211_IOC_RTSTHRESHOLDsam2003-09-261-1/+1
|
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-11/+17
|
* new 802.11 layer:sam2003-06-231-0/+78
o code reorg (relative to old netbsd-derived code) for future growth o drivers now specify available channels and rates and 802.11 layer handles almost all ifmedia actions o multi-mode support for 11a/b/g devices o 11g protocol additions (incomplete) o new element id additions (for other than 11g) o node/station table redone for proper locking and to eliminate driver incestuousness o split device flags and capabilities to reduce confusion and provide room for expansion o incomplete power management infrastructure (need to revisit) o incomplete hooks for software retry o more...
OpenPOWER on IntegriCloud