summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.c
AgeCommit message (Expand)Author
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
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