summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r331797:brooks2018-04-081-1/+2
* MFC r321838:pfg2017-08-041-1/+2
* MFC r304322:bdrewery2016-08-241-0/+2
* net80211: restore interface state check for IEEE80211_IOC_SCAN_REQ ioctl.avos2016-05-191-0/+5
* sys/net*: minor spelling fixes.pfg2016-05-031-2/+2
* net80211: fix MAC address change via SIOCSIFLLADDR ioctl.avos2016-05-021-1/+11
* [net80211] add the STBC ioctl support.adrian2016-04-261-0/+32
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesavos2016-04-211-4/+20
* net80211: provide descriptions for reason codesavos2016-04-201-4/+6
* [net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...adrian2016-04-181-0/+8
* net80211: fix 'taskqueue_drain with non-sleepable locks held' warningavos2016-02-281-3/+9
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* net80211: reduce stack usage for ieee80211_ioctl*() methods.avos2016-01-241-89/+95
* net80211: reduce code duplicationavos2016-01-241-2/+0
* [net80211] decode WPA cipher config '0' as "clear cipher config".adrian2015-11-261-0/+3
* net80211: reduce code duplication in the ieee80211_ioctl_setwmeparam() + fix ...adrian2015-10-031-35/+17
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-55/+16
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-16/+55
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-55/+16
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-18/+23
* Use logical rather than bitwise OR in if() expression.ian2014-04-261-1/+1
* Modify the ioctl path to support querying things if the vap state isadrian2014-04-241-7/+7
* Remove IPX support.glebius2014-03-141-24/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Don't panic the kernel if we run wpa_supplicant on a hostap VAP.rpaulo2013-06-291-1/+3
* Don't hold the node lock over the iterator.adrian2013-06-071-4/+24
* Add the ability to kick an existing mesh node without waiting for itadrian2012-01-111-0/+11
* Fix some net80211 enum nits:bschmidt2011-12-171-2/+2
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+33
* Change i_len in ieee80211req to be unsigned and fix other signed/unsignedkevlo2011-06-161-5/+5
* Instead of always returning 0 to a scan request, indicate if there isbschmidt2011-01-301-4/+5
* Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error.rpaulo2010-06-011-2/+6
* Properly initialize stack variable sr in setmlme_assoc_adhoc().rpaulo2010-06-011-0/+1
* Add WPA-None support:bschmidt2010-04-101-60/+106
* While flushing the multicast filter of an interface, do not zero the relevantsyrinx2010-01-241-2/+5
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-4/+15
* use negotiated short gi to calculate the tx rate; using the htcapssam2009-06-111-2/+2
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-35/+35
* o station mode channel switch supportsam2009-06-041-2/+6
* fix typosam2009-06-021-1/+1
* Remove hack used to deal with ifnet teardown now that if_detach and thesam2009-06-021-18/+3
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-3/+1
* add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-addresssam2009-04-261-1/+6
* correct bssid reporting for wds vapssam2009-04-261-4/+7
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-0/+2
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-39/+0
* add linker sets for get/set ioctl handlers so optional net80211sam2009-03-241-21/+50
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+2
* o looseen abi dependencies on IEEE80211_MODE_MAX by accepting smallersam2009-02-191-49/+31
* use c99 initializerssam2009-02-191-11/+11
OpenPOWER on IntegriCloud