Home
last modified time | relevance | path

Searched refs:WIPHY_FLAG_SUPPORTS_TDLS (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/wireless/ath/carl9170/
H A Dfw.c358 WIPHY_FLAG_IBSS_RSN | WIPHY_FLAG_SUPPORTS_TDLS; in carl9170_fw()
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dinit.c613 wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; in mt7601u_register_device()
/linux/drivers/net/wireless/silabs/wfx/
H A Dmain.c462 wdev->hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; in wfx_probe()
/linux/net/mac80211/
H A Dtdls.c1259 if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS)) in ieee80211_tdls_mgmt()
1417 if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS)) in ieee80211_tdls_oper()
H A Dmain.c1489 if (local->hw.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS) in ieee80211_register_hw()
H A Diface.c1009 if (sdata->wdev.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS) {
H A Dtx.c2520 if (sdata->wdev.wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS) { in ieee80211_lookup_ra_sta()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_init.c751 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; in ath9k_set_hw_capab()
H A Dinit.c959 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; in ath9k_set_hw_capab()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c445 WIPHY_FLAG_SUPPORTS_TDLS | in mt76_phy_init()
/linux/include/net/
H A Dcfg80211.h5495 * @WIPHY_FLAG_SUPPORTS_TDLS: The device supports TDLS (802.11z) operation.
5542 WIPHY_FLAG_SUPPORTS_TDLS = BIT(15),
5349 WIPHY_FLAG_SUPPORTS_TDLS = BIT(15), global() enumerator
/linux/net/wireless/
H A Dnl80211.c2397 if (rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) { in nl80211_send_pmsr_capa()
2972 if ((rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) && in nl80211_send_wiphy()
9164 if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS)) in nl80211_new_mpath()
14013 if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) || in nl80211_tx_mgmt()
14048 if (!(rdev->wiphy.flags & WIPHY_FLAG_SUPPORTS_TDLS) || in nl80211_tx_mgmt()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c10141 ar->hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; in ath10k_mac_register()