summaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: Add support for static WEP in the driverDavid Spinadel2016-09-301-1/+5
* cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-151-0/+3
* cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-311-5/+3
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-121-2/+2
* cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha2016-04-261-6/+22
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-3/+3
* cfg80211: Allow reassociation to be requested with internal SMEJouni Malinen2016-04-061-2/+12
* cfg80211: Allow a scan request for a specific BSSIDJouni Malinen2016-04-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+6
|\
| * cfg80211: stop critical protocol session upon disconnect eventArend van Spriel2016-02-231-0/+6
* | cfg80211: basic support for PBSS network typeLior David2016-02-241-3/+6
|/
* cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-1/+3
* cfg80211: send extended capabilities IE in connectJohannes Berg2015-04-071-10/+64
* cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky2015-03-031-10/+6
* cfg80211: set the rates mask in connection probes over specified freqKarl Beldan2014-10-101-2/+11
* cfg80211: clear connect keys when freeing themJohannes Berg2014-09-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-221-3/+5
|\
| * cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-191-1/+1
| * cfg80211: remove BUG_ON usageJohannes Berg2014-04-291-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-1/+1
|\ \ | |/ |/|
| * cfg80211: free sme on connection failuresEliad Peller2014-05-051-1/+1
* | cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-251-18/+19
* | cfg80211: slightly clean up of cfg80211_sme_connect()Zhao, Gang2014-04-091-2/+1
|/
* cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)Zhao, Gang2014-03-191-1/+0
* cfg80211: send scan results from work queueJohannes Berg2014-02-061-1/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-131-10/+3
|\
| * cfg80211: Add a function to get the number of supported channelsIlan Peer2014-01-091-10/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-061-10/+12
|\ \ | |/ |/|
| * cfg80211: fix WARN_ON for re-association to the expired BSSUjjal Roy2013-12-051-10/+12
* | cfg80211: Add support for QoS mappingKyeyoon Park2013-12-191-0/+2
|/
* cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()Luis R. Rodriguez2013-10-091-2/+2
* cfg80211: don't request disconnect if not connectedJohannes Berg2013-08-141-6/+4
* cfg80211: fix bugs in new SME implementationJohannes Berg2013-07-161-3/+26
* wireless: add comments about bss refcountingBen Greear2013-06-241-0/+3
* wireless: Make sure __cfg80211_connect_result always puts bssBen Greear2013-06-241-1/+4
* cfg80211: hold BSS over association processJohannes Berg2013-06-191-5/+10
* cfg80211: separate internal SME implementationJohannes Berg2013-06-041-288/+254
* cfg80211: remove some locked wrappers from sme APIJohannes Berg2013-05-251-34/+7
* cfg80211: remove some locked wrappers from mlme APIJohannes Berg2013-05-251-20/+20
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-22/+4
* cfg80211: check wdev->netdev in connection workJohannes Berg2013-05-231-0/+3
* cfg80211: fix interface down/disconnect state handlingJohannes Berg2013-05-161-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-0/+2
|\
| * cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov2013-03-301-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-291-2/+4
|\|
| * cfg80211: always check for scan end on P2P deviceJohannes Berg2013-03-241-2/+4
* | cfg80211: fix potential connection work crashJohannes Berg2013-03-201-1/+1
* | cfg80211: refactor association parametersJohannes Berg2013-03-061-13/+15
* | cfg80211: add ability to override VHT capabilitiesJohannes Berg2013-03-061-1/+3
|/
* cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-8/+8