summaryrefslogtreecommitdiffstats
path: root/net/wireless/mlme.c
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi2021-12-201-44/+45
* cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi2021-11-261-7/+13
* cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi2021-11-261-6/+10
* cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_rada...Lorenzo Bianconi2021-11-261-1/+4
* cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi2021-11-191-20/+36
* cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi2021-11-191-0/+113
* cfg80211: fix management registrations lockingJohannes Berg2021-10-251-12/+14
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-3/+3
* cfg80211: support immediate reconnect request hintJohannes Berg2020-12-111-11/+15
* cfg80211: handle Association Response from S1G STAThomas Pedersen2020-09-281-3/+11
* net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-271-1/+1
* cfg80211: fix management registrations deadlockJohannes Berg2020-06-051-5/+21
* cfg80211: add KHz variants of frame RX APIThomas Pedersen2020-05-271-3/+3
* cfg80211: support multicast RX registrationJohannes Berg2020-04-241-8/+30
* cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-43/+29
* cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer2020-02-071-4/+29
* cfg80211: Report Association Request frame IEs in association eventsJouni Malinen2019-02-221-2/+6
* cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich2018-11-091-2/+2
* cfg80211: fix CAC_STARTED event handlingDmitry Lebed2018-03-291-1/+1
* cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed2018-03-211-2/+5
* cfg80211: cleanup signal strength units notationSergey Matyukevich2017-12-111-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally2017-03-311-8/+12
* cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan2017-03-061-0/+10
* cfg80211: Make pre-CAC results valid only for ETSI domainVasanthakumar Thiagarajan2017-03-061-9/+31
* cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha2017-01-131-1/+2
* cfg80211: Add support for randomizing TA of Public Action framesvamsi krishna2017-01-131-2/+19
* cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECTAndrzej Zaborowski2017-01-091-0/+5
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-091-0/+12
* cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen2016-10-271-3/+3
* cfg80211: add start / stop NAN commandsAyala Beker2016-09-301-0/+1
* cfg80211: disallow shared key authentication with key index 4Johannes Berg2016-09-131-1/+1
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-1/+1
* cfg80211/mac80211: use to_delayed_workGeliang Tang2016-01-141-2/+1
* cfg80211: allow mgmt_frame_register callback to sleepJohannes Berg2015-07-171-15/+60
* cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky2015-03-031-2/+4
* cfg80211/mac80211: add wmm info to assoc eventEliad Peller2014-09-111-2/+2
* cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev2014-08-261-2/+2
* cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-251-12/+12
* cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho2014-04-091-13/+1
* cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic2014-02-251-1/+1
* cfg80211: consider existing DFS interfacesMichal Kazior2014-02-041-1/+1
* cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-8/+4
* cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic2013-11-251-5/+3
* cfg80211: update dfs_state_entered upon dfs_state changeMichal Kazior2013-10-211-0/+2
* cfg80211: fix DFS channel recovery timeoutMichal Kazior2013-10-211-2/+2
* cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-231-2/+2
* cfg80211: hold BSS over association processJohannes Berg2013-06-191-0/+4
* cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg2013-06-191-3/+5
* cfg80211: separate internal SME implementationJohannes Berg2013-06-041-131/+60