Home
last modified time | relevance | path

Searched refs:ieee80211_get_eht_iftype_cap (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/net/mac80211/
Dmesh.c655 eht_cap = ieee80211_get_eht_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in mesh_add_eht_cap_ie()
682 eht_cap = ieee80211_get_eht_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in mesh_add_eht_oper_ie()
761 !!ieee80211_get_eht_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in ieee80211_mesh_update_bss_params()
Dutil.c3875 eht_cap = ieee80211_get_eht_iftype_cap(sband, iftype); in ieee80211_chandef_he_6ghz_oper()
5062 eht_cap = ieee80211_get_eht_iftype_cap(sband, iftype); in ieee80211_ie_len_eht_cap()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mcu.c1346 eht_cap = ieee80211_get_eht_iftype_cap(sband, vif->type); in mt76_connac_get_phy_mode_ext()
1389 return ieee80211_get_eht_iftype_cap(sband, vif->type); in mt76_connac_get_eht_phy_cap()
/Linux-v6.6/include/net/
Dmac80211.h6941 return ieee80211_get_eht_iftype_cap(sband, ieee80211_vif_type_p2p(vif)); in ieee80211_get_eht_iftype_cap_vif()
Dcfg80211.h627 ieee80211_get_eht_iftype_cap(const struct ieee80211_supported_band *sband, in ieee80211_get_eht_iftype_cap() function