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.c
Age
Commit message (
Expand
)
Author
2007-06-16
constify
Damien Bergamini
2007-06-06
The license permits us to redistribute this code under the BSD or the GPLv2.
Damien Bergamini
2006-12-29
fix the key buffer size used for software wep, this could cause
Reyk Floeter
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-13
replace the node hash table with a red-black tree. this fixes some
Reyk Floeter
2005-05-25
add ifconfig -M option to replace wicontrol -L and -l for ap scanning
Reyk Floeter
2005-04-03
remove redundant suser() checks
Uwe Stuehler
2005-04-02
Protect SIOCSIFMTU, too.
Uwe Stuehler
2005-04-01
Protect more SIOCS* commands with suser() checks.
Uwe Stuehler
2005-04-01
Fix some ioctl permission checks on the basis of what if_wi.c does.
Uwe Stuehler
2005-02-27
remove dead code of unsupported ioctls from FreeBSD. we do it in a
Reyk Floeter
2005-02-17
derived from NetBSD:
Reyk Floeter
2005-02-15
add the manual tx power option. this is supported by some prism2/2.5/3
Reyk Floeter
2004-11-25
compatibility ioctls for things like "wicontrol ath0 -l" to
Reyk Floeter
2004-06-28
Don't restrict WEP keys to exactly 40 or 108 bits.
Todd C. Miller
2004-06-28
Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can do
Todd C. Miller
2004-06-22
Import current NetBSD/FreeBSD 802.11 framework.
Todd C. Miller