summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov2024-06-121-2/+6
* wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg2024-06-121-1/+3
* wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg2024-05-291-16/+31
* wifi: cfg80211: validate HE operation element parsingJohannes Berg2024-05-291-1/+2
* wifi: cfg80211: ignore non-TX BSSs in per-STA profileBenjamin Berg2024-03-251-9/+38
* wifi: cfg80211: check BSSID Index against MaxBSSIDBenjamin Berg2024-03-251-1/+2
* wifi: cfg80211: handle indoor AFC/LPI AP in probe response and beaconAnjaneyulu2024-03-251-0/+4
* wifi: cfg80211: allow cfg80211_defragment_element() without outputJohannes Berg2024-03-041-9/+18
* wifi: cfg80211: expose cfg80211_iter_rnr() to driversJohannes Berg2024-03-041-13/+7
* wifi: cfg80211: use ML element parsing helpersJohannes Berg2024-02-211-33/+8
* wifi: cfg80211: refactor RNR parsingJohannes Berg2024-02-211-137/+169
* wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()Johannes Berg2024-02-211-39/+32
* wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()Johannes Berg2024-02-211-165/+80
* wifi: cfg80211: set correct param change count in ML elementBenjamin Berg2024-02-211-10/+16
* wifi: cfg80211: rename UHB to 6 GHzJohannes Berg2024-02-121-4/+4
* Merge wireless into wireless-nextJohannes Berg2024-02-081-1/+58
|\
| * wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg2024-02-021-1/+58
* | wifi: cfg80211: fix kunit exportsJohannes Berg2024-02-041-2/+2
* | wifi: cfg80211: add a kunit test for 6 GHz colocated AP parsingBenjamin Berg2024-02-021-42/+7
* | wifi: cfg80211: add RNR with reporting AP informationBenjamin Berg2024-01-261-5/+130
|/
* 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-271-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