summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-261-0/+37
|\
| * wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer2023-10-231-0/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-1/+1
|\ \ | |/ |/|
| * wifi: cfg80211: pass correct pointer to rdev_inform_bss()Ben Greear2023-10-231-1/+1
* | Merge wireless into wireless-nextJohannes Berg2023-10-061-0/+4
|\|
| * wifi: cfg80211: Fix 6GHz scan configurationIlan Peer2023-09-251-0/+4
* | wifi: cfg80211: remove scan_width supportJohannes Berg2023-09-131-20/+3
* | wifi: wext: avoid extra calls to strlen() in ieee80211_bss()Dmitry Antipov2023-09-131-22/+25
* | wifi: cfg80211: fix off-by-one in element defragJohannes Berg2023-09-111-2/+2
|/
* wifi: cfg80211: Fix return value in scan logicIlan Peer2023-07-261-1/+1
* wifi: cfg80211: Retrieve PSD information from RNR AP informationIlan Peer2023-06-211-0/+13
* wifi: cfg80211: search all RNR elements for colocated APsBenjamin Berg2023-06-191-64/+63
* wifi: cfg80211: stop parsing after allocation failureBenjamin Berg2023-06-191-1/+2
* wifi: cfg80211: do not scan disabled links on 6GHzBenjamin Berg2023-06-191-0/+7
* wifi: cfg80211: handle BSS data contained in ML probe responsesBenjamin Berg2023-06-191-7/+354
* wifi: cfg80211: use structs for TBTT information accessBenjamin Berg2023-06-191-28/+33
* wifi: cfg80211: use a struct for inform_single_bss dataBenjamin Berg2023-06-191-97/+112
* wifi: cfg80211: Always ignore ML elementBenjamin Berg2023-06-191-0/+4
* wifi: cfg80211: add element defragmentation helperBenjamin Berg2023-06-191-0/+60
* wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg2023-06-191-143/+11
* wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg2023-06-191-89/+124
* wifi: cfg80211: ignore invalid TBTT info field typesBenjamin Berg2023-06-191-0/+7
* wifi: cfg80211: add inform_bss op to update BSSBenjamin Berg2023-06-191-0/+4
* wifi: cfg80211: keep bss_lock held when informingBenjamin Berg2023-06-191-24/+42
* wifi: cfg80211: move regulatory_hint_found_beacon to be earlierBenjamin Berg2023-06-191-20/+22
* wifi: cfg80211: move scan done work to wiphy workJohannes Berg2023-06-071-10/+4
* wifi: cfg80211: Drop entries with invalid BSSIDs in RNRIlan Peer2023-05-161-1/+5
* wifi: wireless: cleanup unused function parametersMordechay Goodstein2023-03-071-16/+5
* wifi: wireless: correct primary channel validation on 6 GHzMordechay Goodstein2023-03-071-7/+6
* wifi: wireless: return primary channel regardless of DUPMordechay Goodstein2023-03-071-3/+1
* Merge tag 'wireless-next-2022-12-02' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-12-021-31/+13
|\
| * wifi: cfg80211: use bss_from_pub() instead of container_of()Johannes Berg2022-12-011-30/+11
| * wifi: cfg80211: fix comparison of BSS frequenciesJUN-KYU SHIN2022-12-011-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-2/+8
|\ \ | |/ |/|
| * wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg2022-11-251-1/+6
| * wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-11-251-1/+2
* | Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-11-181-1/+2
|\ \ | |/ |/|
| * wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva2022-11-161-1/+2
* | wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-10-211-1/+3
|/
* wifi: cfg80211: update hidden BSSes to avoid WARN_ONJohannes Berg2022-10-101-11/+20
* wifi: cfg80211: avoid nontransmitted BSS list corruptionJohannes Berg2022-10-101-0/+9
* wifi: cfg80211: fix BSS refcounting bugsJohannes Berg2022-10-101-13/+14
* wifi: cfg80211: ensure length byte is present before accessJohannes Berg2022-10-101-2/+4
* wifi: cfg80211/mac80211: reject bad MBSSID elementsJohannes Berg2022-10-101-0/+2
* wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()Johannes Berg2022-10-101-1/+1
* wifi: cfg80211: Update RNR parsing to align with Draft P802.11be_D2.0Ilan Peer2022-08-251-1/+1
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-3/+5
* cfg80211: retrieve S1G operating channel numberKieran Frewen2022-05-041-1/+1
* cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram2022-04-111-0/+2
* cfg80211: don't add non transmitted BSS to 6GHz scanned channelsAvraham Stern2022-02-041-1/+8