summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-19wifi: mac80211: mlme: fix memory leakJohannes Berg1-1/+3
2024-04-19wifi: mac80211: mlme: re-parse with correct modeJohannes Berg1-1/+1
2024-04-08wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder1-1/+2
2024-04-04Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-8/+74
2024-03-25wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker1-0/+58
2024-03-25wifi: mac80211: improve association error reporting slightlyBenjamin Berg1-8/+10
2024-03-25wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg1-0/+4
2024-03-25wifi: mac80211: handle indoor AFC/LPI AP on assoc successAnjaneyulu1-0/+2
2024-03-25wifi: mac80211: correctly set active links upon TTLMAyala Beker1-1/+9
2024-03-25wifi: mac80211: fix prep_connection error pathJohannes Berg1-2/+3
2024-03-04wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg1-3/+4
2024-03-04wifi: mac80211: mlme: unify CSA handlingJohannes Berg1-16/+22
2024-03-04wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg1-14/+21
2024-03-04wifi: mac80211: pass link conf to abort_channel_switchJohannes Berg1-1/+1
2024-03-04wifi: mac80211: pass link_id to channel switch opsJohannes Berg1-1/+3
2024-03-04wifi: mac80211: defragment reconfiguration MLE when parsingJohannes Berg1-16/+3