Symbol: WIPHY_FLAG_SUPPORTS_TDLS
drivers/net/wireless/ath/ath10k/mac.c
10141
ar->hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/ath/ath9k/htc_drv_init.c
751
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/ath/ath9k/init.c
959
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/ath/carl9170/fw.c
358
WIPHY_FLAG_IBSS_RSN | WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
7689
wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8444
wiphy->flags &= ~WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c
308
WIPHY_FLAG_SUPPORTS_TDLS |
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
767
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/marvell/mwifiex/cfg80211.c
3795
if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS))
drivers/net/wireless/marvell/mwifiex/cfg80211.c
3866
if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS) ||
drivers/net/wireless/marvell/mwifiex/cfg80211.c
4820
wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
drivers/net/wireless/mediatek/mt76/mac80211.c
445
WIPHY_FLAG_SUPPORTS_TDLS |
drivers/net/wireless/mediatek/mt7601u/init.c
613
wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/realtek/rtw88/main.c
2286
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
drivers/net/wireless/realtek/rtw89/core.c
6634
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
drivers/net/wireless/silabs/wfx/main.c
462
wdev->hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
drivers/net/wireless/virtual/mac80211_hwsim.c
5618
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS |
net/mac80211/iface.c
977
if (sdata->wdev.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS) {
net/mac80211/main.c
1474
if (local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS)
net/mac80211/tdls.c
1264
if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS))
net/mac80211/tdls.c
1422
if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS))
net/mac80211/tx.c
2511
if (sdata->wdev.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS) {
net/wireless/nl80211.c
13702
if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) ||
net/wireless/nl80211.c
13737
if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) ||
net/wireless/nl80211.c
2260
if (rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) {
net/wireless/nl80211.c
2770
if ((rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) &&
net/wireless/nl80211.c
8868
if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS))