aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13nl80211: add authorized flag to ROAM eventAvraham Stern1-0/+1
2017-04-28cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern1-52/+38
2017-03-31cfg80211: Add support for FILS shared key authentication offloadVidyullatha Kanchanapally1-1/+24
2017-03-31cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally1-69/+80
2017-01-13cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha1-12/+27
2017-01-09cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECTAndrzej Zaborowski1-0/+33
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-0/+14
2016-10-19cfg80211: allow aborting in-progress connection atttemptsIlan Peer1-1/+1
2016-09-30cfg80211: Add support for static WEP in the driverDavid Spinadel1-1/+5
2016-09-15cfg80211: allow connect keys only with default (TX) keyJohannes Berg1-0/+3
2016-05-31cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen1-5/+3
2016-05-12cfg80211: make wdev_list accessible to driversJohannes Berg1-2/+2
2016-04-26cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha1-6/+22
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2016-04-06cfg80211: Allow reassociation to be requested with internal SMEJouni Malinen1-2/+12
2016-04-05cfg80211: Allow a scan request for a specific BSSIDJouni Malinen1-0/+2
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2016-02-24cfg80211: basic support for PBSS network typeLior David1-3/+6
2016-02-23cfg80211: stop critical protocol session upon disconnect eventArend van Spriel1-0/+6
2015-05-26cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg1-1/+3
2015-04-07cfg80211: send extended capabilities IE in connectJohannes Berg1-10/+64
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-10/+6
2014-10-10cfg80211: set the rates mask in connection probes over specified freqKarl Beldan1-2/+11
2014-09-11cfg80211: clear connect keys when freeing themJohannes Berg1-3/+3
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-3/+5
2014-05-19cfg80211: constify more pointers in the cfg80211 APIJohannes Berg1-1/+1
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2014-05-05cfg80211: free sme on connection failuresEliad Peller1-1/+1
2014-04-29cfg80211: remove BUG_ON usageJohannes Berg1-2/+4
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-18/+19
2014-04-09cfg80211: slightly clean up of cfg80211_sme_connect()Zhao, Gang1-2/+1
2014-03-19cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)Zhao, Gang1-1/+0
2014-02-06cfg80211: send scan results from work queueJohannes Berg1-1/+1
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-10/+3
2014-01-09cfg80211: Add a function to get the number of supported channelsIlan Peer1-10/+3
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-10/+12
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-0/+2
2013-12-05cfg80211: fix WARN_ON for re-association to the expired BSSUjjal Roy1-10/+12
2013-10-09cfg80211: rename regulatory_hint_11d() to regulatory_hint_country_ie()Luis R. Rodriguez1-2/+2
2013-08-14cfg80211: don't request disconnect if not connectedJohannes Berg1-6/+4
2013-07-16cfg80211: fix bugs in new SME implementationJohannes Berg1-3/+26
2013-06-24wireless: add comments about bss refcountingBen Greear1-0/+3
2013-06-24wireless: Make sure __cfg80211_connect_result always puts bssBen Greear1-1/+4
2013-06-19cfg80211: hold BSS over association processJohannes Berg1-5/+10
2013-06-04cfg80211: separate internal SME implementationJohannes Berg1-288/+254
2013-05-25cfg80211: remove some locked wrappers from sme APIJohannes Berg1-34/+7
2013-05-25cfg80211: remove some locked wrappers from mlme APIJohannes Berg1-20/+20
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-22/+4
2013-05-23cfg80211: check wdev->netdev in connection workJohannes Berg1-0/+3
2013-05-16cfg80211: fix interface down/disconnect state handlingJohannes Berg1-1/+2