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
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