summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing2019-03-291-2/+1
|/
* cfg80211: fix memory leak of new_ieSara Sharon2019-02-081-4/+5
* cfg80211: fix the IE inheritance of extension IEsSara Sharon2019-02-081-7/+13
* cfg80211: save multi-bssid propertiesSara Sharon2019-02-081-21/+48
* cfg80211: make BSSID generation function inlineSara Sharon2019-02-081-16/+0
* cfg80211: parse multi-bssid only if HW supports itSara Sharon2019-02-081-1/+10
* cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon2019-02-081-41/+39
* cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon2019-02-081-2/+34
* cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg2019-02-081-32/+15
* cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu2019-02-081-38/+470
* cfg80211: add various struct element finding helpersJohannes Berg2019-02-081-22/+17
* cfg80211: add and use strongly typed element iteration macrosJohannes Berg2019-02-081-8/+6
* cfg80211: add some missing fall through annotationsLuca Coelho2018-12-181-1/+1
* cfg80211: Address some corner cases in scan result channel updatingJouni Malinen2018-09-101-9/+49
* cfg80211: Scan results to also report the per chain signal strengthSunil Dutt2017-12-191-0/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel2017-05-231-4/+4
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-32/+31
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+1