summaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211: Clear mlo_links info when STA disconnectsXin Deng2024-05-031-0/+1
* wifi: cfg80211: validate MLO connections betterJohannes Berg2024-01-261-1/+2
* wifi: cfg80211: Schedule regulatory check on BSS STA channel changeAndrei Otcheretianski2023-12-211-0/+2
* wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2P...Vinayak Yadawad2023-10-231-9/+14
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-36/+19
* wifi: cfg80211: sme: hold wiphy lock for wdev iterationJohannes Berg2023-09-111-0/+2
* wifi: cfg80211: check RTNL when iterating devicesJohannes Berg2023-09-111-1/+1
* wifi: cfg80211/nl80211: Add support to indicate STA MLD setup links removalVeerendranath Jakkam2023-06-191-0/+15
* wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2023-06-071-1/+3
* wifi: cfg80211: Partial revert "wifi: cfg80211: Fix use after free for wext"Hector Martin2023-03-121-2/+0
* wifi: cfg80211: Set SSID if it is not already setMarc Bornand2023-02-151-0/+17
* wifi: cfg80211: Fix use after free for wextAlexander Wetzel2023-02-141-5/+26
* wifi: cfg80211: remove support for static WEPJohannes Berg2023-01-181-5/+1
* cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad2022-10-071-4/+8
* wifi: cfg80211: support reporting failed linksJohannes Berg2022-10-071-0/+14
* 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
| |/