aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/wireless/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07wifi: cfg80211: support reporting failed linksJohannes Berg1-0/+4
2022-07-22wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern1-11/+10
2022-07-15wifi: mac80211: remove stray printkJohannes Berg1-1/+0
2022-07-15wifi: mac80211: support MLO authentication/association with one linkJohannes Berg1-0/+3
2022-07-15wifi: cfg80211: extend cfg80211_rx_assoc_resp() for MLOJohannes Berg1-22/+42
2022-07-15wifi: cfg80211: put cfg80211_rx_assoc_resp() arguments into a structJohannes Berg1-17/+15
2022-07-15wifi: cfg80211: prepare association failure APIs for MLOJohannes Berg1-17/+19
2022-07-15wifi: cfg80211: remove BSS pointer from cfg80211_disassoc_requestJohannes Berg1-5/+3
2022-07-15wifi: cfg80211: Allow MLO TX with link source addressAndrei Otcheretianski1-1/+13
2022-07-11wifi: cfg80211: fix a comment in cfg80211_mlme_mgmt_tx()Veerendranath Jakkam1-1/+1
2022-07-01wifi: cfg80211: remove chandef check in cfg80211_cac_event()Johannes Berg1-3/+0
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-2/+2
2022-06-20wifi: nl80211: support MLO in auth/assocJohannes Berg1-3/+27
2022-06-20wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg1-31/+10
2022-06-20wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg1-13/+4
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-32/+42
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standardLorenzo Bianconi1-44/+45
2021-11-26cfg80211: allow continuous radar monitoring on offchannel chainLorenzo Bianconi1-7/+13
2021-11-26cfg80211: schedule offchan_cac_abort_wk in cfg80211_radar_eventLorenzo Bianconi1-6/+10
2021-11-26cfg80211: fix possible NULL pointer dereference in cfg80211_stop_offchan_radar_detectionLorenzo Bianconi1-1/+4
2021-11-19cfg80211: move offchan_cac_event to a dedicated workLorenzo Bianconi1-20/+36
2021-11-19cfg80211: implement APIs for dedicated radar detection HWLorenzo Bianconi1-0/+113
2021-10-25cfg80211: fix management registrations lockingJohannes Berg1-12/+14
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-3/+3
2020-12-11cfg80211: support immediate reconnect request hintJohannes Berg1-11/+15
2020-09-28cfg80211: handle Association Response from S1G STAThomas Pedersen1-3/+11
2020-08-27net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin1-1/+1
2020-06-05cfg80211: fix management registrations deadlockJohannes Berg1-5/+21
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen1-3/+3
2020-04-24cfg80211: support multicast RX registrationJohannes Berg1-8/+30
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-43/+29
2020-02-07cfg80211/mac80211: Allow user space to register for station Rx authenticationIlan Peer1-4/+29
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