summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_scan.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: refresh comments for ieee80211_scan_next() andavos2016-04-211-5/+7
* net80211: hide subtype mask & shift in function call.avos2016-04-201-2/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* Break out the current 802.11 software scan methods into an indirect table.adrian2015-06-081-30/+27
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-101-1/+3
* Turn ieee80211_start_scan_locked() into a swscan module private method.adrian2015-05-101-74/+0
* Global-ify channel_type() - this fixes non-debug net80211 builds.adrian2015-01-061-24/+1
* Refactor and split out the net80211 software scan engine from the restadrian2015-01-061-625/+79
* Add more debugging to try and track down this scan hang nonsense.adrian2014-12-211-1/+21
* Add some more debugging to the scan cancel methods - I'd like to seeadrian2014-12-201-0/+14
* Document where in scan_task the scan state can change, and potentiallyadrian2014-12-201-2/+21
* Make sure any waiters on the scan results get notified if the scan taskadrian2013-11-291-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Migrate the power-save functions to be overridable VAP methods.adrian2012-10-021-2/+2
* Attempt to catch scan cancellations at exactly the wrong time from occuring.adrian2012-03-021-0/+13
* Change return code semantics of start_scan_locked(). Instead of reportingbschmidt2011-01-301-1/+2
* Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actuallybschmidt2011-01-301-0/+2
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* calls callout_drain(9) to un-schedule a scan timer to prevent a pageweongyo2009-06-031-0/+1
* Overhaul monitor mode handling:sam2009-05-201-2/+4
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-200/+207
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-0/+1
* display min/max dwell times in msecs in debug msgssam2009-02-221-3/+4
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+6
* simplify setting up the roaming parameters; writing default parameters onlysam2009-02-191-43/+29
* convert MALLOC/FREE to malloc/freesam2008-12-181-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Simplify some contorted logic that wrongly left ISCAN_DISCARD setsam2008-05-281-15/+13
* Revise lock name handling:sam2008-05-281-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-231/+472
* silence complaint about not loading the wlan_scan_monitor module;sam2007-10-241-1/+2
* Fix scanning issues since the new net80211 code went inthompsa2007-06-301-10/+13
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-301-1/+1
* Update 802.11 wireless support:sam2007-06-111-0/+990
OpenPOWER on IntegriCloud