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.c
Age
Commit message (
Expand
)
Author
2015-12-18
Fix out of bounds array access in ieee80211_setbasicrates().
Stefan Sperling
2015-12-16
Don't forget about monitor mode while building the ifmedia list
Stefan Sperling
2015-11-27
correct logic for a IEEE80211_MODE_11N test
Jonathan Gray
2015-11-15
Expose 11n mode to the ifmedia layer and introduce the concept of MCS.
Stefan Sperling
2015-11-15
IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that
Stefan Sperling
2015-11-15
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
Stefan Sperling
2015-10-17
Spell all "unexpected mode %u" panics in lower case, not just one of them.
Stefan Sperling
2015-09-27
Add ieee80211_channel_init(), factored out from ieee80211_ifattach().
Stefan Sperling
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-23
unifdef some more INET. v4 4life.
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-08-08
use nitems() instead of various local constructs
Jasper Lievisse Adriaanse
2013-11-21
Remove unneeded include.
Martin Pieuchot
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2009-11-21
when wpa is enabled, defer setting the link up until the 802.1X
Damien Bergamini
2009-11-02
s/hz/Hz/ on multiples of the SI unit hertz other than MHz.
Igor Sobrado
2009-06-03
make wireless interfaces priority 4 by default. other interfaces remain
Bob Beck
2008-08-29
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-07-27
s/IEEE80211_DPRINTF/DPRINTF/
Damien Bergamini
2008-07-21
add ieee80211_priv.h file: contains definitions private to net80211.
Damien Bergamini
2008-04-26
move things from ieee80211_ifattach() to ieee80211_crypto_attach().
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-11-17
make it clear in the code and in the man page that the rate2plcp and
Damien Bergamini
2007-11-14
Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, which
Marcus Glocker
2007-11-03
Revert last commit which added ieee80211_rate2plcp() and
Marcus Glocker
2007-11-01
Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions.
Marcus Glocker
2007-09-15
realy -> really in comments. Most reported on tech@ by Jung.
Kenneth R Westerback
2007-07-03
maintain the traffic-indication (TIM) virtual bitmap by defining
Damien Bergamini
2007-06-16
constify
Damien Bergamini
2007-06-16
de-static
Damien Bergamini
2007-06-06
The license permits us to redistribute this code under the BSD or the GPLv2.
Damien Bergamini
2006-12-25
print the phy mode in IFF_DEBUG status output which helps to debug
Reyk Floeter
2006-12-20
Put all net80211 interfaces into the ``wlan'' interface group. Idea from me,
Alexander Yurchenko
2006-11-26
do not have each net80211 driver define its own rates structures. if they use
Theo de Raadt
2006-06-18
Improve 802.11b/g interoperability and move toward better compliance
Damien Bergamini
2006-01-04
Remove redundant calls to bpfdetach.
Can Erkin Acar
2005-12-09
/* fall thru... */ -> /* FALLTHROUGH */
Jonathan Gray
2005-10-07
minor knf
Reyk Floeter
2005-09-08
mostly knf
Reyk Floeter
2005-09-08
Remove the last of the FreeBSD compatiblity goop.
Jonathan Gray
2005-09-08
Remove FreeBSD if_printf compat function from net80211.
Jonathan Gray
2005-09-08
reset the scan state for each new mode
Reyk Floeter
2005-09-07
Remove FreeBSD/NetBSD ifdef mess. We are not likely to be
Jonathan Gray
2005-05-28
enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290.
Reyk Floeter
2005-05-25
add ifconfig -M option to replace wicontrol -L and -l for ap scanning
Reyk Floeter
2005-04-21
scan the next mode if nothing has been found. this is necessary if the
Reyk Floeter
2005-04-20
send raw 802.11 frames with bpf(4) using the IEEE802_11 or
Reyk Floeter
2005-02-17
derived from NetBSD:
Reyk Floeter
[next]