summaryrefslogtreecommitdiffstats
path: root/net/wireless/scan.c
AgeCommit message (Expand)AuthorLines
2014-12-18nl80211: Convert sched_scan_req pointer to RCU pointerJukka Rissanen-5/+8
2014-09-05cfg80211: add Intel Mobile Communications copyrightJohannes Berg-0/+1
2014-08-26cfg80211: allow passing frame type to cfg80211_inform_bss()Johannes Berg-2/+13
2014-08-26cfg80211: clarify BSS probe response vs. beacon dataJohannes Berg-2/+4
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville-4/+8
2014-05-22cfg80211: allow RSSI compensationEmmanuel Grumbach-4/+8
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-2/+10
2014-05-05cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller-2/+10
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang-12/+12
2014-04-25cfg80211: change registered device pointer nameZhao, Gang-65/+65
2014-04-10cfg80211: ignore invalid BSSIDs when looking for BSSesJohannes Berg-0/+2
2014-04-10cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang-1/+5
2014-03-19cfg80211: remove unnecessary checkZhao, Gang-3/+0
2014-03-19cfg80211/mac80211: ignore signal if the frame was heard on wrong channelEmmanuel Grumbach-9/+19
2014-02-06cfg80211: send scan results from work queueJohannes Berg-15/+25
2014-01-09cfg80211: Add a function to get the number of supported channelsIlan Peer-5/+2
2013-12-05cfg80211: don't "leak" uncompleted scansEliad Peller-13/+3
2013-10-21cfg80211: fix scheduled scan pointer accessJohannes Berg-2/+2
2013-09-03wireless: scan: Remove comment to compare_ether_addrJoe Perches-4/+0
2013-07-16nl80211: add scan width to bss and scan request structsSimon Wunderlich-12/+19
2013-06-24wireless: add comments about bss refcountingBen Greear-0/+4
2013-05-25cfg80211: vastly simplify lockingJohannes Berg-25/+17
2013-05-25cfg80211: move cfg80211_get_dev_from_ifindex under wextJohannes Berg-0/+21
2013-03-24cfg80211: always check for scan end on P2P deviceJohannes Berg-3/+5
2013-03-07cfg80211: fix potential BSS memory leak and updateJohannes Berg-5/+11
2013-02-15Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg-1/+1
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich-10/+0
2013-02-13cfg80211: check vendor IE length to avoid overrunLuciano Coelho-4/+8
2013-02-11cfg80211: move TSF into IEsJohannes Berg-4/+3
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg-8/+3
2013-02-11cfg80211: track hidden SSID networks properlyJohannes Berg-52/+221
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg-2/+2
2013-02-04cfg80211: wrap BSS krefJohannes Berg-5/+15
2013-02-04cfg80211: remove a local variableJohannes Berg-3/+2
2013-02-04cfg80211: use lockdep to assert lock is heldJohannes Berg-2/+4
2013-02-04cfg80211: move locking into cfg80211_bss_ageJohannes Berg-1/+2
2013-02-04cfg80211: fix BSS IE allocation commentJohannes Berg-4/+1
2013-02-04cfg80211: remove unused cfg80211_get_meshJohannes Berg-65/+0
2013-02-04cfg80211: simplify mesh BSS comparisonJohannes Berg-81/+39
2013-02-04cfg80211: fix BSS list hidden SSID lookupJohannes Berg-27/+53
2013-02-04cfg80211: refactor hidden SSID findingJohannes Berg-62/+20
2013-01-31cfg80211: remove free_priv BSS APIJohannes Berg-3/+0
2013-01-24cfg80211: off by one in ieee80211_bss()Dan Carpenter-1/+1
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg-209/+200
2012-11-30cfg80211: fix cmp_hidden_bssJohannes Berg-4/+14
2012-11-30cfg80211: fix whitespace in scan handlingJohannes Berg-16/+13
2012-11-30cfg80211: don't BUG_ON BSS struct issuesJohannes Berg-2/+4
2012-11-23cfg80211: use DS or HT operation IEs to determine BSS channelJohannes Berg-1/+44
2012-10-18cfg80211: add cfg80211 exported function tracingBeni Lev-0/+13
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen-2/+3