aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_scan.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* [net80211] add roaming parameters for 11ac.Adrian Chadd2017-01-081-0/+6
* [net80211] add comments!Adrian Chadd2016-10-281-0/+3
* net80211: refresh comments for ieee80211_scan_next() andAndriy Voskoboinyk2016-04-211-5/+7
* net80211: hide subtype mask & shift in function call.Andriy Voskoboinyk2016-04-201-2/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Break out the current 802.11 software scan methods into an indirect table.Adrian Chadd2015-06-081-30/+27
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-1/+3
* Turn ieee80211_start_scan_locked() into a swscan module private method.Adrian Chadd2015-05-101-74/+0
* Global-ify channel_type() - this fixes non-debug net80211 builds.Adrian Chadd2015-01-061-24/+1
* Refactor and split out the net80211 software scan engine from the restAdrian Chadd2015-01-061-625/+79
* Add more debugging to try and track down this scan hang nonsense.Adrian Chadd2014-12-211-1/+21
* Add some more debugging to the scan cancel methods - I'd like to seeAdrian Chadd2014-12-201-0/+14
* Document where in scan_task the scan state can change, and potentiallyAdrian Chadd2014-12-201-2/+21
* Make sure any waiters on the scan results get notified if the scan taskAdrian Chadd2013-11-291-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Migrate the power-save functions to be overridable VAP methods.Adrian Chadd2012-10-021-2/+2
* Attempt to catch scan cancellations at exactly the wrong time from occuring.Adrian Chadd2012-03-021-0/+13
* Change return code semantics of start_scan_locked(). Instead of reportingBernhard Schmidt2011-01-301-1/+2
* Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actuallyBernhard Schmidt2011-01-301-0/+2
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-0/+1
* calls callout_drain(9) to un-schedule a scan timer to prevent a pageWeongyo Jeong2009-06-031-0/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-2/+4
* Create a taskqueue for each wireless interface which provides a serialisedAndrew Thompson2009-05-021-200/+207
* o add ic_rt to track the rate table for the current channel; this enablesSam Leffler2009-03-291-0/+1
* display min/max dwell times in msecs in debug msgsSam Leffler2009-02-221-3/+4
* Add modes for 1/2 and 1/4-width channels so we have separate roamingSam Leffler2009-02-191-0/+6
* simplify setting up the roaming parameters; writing default parameters onlySam Leffler2009-02-191-43/+29
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Simplify some contorted logic that wrongly left ISCAN_DISCARD setSam Leffler2008-05-281-15/+13
* Revise lock name handling:Sam Leffler2008-05-281-1/+1
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-231/+472
* silence complaint about not loading the wlan_scan_monitor module;Sam Leffler2007-10-241-1/+2
* Fix scanning issues since the new net80211 code went inAndrew Thompson2007-06-301-10/+13
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-301-1/+1
* Update 802.11 wireless support:Sam Leffler2007-06-111-0/+990