summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg2024-02-021-1/+58
* wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg2024-01-031-14/+26
* wifi: cfg80211: correct comment about MLD IDBenjamin Berg2024-01-031-2/+5
* wifi: cfg80211: tests: add some scanning related testsBenjamin Berg2024-01-031-3/+6
* wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis2024-01-031-1/+1
* wifi: cfg80211: avoid double free if updating BSS failsBenjamin Berg2023-12-211-4/+3
* wifi: cfg80211: ensure cfg80211_bss_update frees IEs on errorBenjamin Berg2023-12-211-14/+16
* wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg2023-12-211-0/+4
* wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya2023-12-211-0/+38
* wifi: cfg80211: consume both probe response and beacon IEsBenjamin Berg2023-12-121-1/+3
* wifi: cfg80211: generate an ML element for per-STA profilesBenjamin Berg2023-12-121-0/+31
* wifi: cfg80211: add BSS usage reportingJohannes Berg2023-12-121-18/+55
* 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