Age | Commit message (Expand) | Author |
2017-01-19 | Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1. | Stefan Sperling |
2016-12-31 | When we disable WPA on an interface, wipe all of the WPA parameters, | Peter Hessler |
2016-12-20 | Disable TKIP (WPA1) by default. | Stefan Sperling |
2016-12-18 | While copying out channel flags to userspace, omit the HT channel flag if | Stefan Sperling |
2016-09-15 | move from RB macros to the RBT functions. | David Gwynne |
2016-08-31 | If a driver reports RSSI in the 20-100 range, convert to a negative value. | Stefan Sperling |
2016-08-15 | Expose more 802.11n information to userspace: | Stefan Sperling |
2016-04-28 | Copy some ieee8021_node HT information to userspace. | Stefan Sperling |
2016-01-04 | Fix manual scan while associated in 11a mode. It would only show APs on 5GHz. | Stefan Sperling |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-12 | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes | Stuart Henderson |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2010-09-29 | In the implementation of the SIOCS80211DELNODE ioctl, call | Mark Kettenis |
2009-09-12 | Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@ | Miod Vallat |
2009-06-06 | In SIOCS80211SCAN, fail if the interface is not up *and* running. | Damien Bergamini |
2009-02-15 | make "ifconfig if0 chan" list the channels supported by the device. | Damien Bergamini |
2009-02-13 | Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'. | Damien Bergamini |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | Damien Bergamini |
2008-12-14 | txpower range checks should be inclusive. | Jonathan Gray |
2008-12-03 | small fix for IEEE80211_STA_ONLY: do not let users set HostAP specific | Damien Bergamini |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-27 | Initial implementation of PMKSA caching and pre-authentication. | Damien Bergamini |
2008-08-29 | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-12 | new SHA-256 based AKMPs. | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2007-11-25 | return ENOTTY not EINVAL for an unknown ioctl. | Brad Smith |
2007-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
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 |