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
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
2004-11-03
Use IFM_IEEE80211_IBSS for IBSS mode instead of IFM_IEEE80211_ADHOC.
Claudio Jeker
2004-11-02
some changes merged in from netbsd. ieee80211_regdomain.# will be used
Reyk Floeter
2004-06-22
Import current NetBSD/FreeBSD 802.11 framework.
Todd C. Miller