summaryrefslogtreecommitdiff
path: root/net/mac80211/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: adjust scan cancel comment/checkJohannes Berg2023-03-071-4/+4
* treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-09-041-1/+1
|\
| * wifi: mac80211: fix double SW scan stopJohannes Berg2022-09-031-1/+1
* | wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-08-251-4/+7
|/
* wifi: mac80211: fix multi-BSSID element parsingJohannes Berg2022-07-151-4/+8
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-201-1/+1
* mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2022-05-041-0/+20
* mac80211: always allocate struct ieee802_11_elemsJohannes Berg2021-09-231-6/+10
* mac80211: fix skb length check in ieee80211_scan_rx()Du Cheng2021-05-311-5/+16
* mac80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-281-4/+13
* mac80211: s1g: choose scanning width based on frequencyThomas Pedersen2020-09-281-0/+17
* nl80211/cfg80211: support 6 GHz scanningTova Mussai2020-09-281-2/+7
* mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-311-1/+1
* mac80211: use same flag everywhere to avoid sequence number overwriteMathy Vanhoef2020-07-311-4/+3
* nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-0/+1
* mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer2020-05-311-8/+9
* mac80211: avoid using ext NSS high BW if not supportedJohannes Berg2020-05-311-0/+6
* mac80211: add freq_offset to RX statusThomas Pedersen2020-04-241-1/+2
* mac80211: handle channel frequency offsetThomas Pedersen2020-04-241-0/+1
* cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach2020-02-211-2/+1
* mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-071-2/+28
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mac80211: support multi-bssidSara Sharon2019-02-081-2/+9
* mac80211: move the bss update from elements to an helperSara Sharon2019-02-081-70/+80
* mac80211: pass bssids to elements parsing functionSara Sharon2019-02-081-35/+40
* mac80211: allow hardware scan to fall back to softwareJohannes Berg2018-11-091-4/+18
* Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-301-6/+50
|\
| * mac80211: support scan features for improved scan privacyJohannes Berg2018-06-151-5/+30
| * mac80211: split ieee80211_send_probe_req()Johannes Berg2018-06-151-2/+20
| * mac80211: add probe request building flagsJohannes Berg2018-06-151-3/+4
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
|/
* mac80211: inform wireless layer when frame RSSI is invalidTosoni2018-03-211-1/+3
* mac80211: oce: enable receiving of bcast probe respRoee Zamir2017-09-211-9/+28
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-2/+2
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-4/+4
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-4/+4
* mac80211: Remove unused 'len' variableKirtika Ruchandani2016-12-131-5/+3
* mac80211: fix scan completed tracingJohannes Berg2016-09-151-1/+1
* mac80211: report failure to start (partial) scan as scan abortJohannes Berg2016-07-061-2/+3
* mac80211: Add support for beacon report radio measurementAvraham Stern2016-07-061-8/+34
* nl80211: support beacon report scanningAvraham Stern2016-07-061-2/+7
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-6/+6
* mac80211: Support a scan request for a specific BSSIDJouni Malinen2016-04-051-1/+3
* mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg2016-04-051-1/+3
* mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni2016-01-261-1/+11
* mac80211: handle sched_scan_stopped vs. hw restart raceEliad Peller2016-01-141-0/+8
* mac80211: do not actively scan DFS channelsAntonio Quartulli2015-12-021-4/+5
* mac80211: don't reconfigure sched scan in case of wowlanEliad Peller2015-11-031-5/+7
* mac80211: remove PM-QoS listenerJohannes Berg2015-10-141-1/+0