summaryrefslogtreecommitdiff
path: root/net/mac80211/tdls.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg1-1/+5
2024-02-08wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB useJohannes Berg1-16/+4
2024-02-08wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB useJohannes Berg1-13/+4
2024-02-08wifi: mac80211: simplify adding supported ratesJohannes Berg1-2/+2
2024-02-08wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()Johannes Berg1-9/+2
2024-02-08wifi: mac80211: adjust EHT capa when lowering bandwidthJohannes Berg1-2/+3
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-4/+4
2024-02-08wifi: mac80211: clean up connection processJohannes Berg1-4/+4
2023-12-12wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski1-9/+9
2023-10-23wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit1-1/+1
2023-09-25wifi: cfg80211: make read-only array centers_80mhz static constColin Ian King1-1/+1
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-16/+10
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-9/+3
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-8/+11
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-17/+9
2023-09-11wifi: mac80211: move TDLS work to wiphy workJohannes Berg1-5/+6
2023-06-19wifi: mac80211: Extend AID element addition for TDLS framesMukesh Sisodiya1-10/+9
2023-06-19wifi: mac80211: Add HE and EHT capa elements in TDLS framesAbhishek Naik1-0/+86
2023-06-19wifi: mac80211: handle TDLS negotiation with MLOMukesh Sisodiya1-72/+91
2023-06-19wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya1-5/+5
2023-06-07wifi: mac80211: use wiphy work for SMPSJohannes Berg1-2/+2
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-1/+0
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg1-1/+2
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-2/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+1
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-2/+1
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-1/+2
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-2/+3
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-2/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-6/+6
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-2/+2
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-3/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-13/+13
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-25/+38
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg1-27/+1
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-3/+3
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-05-28mac80211: support control port TX status reportingMarkus Theil1-1/+1
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-0/+4
2020-04-24mac80211: mlme: remove duplicate AID bookkeepingJohannes Berg1-2/+1
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+23
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 432Thomas Gleixner1-2/+1
2019-05-24mac80211: handle deauthentication/disassociation from TDLS peerYu Wang1-0/+23
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan1-1/+1
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-2/+4
2018-09-10mac80211: TDLS: fix skb queue/priority assignmentJohannes Berg1-4/+4
2017-12-11mac80211: enable TDLS peer buffer STA featureYingying Tang1-1/+4
2017-12-11mac80211: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1