aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22cfg80211: Report Association Request frame IEs in association eventsJouni Malinen1-2/+6
2018-11-09cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich1-2/+2
2018-03-29cfg80211: fix CAC_STARTED event handlingDmitry Lebed1-1/+1
2018-03-21cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed1-2/+5
2017-12-11cfg80211: cleanup signal strength units notationSergey Matyukevich1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-31cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally1-8/+12
2017-03-06cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan1-0/+10
2017-03-06cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan1-9/+31
2017-01-13cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha1-1/+2
2017-01-13cfg80211: Add support for randomizing TA of Public Action framesvamsi krishna1-2/+19
2017-01-09cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECTAndrzej Zaborowski1-0/+5
2016-12-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg1-0/+12
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen1-3/+3
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+1
2016-09-13cfg80211: disallow shared key authentication with key index 4Johannes Berg1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2016-01-14cfg80211/mac80211: use to_delayed_workGeliang Tang1-2/+1
2015-07-17cfg80211: allow mgmt_frame_register callback to sleepJohannes Berg1-15/+60
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-2/+4
2014-09-11cfg80211/mac80211: add wmm info to assoc eventEliad Peller1-2/+2
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-12/+12
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-13/+1
2014-02-25cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic1-1/+1
2014-02-04cfg80211: consider existing DFS interfacesMichal Kazior1-1/+1
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-8/+4
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic1-5/+3
2013-10-21cfg80211: update dfs_state_entered upon dfs_state changeMichal Kazior1-0/+2
2013-10-21cfg80211: fix DFS channel recovery timeoutMichal Kazior1-2/+2
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2013-06-19cfg80211: hold BSS over association processJohannes Berg1-0/+4
2013-06-19cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg1-3/+5
2013-06-04cfg80211: separate internal SME implementationJohannes Berg1-131/+60
2013-06-04cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg1-32/+54
2013-05-25cfg80211: remove some locked wrappers from mlme APIJohannes Berg1-97/+23
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-40/+8
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-6/+6
2013-05-16cfg80211: use C99 initialisers to simplify code a bitJohannes Berg1-24/+20
2013-04-22cfg80211: introduce critical protocol indication from user-spaceArend van Spriel1-0/+5
2013-03-06cfg80211: refactor association parametersJohannes Berg1-48/+16
2013-03-06cfg80211: add ability to override VHT capabilitiesJohannes Berg1-3/+32
2013-03-06cfg80211: move exported event functions into nl80211Johannes Berg1-159/+0
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich1-0/+120
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-7/+7
2013-01-29cfg80211: add SME state to warning in __cfg80211_mlme_disassocJohannes Berg1-1/+1
2013-01-03cfg80211: move some AP code to right fileJohannes Berg1-62/+0
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-10/+5
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg1-15/+6
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-9/+3