summaryrefslogtreecommitdiff
path: root/net/mac80211/mlme.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-03wifi: mac80211: reset negotiated TTLM on disconnectJohannes Berg1-0/+1
2024-08-03wifi: mac80211: cancel TTLM teardown work earlierJohannes Berg1-2/+3
2024-08-03wifi: mac80211: cancel multi-link reconf work on disconnectJohannes Berg1-2/+5
2024-08-03wifi: mac80211: fix TTLM teardown workJohannes Berg1-1/+1
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
2024-03-04wifi: mac80211: simplify multi-link element parsingJohannes Berg1-4/+2
2024-03-04wifi: mac80211: obtain AP HT/VHT data for assoc requestJohannes Berg1-0/+73
2024-03-04wifi: mac80211: don't add VHT capa on links without themJohannes Berg1-1/+2
2024-03-04wifi: mac80211: check link exists before useJohannes Berg1-1/+1
2024-03-04wifi: mac80211: always initialize match_authJohannes Berg1-4/+4
2024-02-21wifi: mac80211: align ieee80211_mle_get_bss_param_ch_cnt()Johannes Berg1-4/+5
2024-02-21wifi: mac80211: make associated BSS pointer visible to the driverMiri Korenblit1-9/+9
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh1-1/+1
2024-02-08wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg1-37/+2
2024-02-08wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg1-34/+3
2024-02-08wifi: mac80211: simplify adding supported ratesJohannes Berg1-43/+10
2024-02-08wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()Johannes Berg1-1/+1
2024-02-08wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg1-5/+10
2024-02-08wifi: mac80211: disallow basic multi-link element in per-STA profileJohannes Berg1-1/+2
2024-02-08wifi: mac80211: implement MLO multicast deduplicationJohannes Berg1-0/+3
2024-02-08wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg1-158/+22
2024-02-08wifi: mac80211: refactor puncturing bitmap extractionJohannes Berg1-35/+17
2024-02-08wifi: mac80211: validate assoc response channel configJohannes Berg1-2/+17
2024-02-08wifi: mac80211: support wider bandwidth OFDMA configJohannes Berg1-25/+35
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-41/+46
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-2/+1
2024-02-08wifi: mac80211: clean up HE 6 GHz and EHT chandef parsingJohannes Berg1-5/+3
2024-02-08wifi: mac80211: clean up connection processJohannes Berg1-908/+1047
2024-02-08Merge wireless into wireless-nextJohannes Berg1-33/+81
2024-02-02wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg1-0/+1