aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_scan_sw.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: remove if_private.h from code that doesn't require itAdrian Chadd2025-06-041-1/+0
* net80211: migrate if_printf() -> net80211_vap_printf()Adrian Chadd2025-06-041-8/+4
* net80211: make sure to not start a BGSCAN if not enabledBjoern A. Zeeb2025-05-281-1/+7
* net80211: refactor out ifp->if_broadcastaddr into ieee80211_freebsd.cAdrian Chadd2025-05-251-5/+6
* net80211: scan/internal: change boolean argument from int to boolBjoern A. Zeeb2024-07-261-2/+2
* net80211: introduce two extra ieee80211_notify_scan_done()Bjoern A. Zeeb2023-09-211-2/+4
* net80211: mark argument to scan_curchan_task() __unusedBjoern A. Zeeb2023-09-141-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* net80211: define mask for ss_flags rather than using hardcoded 0xfffBjoern A. Zeeb2023-03-141-3/+2
* net80211: ieee80211_swscan_bg_scan() track return variable under lockBjoern A. Zeeb2023-02-231-3/+5
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-311-0/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* [net80211] Add some more debugging during scanningAdrian Chadd2020-06-051-0/+7
* [net80211] Fix interrupted scan logic and ticks comparisonAdrian Chadd2020-05-271-13/+35
* [net80211] don't abort a background scan upon reception of a single packet.Adrian Chadd2016-10-281-0/+5
* [net80211] Initial full-offload scan support.Adrian Chadd2016-10-191-2/+26
* net80211: do not cancel scan when packet is sent.Andriy Voskoboinyk2016-09-301-11/+19
* net80211: send RTM_IEEE80211_SCAN event when scan was cancelled.Andriy Voskoboinyk2016-05-211-3/+3
* net80211: drop some unused variables / local macrosAndriy Voskoboinyk2016-05-121-17/+0
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* net80211: refresh comments for ieee80211_scan_next() andAndriy Voskoboinyk2016-04-211-5/+7
* net80211: do not reschedule scan_curchan_task() if the scan was canceled.Andriy Voskoboinyk2016-04-191-1/+4
* [net80211] migrate the time_* macros to ieee80211_* namespace.Adrian Chadd2016-03-301-5/+5
* Fix !IEEE80211_DEBUG build.Gleb Smirnoff2016-02-291-6/+6
* net80211: cleanup ieee80211_scan_sw.cAndriy Voskoboinyk2016-02-291-22/+22
* net80211: refactor scan_signal()Andriy Voskoboinyk2016-02-291-26/+28
* net80211: wakeup scan_start() task when null data frame was actuallyAndriy Voskoboinyk2016-02-291-6/+2
* net80211: split scan_task() (#3) (into scan_start() andAndriy Voskoboinyk2016-02-291-92/+111
* net80211: split scan_task() (#2) (add scan_end() function)Andriy Voskoboinyk2016-02-291-2/+15
* net80211: split scan_task() (#1) (replace 'done' label with scan_done()Andriy Voskoboinyk2016-02-291-8/+26
* net80211: utilize ss_scanend variable from scan_state structureAndriy Voskoboinyk2016-02-291-8/+9
* net80211: reduce code verbosity in scan_task() (ieee80211_scan_sw.c)Andriy Voskoboinyk2016-02-291-19/+18
* net80211: reduce code duplication between ieee80211_swscan_cancel_scan()Andriy Voskoboinyk2016-02-291-32/+14
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* [net80211] fix duration field; it's unsigned, but not long.Adrian Chadd2016-01-041-1/+1
* [net80211] document the (not completely complete) set of places whereAdrian Chadd2016-01-011-1/+1
* Break out the current 802.11 software scan methods into an indirect table.Adrian Chadd2015-06-081-39/+60
* Remove the start-scan call and re-inline it for now.Adrian Chadd2015-06-081-12/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-3/+3
* Prepare for supporting driver-overridden curchan when submitting scanAdrian Chadd2015-05-101-1/+2
* Turn ieee80211_start_scan_locked() into a swscan module private method.Adrian Chadd2015-05-101-2/+77
* Global-ify channel_type() - this fixes non-debug net80211 builds.Adrian Chadd2015-01-061-24/+4
* Refactor and split out the net80211 software scan engine from the restAdrian Chadd2015-01-061-0/+892