aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-1/+4
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-1/+1
2022-08-25wifi: cfg80211: reject connect response with MLO params for WEPVeerendranath Jakkam1-0/+3
2022-08-08wifi: cfg80211: Fix validating BSS pointers in __cfg80211_connect_resultVeerendranath Jakkam1-3/+5
2022-07-15wifi: cfg80211: set country_elem to NULLJohannes Berg1-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-06-29wifi: cfg80211: Allow P2P client interface to indicate port authorizationVinayak Yadawad1-1/+2
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam1-106/+285
2022-06-20wifi: nl80211: support MLO in auth/assocJohannes Berg1-0/+2
2022-06-20wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg1-7/+13
2022-06-20wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg1-3/+12
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg1-48/+54
2021-11-28cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg1-12/+10
2021-04-08cfg80211: remove WARN_ON() in cfg80211_sme_connectDu Cheng1-1/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-3/+2
2020-08-27net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin1-2/+2
2020-08-27net: wireless: sme.c: delete duplicated wordRandy Dunlap1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2020-05-31nl80211: really allow client-only BIGTK supportJohannes Berg1-2/+5
2020-04-24cfg80211: Unprotected Beacon frame RX indicationJouni Malinen1-0/+2
2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen1-2/+9
2020-01-15cfg80211: fix deadlocks in autodisconnect workMarkus Theil1-3/+3
2019-05-28cfg80211: Handle bss expiry during connectionChaitanya Tata1-4/+28
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg1-1/+1
2018-11-09cfg80211: Prevent regulatory restore during STA disconnect in concurrent interfacesSriram R1-1/+5
2018-11-09cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich1-0/+2
2018-05-23nl80211: add FILS related parameters to ROAM eventArend Van Spriel1-7/+41
2018-05-23cfg80211: use separate struct for FILS parametersArend Van Spriel1-19/+21
2018-03-29cfg80211: Support all iftypes in autodisconnect_wkDenis Kenzior1-11/+32
2018-02-19cfg80211: clear wep keys after disconnectionAvraham Stern1-0/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+41
2017-10-18cfg80211: fix connect/disconnect edge casesJohannes Berg1-9/+41
2017-10-02cfg80211/nl80211: add a port authorized eventAvraham Stern1-1/+44
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