summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.c
AgeCommit message (Expand)Author
2022-03-07rename net80211 ioctl struct ieee80211_channel to struct ieee80211_chaninfoStefan Sperling
2020-11-19Always check for EBUSY when the return value of ic_set_key() is tested.Kenneth R Westerback
2020-01-15If join is connected to an AP, remove the node from the cache so we properlyPeter Hessler
2020-01-13When we change attributes for a join essid, we should apply the changePeter Hessler
2019-11-11Prevent a NULL deref in ieee80211_node2req() which could be triggeredStefan Sperling
2019-11-09Trigger a background scan when root runs the 'ifconfig scan' command.Stefan Sperling
2019-09-02Make net80211 expose reasons for association failures to userland and haveStefan Sperling
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-01-18when removing the currently active network from the join list, disconnectPeter Hessler
2019-01-18add a len field when we delete an essid from the joinlist. this will havePeter Hessler
2019-01-18let users automatically use join to connect to any open wifi network.Peter Hessler
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-10-27clean up accounting of the AUTO_JOIN flag by making sure it is set or clearedPeter Hessler
2018-09-10do not immediately set the join'd network, the join command only updatesPeter Hessler
2018-09-10use the correct essid when switching during the ioctl pathPeter Hessler
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-01Make 'ifconfig nwid' override 'ifconfig join'.Stefan Sperling
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-06Refactor ieee80211_add_ess():Stefan Sperling
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2017-11-27Stop reporting WPA and WEP keys back to userland.Stefan Sperling
2017-11-06move a function declaration, so the whole net80211 stack can disable wep or wpaPeter Hessler
2017-11-05Changing nwid on a wifi network means it is a new network, so clear thePeter Hessler
2017-10-27Remove 80211WMMPARMS ioctls. Last used in ifconfig in 2009.Jonathan Gray
2017-10-26Move common code to add/remove multicast filters to ieee80211_ioctl(9).Martin Pieuchot
2017-07-19Plug an information leak in ieee80211_node2req().Stefan Sperling
2017-03-23Use explicit_bzero() to wipe out key material and add some sizes to free().Theo Buehler
2017-03-21When a new WPA key is set while WEP is enabled, disable WEP,Stefan Sperling
2017-03-12Introduce separate fields for supported WPA protocols and AKMs in structStefan Sperling
2017-03-11Make 'ifconfig scan' display AP encryption correctly if WEP is configuredStefan Sperling
2017-01-19Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1.Stefan Sperling
2016-12-31When we disable WPA on an interface, wipe all of the WPA parameters,Peter Hessler
2016-12-20Disable TKIP (WPA1) by default.Stefan Sperling
2016-12-18While copying out channel flags to userspace, omit the HT channel flag ifStefan Sperling
2016-09-15move from RB macros to the RBT functions.David Gwynne
2016-08-31If a driver reports RSSI in the 20-100 range, convert to a negative value.Stefan Sperling
2016-08-15Expose more 802.11n information to userspace:Stefan Sperling
2016-04-28Copy some ieee8021_node HT information to userspace.Stefan Sperling
2016-01-04Fix manual scan while associated in 11a mode. It would only show APs on 5GHz.Stefan Sperling
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-12Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodesStuart Henderson
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
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