Age | Commit message (Expand) | Author |
2022-03-07 | rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfo | Stefan Sperling |
2020-11-19 | Always check for EBUSY when the return value of ic_set_key() is tested. | Kenneth R Westerback |
2020-01-15 | If join is connected to an AP, remove the node from the cache so we properly | Peter Hessler |
2020-01-13 | When we change attributes for a join essid, we should apply the change | Peter Hessler |
2019-11-11 | Prevent a NULL deref in ieee80211_node2req() which could be triggered | Stefan Sperling |
2019-11-09 | Trigger a background scan when root runs the 'ifconfig scan' command. | Stefan Sperling |
2019-09-02 | Make net80211 expose reasons for association failures to userland and have | Stefan Sperling |
2019-05-12 | Fix 'ifconfig nwflags; These flags ended up overlapping with other flags | Stefan Sperling |
2019-02-19 | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. | Stefan Sperling |
2019-01-18 | when removing the currently active network from the join list, disconnect | Peter Hessler |
2019-01-18 | add a len field when we delete an essid from the joinlist. this will have | Peter Hessler |
2019-01-18 | let users automatically use join to connect to any open wifi network. | Peter Hessler |
2018-11-25 | print more details about the join'd networks we have saved when a user runs | Peter Hessler |
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 |