Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dmlme.c1907 const struct wiphy_iftype_ext_capab *ift_ext_capa; in ieee80211_assoc_add_ml_elem() local
1916 ift_ext_capa = cfg80211_get_iftype_ext_capa(local->hw.wiphy, in ieee80211_assoc_add_ml_elem()
1918 if (ift_ext_capa) { in ieee80211_assoc_add_ml_elem()
1919 eml_capa = cpu_to_le16(ift_ext_capa->eml_capabilities); in ieee80211_assoc_add_ml_elem()
1920 mld_capa_ops = cpu_to_le16(ift_ext_capa->mld_capa_and_ops); in ieee80211_assoc_add_ml_elem()
10184 const struct wiphy_iftype_ext_capab *ift_ext_capa = in ieee80211_build_ml_reconf_req() local
10188 if (ift_ext_capa) { in ieee80211_build_ml_reconf_req()
10189 eml_capa = cpu_to_le16(ift_ext_capa->eml_capabilities); in ieee80211_build_ml_reconf_req()
10191 cpu_to_le16(ift_ext_capa->mld_capa_and_ops); in ieee80211_build_ml_reconf_req()