summaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-261-1/+4
|\
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-1/+1
| * wifi: cfg80211: reject connect response with MLO params for WEPVeerendranath Jakkam2022-08-251-0/+3
* | wifi: cfg80211: Fix validating BSS pointers in __cfg80211_connect_resultVeerendranath Jakkam2022-08-081-3/+5
|/
* wifi: cfg80211: set country_elem to NULLJohannes Berg2022-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+2
|\
| * wifi: cfg80211: Allow P2P client interface to indicate port authorizationVinayak Yadawad2022-06-291-1/+2
* | cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-106/+285
* | wifi: nl80211: support MLO in auth/assocJohannes Berg2022-06-201-0/+2
* | wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg2022-06-201-7/+13
* | wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg2022-06-201-3/+12
* | wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-48/+54
|/
* cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg2021-11-281-12/+10
* cfg80211: remove WARN_ON() in cfg80211_sme_connectDu Cheng2021-04-081-1/+1
* cfg80211: avoid holding the RTNL when calling the driverJohannes Berg2021-01-261-3/+2
* net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin2020-08-271-2/+2
* net: wireless: sme.c: delete duplicated wordRandy Dunlap2020-08-271-1/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* nl80211: really allow client-only BIGTK supportJohannes Berg2020-05-311-2/+5
* cfg80211: Unprotected Beacon frame RX indicationJouni Malinen2020-04-241-0/+2
* cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen2020-02-241-2/+9
* cfg80211: fix deadlocks in autodisconnect workMarkus Theil2020-01-151-3/+3
* cfg80211: Handle bss expiry during connectionChaitanya Tata2019-05-281-4/+28
* cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-02-011-1/+1
* cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R2018-11-091-1/+5
* cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich2018-11-091-0/+2
* nl80211: add FILS related parameters to ROAM eventArend Van Spriel2018-05-231-7/+41
* cfg80211: use separate struct for FILS parametersArend Van Spriel2018-05-231-19/+21
* cfg80211: Support all iftypes in autodisconnect_wkDenis Kenzior2018-03-291-11/+32
* cfg80211: clear wep keys after disconnectionAvraham Stern2018-02-191-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-9/+41
|\| |
| * | cfg80211: fix connect/disconnect edge casesJohannes Berg2017-10-181-9/+41
| |/
* / cfg80211/nl80211: add a port authorized eventAvraham Stern2017-10-021-1/+44
|/
* nl80211: add authorized flag to ROAM eventAvraham Stern2017-06-131-0/+1
* cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-281-52/+38
* cfg80211: Add support for FILS shared key authentication offloadVidyullatha Kanchanapally2017-03-311-1/+24
* cfg80211: Use a structure to pass connect response paramsVidyullatha Kanchanapally2017-03-311-69/+80
* cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha2017-01-131-12/+27
* cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECTAndrzej Zaborowski2017-01-091-0/+33
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2016-12-091-0/+14
* cfg80211: allow aborting in-progress connection atttemptsIlan Peer2016-10-191-1/+1
* cfg80211: Add support for static WEP in the driverDavid Spinadel2016-09-301-1/+5
* cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-151-0/+3
* cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-311-5/+3
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-121-2/+2
* cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha2016-04-261-6/+22
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-3/+3