summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.h
AgeCommit message (Expand)Author
2015-01-09Change rssi passed to ifconfig(8) to a signed value to fix printing signalStuart Henderson
2014-08-24Fix wrong IEEE 802.11 ioctl's:Vadim Zhukov
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
2011-03-04kill is_rx_elem_unknown.Federico G. Schwindt
2009-02-15make "ifconfig if0 chan" list the channels supported by the device.Damien Bergamini
2009-02-13Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.Damien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-09-27Initial implementation of PMKSA caching and pre-authentication.Damien Bergamini
2008-08-12Welcome BIP: the Broadcast/Multicast Integrity Protocol definedDamien Bergamini
2008-08-12maintain a count of TKIP and CCMP replayed frames.Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-08-14Prevent sneaking in unencrypted packets into WEP traffic.Alexander Bluhm
2007-07-06have ieee80211_parse_rsn() return a reason code so that we canDamien Bergamini
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.Damien Bergamini
2006-06-27add the net80211 hostap options "nwflag hidenwid" for hidden SSID modeReyk Floeter
2006-06-23add an optional max_rssi attribute to the ieee80211com structure andReyk Floeter
2005-09-08mostly knfReyk Floeter
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-02-27remove dead code of unsupported ioctls from FreeBSD. we do it in aReyk Floeter
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller