Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c1232 info->common_info.eml_capa = WPA_GET_LE16(pos); in hostapd_process_ml_assoc_req()
1235 info->common_info.eml_capa = 0; in hostapd_process_ml_assoc_req()
1243 info->common_info.eml_capa, info->common_info.mld_capa); in hostapd_process_ml_assoc_req()
H A Dsta_info.h80 u16 eml_capa; member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h125 u16 eml_capa; member
H A Ddriver_nl80211_capa.c886 capa->eml_capa = in wiphy_info_extended_capab()
894 capa->eml_capa, capa->mld_capa_and_ops); in wiphy_info_extended_capab()
H A Ddriver.h4996 u16 *eml_capa, u16 *mld_capa_and_ops);
H A Ddriver_nl80211.c13655 u16 *eml_capa, u16 *mld_capa_and_ops) in nl80211_get_mld_capab() argument
13662 if (!eml_capa || !mld_capa_and_ops) in nl80211_get_mld_capab()
13668 *eml_capa = 0; in nl80211_get_mld_capab()
13674 *eml_capa = drv->iface_capa[i].eml_capa; in nl80211_get_mld_capab()
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c3787 u16 eml_capa = 0, mld_capa = 0; in wpas_ml_parse_assoc() local
3878 eml_capa = WPA_GET_LE16(pos); in wpas_ml_parse_assoc()
3889 ml_info[i].link_id, eml_capa, mld_capa); in wpas_ml_parse_assoc()