index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_ioctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
In the implementation of the SIOCS80211DELNODE ioctl, call
kettenis
2010-09-29
1
-2
/
+4
*
Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@
miod
2009-09-12
1
-2
/
+3
*
In SIOCS80211SCAN, fail if the interface is not up *and* running.
damien
2009-06-06
1
-2
/
+3
*
make "ifconfig if0 chan" list the channels supported by the device.
damien
2009-02-15
1
-1
/
+6
*
Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.
damien
2009-02-13
1
-15
/
+17
*
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
damien
2009-01-26
1
-8
/
+5
*
txpower range checks should be inclusive.
jsg
2008-12-14
1
-3
/
+3
*
small fix for IEEE80211_STA_ONLY: do not let users set HostAP specific
damien
2008-12-03
1
-3
/
+4
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-7
/
+3
*
Initial implementation of PMKSA caching and pre-authentication.
damien
2008-09-27
1
-6
/
+30
*
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
damien
2008-08-29
1
-5
/
+1
*
introduce new IEEE80211_STA_ONLY kernel option that can be set to
damien
2008-08-27
1
-2
/
+15
*
new SHA-256 based AKMPs.
damien
2008-08-12
1
-4
/
+4
*
Kernel implementation of the 4-way handshake and group-key
damien
2008-04-16
1
-71
/
+240
*
return ENOTTY not EINVAL for an unknown ioctl.
brad
2007-11-25
1
-2
/
+2
*
replace the ieee80211_wepkey structure with a more generic ieee80211_key
damien
2007-07-18
1
-15
/
+21
*
constify
damien
2007-06-16
1
-7
/
+7
*
The license permits us to redistribute this code under the BSD or the GPLv2.
damien
2007-06-06
1
-5
/
+1
*
fix the key buffer size used for software wep, this could cause
reyk
2006-12-29
1
-1
/
+5
*
add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode
reyk
2006-06-27
1
-1
/
+20
*
add an optional max_rssi attribute to the ieee80211com structure and
reyk
2006-06-23
1
-1
/
+2
*
replace the node hash table with a red-black tree. this fixes some
reyk
2005-09-13
1
-3
/
+4
*
add ifconfig -M option to replace wicontrol -L and -l for ap scanning
reyk
2005-05-25
1
-805
/
+132
*
remove redundant suser() checks
uwe
2005-04-03
1
-3
/
+1
*
Protect SIOCSIFMTU, too.
uwe
2005-04-02
1
-1
/
+3
*
Protect more SIOCS* commands with suser() checks.
uwe
2005-04-01
1
-13
/
+13
*
Fix some ioctl permission checks on the basis of what if_wi.c does.
uwe
2005-04-01
1
-3
/
+13
*
remove dead code of unsupported ioctls from FreeBSD. we do it in a
reyk
2005-02-27
1
-324
/
+6
*
derived from NetBSD:
reyk
2005-02-17
1
-2
/
+9
*
add the manual tx power option. this is supported by some prism2/2.5/3
reyk
2005-02-15
1
-1
/
+25
*
compatibility ioctls for things like "wicontrol ath0 -l" to
reyk
2004-11-25
1
-1
/
+95
*
Don't restrict WEP keys to exactly 40 or 108 bits.
millert
2004-06-28
1
-8
/
+4
*
Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can do
millert
2004-06-28
1
-6
/
+1
*
Import current NetBSD/FreeBSD 802.11 framework.
millert
2004-06-22
1
-0
/
+1384