summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In the implementation of the SIOCS80211DELNODE ioctl, callkettenis2010-09-291-2/+4
* Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@miod2009-09-121-2/+3
* In SIOCS80211SCAN, fail if the interface is not up *and* running.damien2009-06-061-2/+3
* make "ifconfig if0 chan" list the channels supported by the device.damien2009-02-151-1/+6
* Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.damien2009-02-131-15/+17
* Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:damien2009-01-261-8/+5
* txpower range checks should be inclusive.jsg2008-12-141-3/+3
* small fix for IEEE80211_STA_ONLY: do not let users set HostAP specificdamien2008-12-031-3/+4
* First step towards cleaning up the Ethernet driver ioctl handling.brad2008-10-021-7/+3
* Initial implementation of PMKSA caching and pre-authentication.damien2008-09-271-6/+30
* move code to support Frequency-Hopping spread spectrum (FHSS) PHYsdamien2008-08-291-5/+1
* introduce new IEEE80211_STA_ONLY kernel option that can be set todamien2008-08-271-2/+15
* new SHA-256 based AKMPs.damien2008-08-121-4/+4
* Kernel implementation of the 4-way handshake and group-keydamien2008-04-161-71/+240
* return ENOTTY not EINVAL for an unknown ioctl.brad2007-11-251-2/+2
* replace the ieee80211_wepkey structure with a more generic ieee80211_keydamien2007-07-181-15/+21
* constifydamien2007-06-161-7/+7
* The license permits us to redistribute this code under the BSD or the GPLv2.damien2007-06-061-5/+1
* fix the key buffer size used for software wep, this could causereyk2006-12-291-1/+5
* add the net80211 hostap options "nwflag hidenwid" for hidden SSID modereyk2006-06-271-1/+20
* add an optional max_rssi attribute to the ieee80211com structure andreyk2006-06-231-1/+2
* replace the node hash table with a red-black tree. this fixes somereyk2005-09-131-3/+4
* add ifconfig -M option to replace wicontrol -L and -l for ap scanningreyk2005-05-251-805/+132
* remove redundant suser() checksuwe2005-04-031-3/+1
* Protect SIOCSIFMTU, too.uwe2005-04-021-1/+3
* Protect more SIOCS* commands with suser() checks.uwe2005-04-011-13/+13
* Fix some ioctl permission checks on the basis of what if_wi.c does.uwe2005-04-011-3/+13
* remove dead code of unsupported ioctls from FreeBSD. we do it in areyk2005-02-271-324/+6
* derived from NetBSD:reyk2005-02-171-2/+9
* add the manual tx power option. this is supported by some prism2/2.5/3reyk2005-02-151-1/+25
* compatibility ioctls for things like "wicontrol ath0 -l" toreyk2004-11-251-1/+95
* Don't restrict WEP keys to exactly 40 or 108 bits.millert2004-06-281-8/+4
* Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can domillert2004-06-281-6/+1
* Import current NetBSD/FreeBSD 802.11 framework.millert2004-06-221-0/+1384