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