Searched refs:ieee80211_get_he_iftype_cap (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/net/mac80211/ |
D | agg-rx.c | 194 he_cap = ieee80211_get_he_iftype_cap(sband, sdata->vif.type); in ieee80211_add_addbaext()
|
D | mesh.c | 571 he_cap = ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in mesh_add_he_cap_ie() 600 he_cap = ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_MESH_POINT); in mesh_add_he_oper_ie()
|
D | util.c | 2870 he_cap = ieee80211_get_he_iftype_cap(sband, iftype); in ieee80211_ie_len_he_cap() 3373 he_cap = ieee80211_get_he_iftype_cap(sband, iftype); in ieee80211_chandef_he_6ghz_oper()
|
/Linux-v5.10/include/net/ |
D | cfg80211.h | 535 ieee80211_get_he_iftype_cap(const struct ieee80211_supported_band *sband, in ieee80211_get_he_iftype_cap() function 556 return ieee80211_get_he_iftype_cap(sband, NL80211_IFTYPE_STATION); in ieee80211_get_he_sta_cap()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | mcu.c | 149 return ieee80211_get_he_iftype_cap(sband, vif->type); in mt7915_get_he_phy_cap() 176 he_cap = ieee80211_get_he_iftype_cap(sband, vif->type); in mt7915_get_phy_mode()
|
/Linux-v5.10/net/wireless/ |
D | nl80211.c | 4573 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in he_set_mcs_mask() 4629 he_cap = ieee80211_get_he_iftype_cap(sband, wdev->iftype); in nl80211_parse_tx_bitrate_mask() 4711 ieee80211_get_he_iftype_cap(sband, wdev->iftype))) in nl80211_parse_tx_bitrate_mask()
|