summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* instead of special casing lookups for the 11na/g legacy rate set, justsam2009-02-191-2/+1
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-121-1/+1
* add an assert to verify the number of channels returned by ic_getradiocapssam2009-01-281-0/+2
* Remove assumptions about the max # channels in ioctl's:sam2009-01-271-24/+52
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-271-1/+1
* If the parent up/down task was queued then sync with it before returning fromthompsa2009-01-251-0/+3
* add missing return that broke WPA1+2 supportsam2009-01-111-0/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+20
* convert MALLOC/FREE to malloc/freesam2008-12-181-12/+12
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-16/+8
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-251-1/+1
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-12/+15
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-15/+12
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-0/+20
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-0/+25
* only return the negotiated ampdu density for sta modesam2008-09-061-1/+2
* Verify that the WPA flags set are actually compatible with theimp2008-08-091-4/+13
* Add a mac address to the key definition as otherwise we lose thesam2008-05-281-3/+5
* we have a DFS capability now so enable checksam2008-05-111-3/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-930/+1581
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-0/+32
* Fixup sta inactivity handling:sam2007-09-061-0/+9
* Update 802.11 wireless support:sam2007-06-111-1050/+852
* copyright updates:sam2007-06-061-7/+1
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-1/+1
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-111-2/+2
OpenPOWER on IntegriCloud