summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24wifi: mac80211: use wiphy_hrtimer_work for csa.switch_workBenjamin Berg1-9/+9
2025-11-13wifi: mac80211: Fix HE capabilities element checkIlan Peer1-1/+1
2025-11-13wifi: mac80211: Fix 6 GHz Band capabilities element advertisement in lower bandsRamya Gnanasekar1-1/+2
2025-08-20wifi: mac80211: don't complete management TX on SAE commitJohannes Berg1-1/+8
2025-08-20wifi: mac80211: don't unreserve never reserved chanctxJohannes Berg1-1/+2
2025-07-17wifi: mac80211: correctly identify S1G short beaconLachlan Hodges1-2/+5
2025-06-19wifi: cfg80211/mac80211: correctly parse S1G beacon optional elementsLachlan Hodges1-5/+2
2025-05-29wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth RxEmmanuel Grumbach1-1/+3
2025-05-29wifi: mac80211: remove misplaced drv_mgd_complete_tx() callJohannes Berg1-1/+0
2025-05-29wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()Johannes Berg1-1/+2
2025-05-29wifi: mac80211: fix warning on disconnect during failed ML reconfJohannes Berg1-1/+1
2025-05-18wifi: mac80211: fix the type of status_code for negotiated TID to Link MappingMichael-CY Lee1-6/+6
2025-04-20wifi: mac80211: add strict mode disabling workaroundsJohannes Berg1-14/+31
2025-03-13wifi: mac80211: fix MLE non-inheritance parsingJohannes Berg1-0/+1
2024-12-19wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach1-2/+0
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-06wifi: cfg80211/mac80211: use proper link ID for DFSAditya Kumar Singh1-2/+2
2024-09-06wifi: cfg80211: handle DFS per linkAditya Kumar Singh1-1/+1
2024-09-06wifi: cfg80211: move DFS related members to links[] in wireless_devAditya Kumar Singh1-1/+1
2024-09-06Revert "wifi: mac80211: move radar detect work to sdata"Aditya Kumar Singh1-4/+5
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-14/+18
2024-08-28wifi: mac80211: Check for missing VHT elements only for 5 GHzIlan Peer1-13/+16
2024-08-28wifi: mac80211: fix RCU list iterationsJohannes Berg1-1/+1
2024-08-27wifi: mac80211: fix the comeback long retry timesEmmanuel Grumbach1-0/+1
2024-08-26wifi: mac80211: fix beacon SSID mismatch handlingDaniel Gabay1-1/+1
2024-06-28wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg1-23/+3
2024-06-28wifi: mac80211: Use the link BSS configuration for beacon processingIlan Peer1-12/+12
2024-06-26wifi: mac80211: check SSID in beaconJohannes Berg1-0/+32
2024-06-26wifi: mac80211: handle protected dual of public actionJohannes Berg1-8/+14
2024-06-26wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg1-9/+50
2024-06-26wifi: mac80211: refactor CSA queue block/unblockJohannes Berg1-27/+6
2024-05-23wifi: mac80211: reset negotiated TTLM on disconnectJohannes Berg1-0/+1
2024-05-23wifi: mac80211: don't stop TTLM works againJohannes Berg1-3/+0
2024-05-23wifi: mac80211: cancel TTLM teardown work earlierJohannes Berg1-2/+3
2024-05-23wifi: mac80211: cancel multi-link reconf work on disconnectJohannes Berg1-2/+5
2024-05-23wifi: mac80211: fix TTLM teardown workJohannes Berg1-1/+1
2024-05-23wifi: mac80211: refactor chanreq.ap settingJohannes Berg1-14/+29
2024-05-23wifi: mac80211: handle TPE element during CSAJohannes Berg1-0/+18
2024-05-23wifi: mac80211: handle wider bandwidth OFDMA during CSAJohannes Berg1-2/+6
2024-05-23wifi: mac80211: collect some CSA data into sub-structsJohannes Berg1-35/+35
2024-05-23wifi: mac80211: mlme: handle cross-link CSAJohannes Berg1-92/+378
2024-05-23wifi: mac80211: move radar detect work to sdataJohannes Berg1-5/+4
2024-05-23wifi: mac80211: track changes in AP's TPEJohannes Berg1-2/+14
2024-05-23wifi: mac80211: pass parsed TPE data to driversJohannes Berg1-30/+200
2024-05-23wifi: mac80211: update 6 GHz AP power type before associationMukesh Sisodiya1-28/+27
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+21
2024-04-19wifi: mac80211: transmit deauth only if link is availableJohannes Berg1-17/+36
2024-04-19wifi: mac80211: fix unaligned le16 accessJohannes Berg1-1/+1
2024-04-19wifi: mac80211: remove link before APJohannes Berg1-2/+5
2024-04-19wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg1-4/+9