summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.c
Commit message (Expand)AuthorAgeFilesLines
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-1/+2
* net80211: add ieee80211_restart_all() call.avos2015-10-271-0/+24
* Defer calling into the driver to update the QOS (WME) configuration.adrian2015-09-291-1/+16
* Remove duplicate use of RV(), LE_* and other macros.adrian2015-09-221-4/+3
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-20/+16
* Reset the channel to the first available channel if the interfaceadrian2015-08-231-0/+40
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-16/+20
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-20/+16
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-5/+3
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-1/+1
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-251-2/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Fix a use-after-free node reference issue when waiting for a returnadrian2013-10-241-3/+1
* Replace the homegrown implementation of nitems() with calls to nitems()rpaulo2013-08-141-4/+2
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-7/+4
* if_start() is being used here as a way of kick-starting the new queueadrian2012-12-221-0/+5
* Update the aggressive mode logic to also enable aggressive modeadrian2012-12-101-8/+50
* Create a new task to handle 802.11n channel width changes.adrian2012-03-251-0/+14
* Although it's documented that the vap newstate call can drop theadrian2012-02-241-0/+6
* Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...adrian2011-10-021-7/+12
* Fix brokenness introduced by my last commit.adrian2011-07-201-0/+2
* This sets the BSS channel for each VAP for the given interface.adrian2011-07-191-0/+15
* Fix a WME corner case found by the FreeBSD 802.11n testing crew.adrian2011-03-241-0/+9
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-1/+1
* Default to the lowest negotiated rate for mgmt/multicast traffic in 11n modeadrian2011-02-211-0/+18
* fixes a broken software beacon miss handler. There is a race to checkweongyo2010-03-141-2/+0
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-2/+13
* o station mode channel switch supportsam2009-06-041-9/+28
* remove another vestige of the null if_softc on detach hacksam2009-06-021-16/+6
* Overhaul monitor mode handling:sam2009-05-201-0/+1
* Cancel the scan when going to INIT state. Should do this for other states herethompsa2009-05-101-0/+2
* Relax the condition for printing the lost state transition message. The newthompsa2009-05-031-10/+12
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-44/+171
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-33/+0
* o reset aggressive mode flag; it was being left set after marking ansam2009-02-201-1/+2
* misc cleanup of wme parameter settingsam2009-02-201-63/+46
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+20
* use c99 initializerssam2009-02-191-101/+101
* o consolidate loops to eliminate assumptions about ordering of modessam2009-02-191-13/+10
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-121-0/+15
* convert MALLOC/FREE to malloc/freesam2008-12-181-1/+1
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Add ieee80211_suspend_all and ieee80211_resume_all forsam2008-05-281-0/+40
* ignore sw beacon miss while scanning, just reset the beacon count and timersam2008-05-221-1/+18
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-475/+776
* update default wme parameters to latest WiFi test planssam2007-11-231-24/+24
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-1/+3
OpenPOWER on IntegriCloud