summaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov2024-05-291-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-0/+1
|\
| * wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-081-0/+1
* | wifi: mac80211: don't select link ID if not provided in scan requestAyala Beker2024-03-251-12/+4
|/
* wifi: mac80211: Allow beacons to update BSS table regardless of scanIlan Peer2024-03-041-7/+15
* wifi: mac80211: start building elements in SKBsJohannes Berg2024-02-081-5/+9
* wifi: mac80211: simplify non-chanctx driversJohannes Berg2024-02-081-9/+9
* Merge wireless into wireless-nextJohannes Berg2024-02-081-12/+18
|\
| * wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg2024-02-021-12/+18
* | wifi: mac80211: apply duration for SW scanMichael-CY Lee2024-01-261-2/+8
|/
* wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-121-2/+2
* wifi: mac80211: Extend support for scanning while MLO connectedIlan Peer2023-11-241-5/+43
* wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-56/+15
* wifi: mac80211: reduce iflist_mtxJohannes Berg2023-09-111-7/+5
* wifi: mac80211: remove local->mtxJohannes Berg2023-09-111-66/+41
* wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg2023-09-111-3/+4
* wifi: mac80211: move scan work to wiphy workJohannes Berg2023-09-111-17/+12
* wifi: mac80211: use new inform_bss callbackBenjamin Berg2023-06-191-55/+38
* wifi: mac80211: use wiphy work for sdata->workJohannes Berg2023-06-071-1/+1
* 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