Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dmlme.c2423 const struct wiphy_iftype_ext_capab *ift_ext_capa; in ieee80211_assoc_add_ml_elem() local
2432 ift_ext_capa = cfg80211_get_iftype_ext_capa(local->hw.wiphy, in ieee80211_assoc_add_ml_elem()
2434 if (ift_ext_capa) { in ieee80211_assoc_add_ml_elem()
2435 eml_capa = cpu_to_le16(ift_ext_capa->eml_capabilities); in ieee80211_assoc_add_ml_elem()
2436 mld_capa_ops = cpu_to_le16(ift_ext_capa->mld_capa_and_ops); in ieee80211_assoc_add_ml_elem()
10330 const struct wiphy_iftype_ext_capab *ift_ext_capa; in ieee80211_mgd_assoc() local
10371 ift_ext_capa = cfg80211_get_iftype_ext_capa(local->hw.wiphy, in ieee80211_mgd_assoc()
10373 if (ift_ext_capa) in ieee80211_mgd_assoc()
10374 driver_ext_mld_capa_ops = ift_ext_capa->ext_mld_capa_and_ops; in ieee80211_mgd_assoc()
11187 const struct wiphy_iftype_ext_capab *ift_ext_capa = in ieee80211_build_ml_reconf_req() local
[all …]