summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_scan_sw.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: do not reschedule scan_curchan_task() if the scan was canceled.avos2016-04-191-1/+4
* [net80211] migrate the time_* macros to ieee80211_* namespace.adrian2016-03-301-5/+5
* Fix !IEEE80211_DEBUG build.glebius2016-02-291-6/+6
* net80211: cleanup ieee80211_scan_sw.cavos2016-02-291-22/+22
* net80211: refactor scan_signal()avos2016-02-291-26/+28
* net80211: wakeup scan_start() task when null data frame was actuallyavos2016-02-291-6/+2
* net80211: split scan_task() (#3) (into scan_start() andavos2016-02-291-92/+111
* net80211: split scan_task() (#2) (add scan_end() function)avos2016-02-291-2/+15
* net80211: split scan_task() (#1) (replace 'done' label with scan_done()avos2016-02-291-8/+26
* net80211: utilize ss_scanend variable from scan_state structureavos2016-02-291-8/+9
* net80211: reduce code verbosity in scan_task() (ieee80211_scan_sw.c)avos2016-02-291-19/+18
* net80211: reduce code duplication between ieee80211_swscan_cancel_scan()avos2016-02-291-32/+14
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* [net80211] fix duration field; it's unsigned, but not long.adrian2016-01-041-1/+1
* [net80211] document the (not completely complete) set of places whereadrian2016-01-011-1/+1
* Break out the current 802.11 software scan methods into an indirect table.adrian2015-06-081-39/+60
* Remove the start-scan call and re-inline it for now.adrian2015-06-081-12/+1
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-251-3/+3
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-101-1/+2
* Turn ieee80211_start_scan_locked() into a swscan module private method.adrian2015-05-101-2/+77
* Global-ify channel_type() - this fixes non-debug net80211 builds.adrian2015-01-061-24/+4
* Refactor and split out the net80211 software scan engine from the restadrian2015-01-061-0/+892
OpenPOWER on IntegriCloud