summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-05Merge tag 'wireless-next-2024-01-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-19/+10
2024-01-03wifi: mac80211: remove redundant ML element checkJohannes Berg1-19/+10
2024-01-02Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-9/+52
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2023-12-21wifi: mac80211: fix advertised TTLM schedulingAyala Beker1-9/+40
2023-12-21wifi: mac80211: Schedule regulatory channels check on bandwith changeAndrei Otcheretianski1-0/+1
2023-12-21wifi: mac80211: Skip association timeout update after comeback rejectionJouni Malinen1-0/+11
2023-12-12wifi: mac80211: don't set ESS capab bit in assoc requestJohannes Berg1-1/+12
2023-12-12wifi: mac80211: add a flag to disallow puncturingJohannes Berg1-2/+10
2023-12-12wifi: mac80211: check defragmentation succeededJohannes Berg1-1/+3
2023-10-23wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_res...Kalle Valo1-1/+1
2023-10-23wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit1-1/+8
2023-10-23wifi: mac80211: Check if we had first beacon with relevant linksMiri Korenblit1-3/+14
2023-10-23wifi: mac80211: cleanup auth_data only if association continuesBenjamin Berg1-4/+13
2023-10-06Merge wireless into wireless-nextJohannes Berg1-10/+35
2023-09-30wifi: mac80211: add back SPDX identifierJohannes Berg1-0/+1
2023-09-26wifi: mac80211: Create resources for disabled linksBenjamin Berg1-3/+4
2023-09-25wifi: mac80211: reject MLO channel configuration if not supportedBenjamin Berg1-3/+13
2023-09-25wifi: mac80211: report per-link error during associationBenjamin Berg1-1/+3
2023-09-25wifi: mac80211: support handling of advertised TID-to-link mappingAyala Beker1-0/+196
2023-09-25wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer1-0/+2
2023-09-25wifi: mac80211: don't connect to an AP while it's in a CSA processAyala Beker1-1/+33
2023-09-25wifi: mac80211: use bandwidth indication element for CSAJohannes Berg1-2/+3
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg1-2/+25
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg1-12/+6
2023-09-11wifi: mac80211: fix channel switch link dataJohannes Berg1-1/+2
2023-09-11wifi: mac80211: take MBSSID/EHT data also from probe respJohannes Berg1-10/+15
2023-09-11wifi: mac80211: Print local link address during authenticationIlan Peer1-2/+14
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach1-9/+18
2023-09-11wifi: cfg80211/mac80211: hold link BSSes when assoc fails for MLO connectionWen Gong1-5/+6
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-85/+38
2023-09-11wifi: mac80211: reduce iflist_mtxJohannes Berg1-8/+2
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-42/+23
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-12/+10
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-22/+9
2023-09-11wifi: mac80211: move tspec work to wiphy workJohannes Berg1-8/+13
2023-09-11wifi: mac80211: move TDLS work to wiphy workJohannes Berg1-3/+4
2023-09-11wifi: mac80211: move dynamic PS to wiphy workJohannes Berg1-5/+8
2023-09-11wifi: mac80211: move monitor work to wiphy workJohannes Berg1-6/+8
2023-09-11wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg1-4/+3
2023-09-11wifi: mac80211: fix SMPS status handlingJohannes Berg1-0/+14
2023-06-21wifi: mac80211: store BSS param change count from assoc responseJohannes Berg1-1/+15
2023-06-19wifi: mac80211: check EHT basic MCS/NSS setJohannes Berg1-1/+88
2023-06-19wifi: update multi-link element STA reconfigJohannes Berg1-1/+1
2023-06-19wifi: mac80211: Support link removal using Reconfiguration ML elementIlan Peer1-0/+169
2023-06-19wifi: mac80211: add ___ieee80211_disconnect variant not locking sdataBenjamin Berg1-5/+7
2023-06-19wifi: ieee80211: add helper to validate ML element type and sizeBenjamin Berg1-1/+2
2023-06-19wifi: mac80211: Rename multi_linkIlan Peer1-4/+4
2023-06-19wifi: mac80211: feed the link_id to cfg80211_ch_switch_started_notifyEmmanuel Grumbach1-2/+3
2023-06-19wifi: mac80211: stop passing cbss to parserBenjamin Berg1-1/+0