summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.c
AgeCommit message (Expand)Author
2010-09-29In the implementation of the SIOCS80211DELNODE ioctl, callMark Kettenis
2009-09-12Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@Miod Vallat
2009-06-06In SIOCS80211SCAN, fail if the interface is not up *and* running.Damien Bergamini
2009-02-15make "ifconfig if0 chan" list the channels supported by the device.Damien Bergamini
2009-02-13Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.Damien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-12-14txpower range checks should be inclusive.Jonathan Gray
2008-12-03small fix for IEEE80211_STA_ONLY: do not let users set HostAP specificDamien Bergamini
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-27Initial implementation of PMKSA caching and pre-authentication.Damien Bergamini
2008-08-29move code to support Frequency-Hopping spread spectrum (FHSS) PHYsDamien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-12new SHA-256 based AKMPs.Damien Bergamini
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2007-11-25return ENOTTY not EINVAL for an unknown ioctl.Brad Smith
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-06-16constifyDamien Bergamini
2007-06-06The license permits us to redistribute this code under the BSD or the GPLv2.Damien Bergamini
2006-12-29fix the key buffer size used for software wep, this could causeReyk Floeter
2006-06-27add the net80211 hostap options "nwflag hidenwid" for hidden SSID modeReyk Floeter
2006-06-23add an optional max_rssi attribute to the ieee80211com structure andReyk Floeter
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-02Protect SIOCSIFMTU, too.Uwe Stuehler
2005-04-01Protect more SIOCS* commands with suser() checks.Uwe Stuehler
2005-04-01Fix some ioctl permission checks on the basis of what if_wi.c does.Uwe Stuehler
2005-02-27remove dead code of unsupported ioctls from FreeBSD. we do it in aReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2004-11-25compatibility ioctls for things like "wicontrol ath0 -l" toReyk Floeter
2004-06-28Don't restrict WEP keys to exactly 40 or 108 bits.Todd C. Miller
2004-06-28Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can doTodd C. Miller
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller