summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-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/+1Star
* | cfg80211: Use kmemdup in cfg80211_gen_new_ie()YueHaibing2019-03-291-2/+1Star
|/
* 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/+0Star
* 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/+39Star
* 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/+15Star
* cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu2019-02-081-38/+470
* cfg80211: add various struct element finding helpersJohannes Berg2019-02-081-22/+17Star
* cfg80211: add and use strongly typed element iteration macrosJohannes Berg2019-02-081-8/+6Star
* 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/+31Star
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+1
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-19/+96
* nl80211: add request id in scheduled scan event messagesArend Van Spriel2017-04-181-3/+2Star
* nl80211: rework {sched_,}scan event related functionsArend Van Spriel2016-12-161-4/+5
* cfg80211: limit scan results cache sizeJohannes Berg2016-11-181-0/+69
* cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho2016-09-161-31/+27Star
* nl80211: support beacon report scanningAvraham Stern2016-07-061-6/+12
* cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach2016-05-121-2/+6
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-7/+7
* cfg80211: Allow a scan request for a specific BSSIDJouni Malinen2016-04-051-0/+2
* cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-131-2/+1Star
* nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt2015-10-131-28/+30
* cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky2015-03-031-8/+78
* cfg80211-wext: return -E2BIG when buffer can't hold full BSS entryJames Minor2015-02-281-76/+136
* cfg80211-wext: export symbols only when neededJohannes Berg2015-02-281-2/+2
* nl80211: Convert sched_scan_req pointer to RCU pointerJukka Rissanen2014-12-181-5/+8
* cfg80211: add Intel Mobile Communications copyrightJohannes Berg2014-09-051-0/+1
* cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg2014-08-261-2/+13
* cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg2014-08-261-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-221-4/+8
|\
| * cfg80211: allow RSSI compensationEmmanuel Grumbach2014-05-221-4/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-2/+10
|\ \ | |/ |/|
| * cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller2014-05-051-2/+10