Age | Commit message (Expand) | Author |
2018-10-27 | clean up accounting of the AUTO_JOIN flag by making sure it is set or cleared | Peter Hessler |
2018-09-10 | do not immediately set the join'd network, the join command only updates | Peter Hessler |
2018-09-10 | use the correct essid when switching during the ioctl path | Peter Hessler |
2018-09-09 | convert the things we save in 'join' into a single ioctl. mixing related | Peter Hessler |
2018-09-01 | Make 'ifconfig nwid' override 'ifconfig join'. | Stefan Sperling |
2018-08-06 | make ifconfig <if> join display the list of networks configured for | Sebastian Benoit |
2018-08-06 | Refactor ieee80211_add_ess(): | Stefan Sperling |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-04-26 | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. | Paul Irofti |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2017-11-27 | Stop reporting WPA and WEP keys back to userland. | Stefan Sperling |
2017-11-06 | move a function declaration, so the whole net80211 stack can disable wep or wpa | Peter Hessler |
2017-11-05 | Changing nwid on a wifi network means it is a new network, so clear the | Peter Hessler |
2017-10-27 | Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009. | Jonathan Gray |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-07-19 | Plug an information leak in ieee80211_node2req(). | Stefan Sperling |
2017-03-23 | Use explicit_bzero() to wipe out key material and add some sizes to free(). | Theo Buehler |
2017-03-21 | When a new WPA key is set while WEP is enabled, disable WEP, | Stefan Sperling |
2017-03-12 | Introduce separate fields for supported WPA protocols and AKMs in struct | Stefan Sperling |
2017-03-11 | Make 'ifconfig scan' display AP encryption correctly if WEP is configured | Stefan Sperling |
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 |