summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cfg80211: refactor cfg80211_get_ies_channel_number()Johannes Berg2021-12-201-24/+22
* cfg80211: Use the HE operation IE to determine a 6GHz BSS channelAyala Beker2021-12-201-7/+49
* cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg2021-11-281-11/+10
* cfg80211: delete redundant free codeliuguoqiang2021-11-261-9/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+5
|\
| * cfg80211: scan: fix RCU in cfg80211_add_nontrans_list()Johannes Berg2021-10-011-2/+5
* | cfg80211: separate get channel number from iesWen Gong2021-10-211-15/+26
* | cfg80211: scan: use element finding functions in easy casesJohannes Berg2021-10-211-9/+9
|/
* net: Remove redundant if statementsYajun Deng2021-08-051-2/+1
* cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-07-231-4/+2
* cfg80211: Support hidden AP discovery over 6GHz bandIlan Peer2021-06-231-3/+13
* cfg80211: clean up variable use in cfg80211_parse_colocated_ap()Dan Carpenter2021-06-231-3/+3
* Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub...David S. Miller2021-04-201-1/+3
|\
| * cfg80211: scan: drop entry from hidden_list on overflowJohannes Berg2021-04-191-0/+2
| * cfg80211: Remove wrong RNR IE validation checkIlan Peer2021-04-081-1/+1
* | cfg80211: check S1G beacon compat element lengthJohannes Berg2021-04-081-6/+8
|/
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-16/+19
* cfg80211: Update TSF and TSF BSSID for multi BSSIlan Peer2020-12-111-0/+3
* cfg80211: scan PSC channels in case of scan with wildcard SSIDAyala Beker2020-12-111-10/+8
* nl80211/cfg80211: fix potential infinite loopColin Ian King2020-11-061-1/+1
* cfg80211: parse S1G Operation element for BSS channelThomas Pedersen2020-09-281-7/+16
* cfg80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-281-9/+48
* nl80211/cfg80211: support 6 GHz scanningTova Mussai2020-09-281-7/+494
* net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-271-1/+1
* net: wireless: scan.c: delete or fix duplicated wordsRandy Dunlap2020-08-271-2/+2
* cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach2020-07-311-0/+10
* cfg80211: express channels with a KHz componentThomas Pedersen2020-04-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-291-1/+5
|\
| * cfg80211: Do not warn on same channel at the end of CSAIlan Peer2020-03-261-1/+5
* | cfg80211: remove support for adjacent channel compensationEmmanuel Grumbach2020-02-211-4/+2
* | cfg80211: Pass lockdep expression to RCU listsAmol Grover2020-02-211-3/+2
|/
* cfg80211: fix a bunch of RCU issues in multi-bssid codeSara Sharon2019-10-071-10/+13
* cfg80211: validate SSID/MBSSID element ordering assumptionJohannes Berg2019-10-011-1/+6
* cfg80211: fix duplicated scan entries after channel switchSergey Matyukevich2019-07-291-0/+79
* cfg80211: refactor cfg80211_bss_updateSergey Matyukevich2019-07-291-82/+89
* cfg80211: give all multi-BSSID BSS entries the same timestampJohannes Berg2019-07-261-2/+5
* cfg80211: don't parse MBSSID if transmitting BSS isn't createdJohannes Berg2019-07-261-1/+3
* cfg80211: clean up cfg80211_inform_single_bss_frame_data()Johannes Berg2019-07-261-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-2/+2
|\
| * cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho2019-06-141-2/+2
* | cfg80211: Add a function to iterate all BSS entriesIlan Peer2019-06-141-0/+21
* | cfg80211: Handle bss expiry during connectionChaitanya Tata2019-05-281-5/+7
|/
* Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-261-9/+164
|\
| * cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter2019-04-261-4/+4
| * cfg80211: support profile split between elementsSara Sharon2019-04-261-6/+103
| * cfg80211: support non-inheritance elementSara Sharon2019-04-261-1/+60
| * cfg80211: don't skip multi-bssid index elementSara Sharon2019-04-261-2/+1