aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-08mac80211: support multi-bssidSara Sharon1-2/+9
2019-02-08mac80211: move the bss update from elements to an helperSara Sharon1-70/+80
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-35/+40
2018-11-09mac80211: allow hardware scan to fall back to softwareJohannes Berg1-4/+18
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-6/+50
2018-06-15mac80211: support scan features for improved scan privacyJohannes Berg1-5/+30
2018-06-15mac80211: split ieee80211_send_probe_req()Johannes Berg1-2/+20
2018-06-15mac80211: add probe request building flagsJohannes Berg1-3/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-03-21mac80211: inform wireless layer when frame RSSI is invalidTosoni1-1/+3
2017-09-21mac80211: oce: enable receiving of bcast probe respRoee Zamir1-9/+28
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel1-2/+2
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-4/+4
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-4/+4
2016-12-13mac80211: Remove unused 'len' variableKirtika Ruchandani1-5/+3
2016-09-15mac80211: fix scan completed tracingJohannes Berg1-1/+1
2016-07-06mac80211: report failure to start (partial) scan as scan abortJohannes Berg1-2/+3
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-8/+34
2016-07-06nl80211: support beacon report scanningAvraham Stern1-2/+7
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-6/+6
2016-04-05mac80211: Support a scan request for a specific BSSIDJouni Malinen1-1/+3
2016-04-05mac80211: allow drivers to report CLOCK_BOOTTIME for scan resultsJohannes Berg1-1/+3
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni1-1/+11
2016-01-14mac80211: handle sched_scan_stopped vs. hw restart raceEliad Peller1-0/+8
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli1-4/+5
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller1-5/+7
2015-10-14mac80211: remove PM-QoS listenerJohannes Berg1-1/+0
2015-10-13mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg1-10/+9
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-5/+5
2015-06-09mac80211: ignore invalid scan RSSI valuesSara Sharon1-1/+7
2015-06-02mac80211: rename single hw-scan flag to follow naming conventionJohannes Berg1-3/+3
2015-03-30mac80211: IBSS fix scan requestJanusz.Dziedzic@tieto.com1-9/+16
2015-01-23mac80211: complete scan work immediately if quiesced or suspendedLuciano Coelho1-0/+5
2015-01-14mac80211: don't defer scans in case of radar detectionEliad Peller1-1/+1
2015-01-14mac80211: remove local->radar_detect_enabledEliad Peller1-1/+1
2015-01-14mac80211: let flush() drop packets when possibleEmmanuel Grumbach1-2/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-10/+38
2014-11-19mac80211: rcu-ify scan and scheduled scan request pointersJohannes Berg1-30/+49
2014-11-19mac80211: remove redundant checkEliad Peller1-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-26mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-06-25mac80211: split sched scan IEsDavid Spinadel1-23/+24
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-25/+60
2014-05-09mac80211: handle failed restart/resume betterJohannes Berg1-5/+10
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-5/+5
2014-03-19mac80211: release sched_scan_sdata when stopping sched scanAlexander Bondar1-2/+4
2014-02-20mac80211: allow driver to return error from sched_scan_stopJohannes Berg1-1/+1
2014-02-11mac80211: fix IE buffer lenDavid Spinadel1-5/+2
2013-12-16mac80211: reschedule sched scan after HW restartDavid Spinadel1-14/+39