Home
last modified time | relevance | path

Searched refs:WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Dtdls.c265 WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED) { in mwifiex_tdls_add_vht_oper()
294 WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED) { in mwifiex_tdls_add_vht_oper()
369 extcap->ext_capab[7] |= WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED; in mwifiex_tdls_add_ext_capab()
/kernel/linux/linux-5.10/net/mac80211/
Dtdls.c67 *pos++ = (vht && wider_band) ? WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED : 0; in ieee80211_tdls_add_ext_capab()
Dcfg.c1554 params->ext_capab[7] & WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED) in sta_apply_parameters()
/kernel/linux/linux-5.10/include/linux/
Dieee80211.h3132 #define WLAN_EXT_CAPA8_TDLS_WIDE_BW_ENABLED BIT(5) macro