aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
9 dayswifi: cfg80211/mac80211: correctly parse S1G beacon optional elementsLachlan Hodges1-11/+7
2025-05-06wifi: cfg80211: fix out-of-bounds access during multi-link element defragmentationVeerendranath Jakkam1-1/+1
2025-02-26wifi: cfg80211: expose update timestamp to driversBenjamin Berg1-3/+3
2025-02-26wifi: cfg80211: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-01-15wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov1-3/+1
2025-01-13wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlierKees Cook1-2/+1
2025-01-13wifi: cfg80211: scan: skip duplicate RNR entriesJohannes Berg1-1/+12
2025-01-13wifi: cfg80211: copy multi-link element from the multi-link probe request's frame body to the generated elementsMichael-CY Lee1-1/+26
2024-12-04wifi: cfg80211: define and use wiphy guardJohannes Berg1-21/+19
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2024-10-23wifi: cfg80211: add option for vif allowed radiosFelix Fietkau1-3/+7
2024-10-08wifi: cfg80211: stop exporting wext symbolsJohannes Berg1-2/+0
2024-10-08wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang1-0/+4
2024-09-06wifi: cfg80211: avoid overriding direct/MBSSID BSS with per-STA profile BSSVeerendranath Jakkam1-0/+27
2024-09-06wifi: cfg80211: skip indicating signal for per-STA profile BSSsVeerendranath Jakkam1-0/+2
2024-09-06wifi: cfg80211: make BSS source types publicVeerendranath Jakkam1-5/+1
2024-09-06wifi: cfg80211: Avoid RCU debug splat in __cfg80211_bss_update error pathsVeerendranath Jakkam1-2/+2
2024-09-06wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov1-3/+3
2024-07-26wifi: cfg80211: correct S1G beacon length calculationJohannes Berg1-3/+8
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-39/+76
2024-06-12wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg1-27/+42
2024-06-12wifi: cfg80211: make hash table duplicates more survivableJohannes Berg1-12/+34
2024-06-12wifi: cfg80211: wext: add extra SIOCSIWSCAN data checkDmitry Antipov1-2/+6
2024-06-12wifi: cfg80211: wext: set ssids=NULL for passive scansJohannes Berg1-1/+3
2024-05-29wifi: cfg80211: fix 6 GHz scan request buildingJohannes Berg1-16/+31
2024-05-29wifi: cfg80211: validate HE operation element parsingJohannes Berg1-1/+2
2024-03-25wifi: cfg80211: ignore non-TX BSSs in per-STA profileBenjamin Berg1-9/+38
2024-03-25wifi: cfg80211: check BSSID Index against MaxBSSIDBenjamin Berg1-1/+2
2024-03-25wifi: cfg80211: handle indoor AFC/LPI AP in probe response and beaconAnjaneyulu1-0/+4
2024-03-04wifi: cfg80211: allow cfg80211_defragment_element() without outputJohannes Berg1-9/+18
2024-03-04wifi: cfg80211: expose cfg80211_iter_rnr() to driversJohannes Berg1-13/+7
2024-02-21wifi: cfg80211: use ML element parsing helpersJohannes Berg1-33/+8
2024-02-21wifi: cfg80211: refactor RNR parsingJohannes Berg1-137/+169
2024-02-21wifi: cfg80211: clean up cfg80211_inform_bss_frame_data()Johannes Berg1-39/+32
2024-02-21wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()Johannes Berg1-165/+80
2024-02-21wifi: cfg80211: set correct param change count in ML elementBenjamin Berg1-10/+16
2024-02-12wifi: cfg80211: rename UHB to 6 GHzJohannes Berg1-4/+4
2024-02-08Merge wireless into wireless-nextJohannes Berg1-1/+58
2024-02-04wifi: cfg80211: fix kunit exportsJohannes Berg1-2/+2
2024-02-02wifi: cfg80211: add a kunit test for 6 GHz colocated AP parsingBenjamin Berg1-42/+7
2024-02-02wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg1-1/+58
2024-01-26wifi: cfg80211: add RNR with reporting AP informationBenjamin Berg1-5/+130
2024-01-03wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg1-14/+26
2024-01-03wifi: cfg80211: correct comment about MLD IDBenjamin Berg1-2/+5
2024-01-03wifi: cfg80211: tests: add some scanning related testsBenjamin Berg1-3/+6
2024-01-03wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis1-1/+1
2023-12-21wifi: cfg80211: avoid double free if updating BSS failsBenjamin Berg1-4/+3
2023-12-21wifi: cfg80211: ensure cfg80211_bss_update frees IEs on errorBenjamin Berg1-14/+16
2023-12-21wifi: cfg80211: free beacon_ies when overridden from hidden BSSBenjamin Berg1-0/+4
2023-12-21wifi: cfg80211: handle UHB AP and STA power typeMukesh Sisodiya1-0/+38