aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08cfg80211: fix memory leak of new_ieSara Sharon1-4/+5
2019-02-08cfg80211: fix the IE inheritance of extension IEsSara Sharon1-7/+13
2019-02-08cfg80211: save multi-bssid propertiesSara Sharon1-21/+48
2019-02-08cfg80211: make BSSID generation function inlineSara Sharon1-16/+0
2019-02-08cfg80211: parse multi-bssid only if HW supports itSara Sharon1-1/+10
2019-02-08cfg80211: Move Multiple BSS info to struct cfg80211_bss to be visibleSara Sharon1-41/+39
2019-02-08cfg80211: Properly track transmitting and non-transmitting BSSSara Sharon1-2/+34
2019-02-08cfg80211: use for_each_element() for multi-bssid parsingJohannes Berg1-32/+15
2019-02-08cfg80211: Parsing of Multiple BSSID information in scanningPeng Xu1-38/+470
2019-02-08cfg80211: add various struct element finding helpersJohannes Berg1-22/+17
2019-02-08cfg80211: add and use strongly typed element iteration macrosJohannes Berg1-8/+6
2018-12-18cfg80211: add some missing fall through annotationsLuca Coelho1-1/+1
2018-09-10cfg80211: Address some corner cases in scan result channel updatingJouni Malinen1-9/+49
2017-12-19cfg80211: Scan results to also report the per chain signal strengthSunil Dutt1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-23cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel1-4/+4
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-32/+31
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+1
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-19/+96
2017-04-18nl80211: add request id in scheduled scan event messagesArend Van Spriel1-3/+2
2016-12-16nl80211: rework {sched_,}scan event related functionsArend Van Spriel1-4/+5
2016-11-18cfg80211: limit scan results cache sizeJohannes Berg1-0/+69
2016-09-16cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho1-31/+27
2016-07-06nl80211: support beacon report scanningAvraham Stern1-6/+12
2016-05-12cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach1-2/+6
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-7/+7
2016-04-05cfg80211: Allow a scan request for a specific BSSIDJouni Malinen1-0/+2
2015-10-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern1-2/+1
2015-10-13nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt1-28/+30
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-8/+78
2015-02-28cfg80211-wext: return -E2BIG when buffer can't hold full BSS entryJames Minor1-76/+136
2015-02-28cfg80211-wext: export symbols only when neededJohannes Berg1-2/+2
2014-12-18nl80211: Convert sched_scan_req pointer to RCU pointerJukka Rissanen1-5/+8
2014-09-05cfg80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg1-2/+13
2014-08-26cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg1-2/+4
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-4/+8
2014-05-22cfg80211: allow RSSI compensationEmmanuel Grumbach1-4/+8
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+10
2014-05-05cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller1-2/+10
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-12/+12
2014-04-25cfg80211: change registered device pointer nameZhao, Gang1-65/+65
2014-04-10cfg80211: ignore invalid BSSIDs when looking for BSSesJohannes Berg1-0/+2
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang1-1/+5
2014-03-19cfg80211: remove unnecessary checkZhao, Gang1-3/+0
2014-03-19cfg80211/mac80211: ignore signal if the frame was heard on wrong channelEmmanuel Grumbach1-9/+19
2014-02-06cfg80211: send scan results from work queueJohannes Berg1-15/+25
2014-01-09cfg80211: Add a function to get the number of supported channelsIlan Peer1-5/+2
2013-12-05cfg80211: don't "leak" uncompleted scansEliad Peller1-13/+3
2013-10-21cfg80211: fix scheduled scan pointer accessJohannes Berg1-2/+2