Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dieee802_11_eht.c1081 u16 ml_control; in hostapd_process_ml_assoc_req_addr() local
1092 ml_control = le_to_host16(ml->ml_control); in hostapd_process_ml_assoc_req_addr()
1093 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) != in hostapd_process_ml_assoc_req_addr()
1096 ml_control & MULTI_LINK_CONTROL_TYPE_MASK); in hostapd_process_ml_assoc_req_addr()
1103 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) { in hostapd_process_ml_assoc_req_addr()
1108 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) { in hostapd_process_ml_assoc_req_addr()
1114 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in hostapd_process_ml_assoc_req_addr()
1120 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) in hostapd_process_ml_assoc_req_addr()
1123 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) in hostapd_process_ml_assoc_req_addr()
1162 u16 ml_control; in hostapd_process_ml_assoc_req() local
[all …]
Dbeacon.c1343 u16 ml_control; in parse_ml_probe_req() local
1354 ml_control = le_to_host16(ml->ml_control); in parse_ml_probe_req()
1355 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) != in parse_ml_probe_req()
1374 if (ml_control & EHT_ML_PRES_BM_PROBE_REQ_AP_MLD_ID) { in parse_ml_probe_req()
/hostap-latest/wpa_supplicant/
Devents.c3866 u16 ml_control; in wpas_ml_parse_assoc() local
3882 ml_control = le_to_host16(ml->ml_control); in wpas_ml_parse_assoc()
3884 if ((ml_control & control) != control) { in wpas_ml_parse_assoc()
3886 ml_control); in wpas_ml_parse_assoc()
3890 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in wpas_ml_parse_assoc()
3895 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) { in wpas_ml_parse_assoc()
3900 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in wpas_ml_parse_assoc()
3906 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID) { in wpas_ml_parse_assoc()
3946 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) in wpas_ml_parse_assoc()
3949 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in wpas_ml_parse_assoc()
[all …]
Dbss.c1701 if ((le_to_host16(eht_ml->ml_control) & control_mask) != control) { in wpa_bss_parse_basic_ml_element()
1704 le_to_host16(eht_ml->ml_control), control_mask, in wpa_bss_parse_basic_ml_element()
1834 if (ml->ml_control & RECONF_MULTI_LINK_CTRL_PRES_MLD_MAC_ADDR) in wpa_bss_parse_reconf_ml_element()
Dctrl_iface.c5195 u16 ml_control; in print_ml() local
5212 ml_control = le_to_host16(ml->ml_control); in print_ml()
5217 ml_control, common_info_length); in print_ml()
5240 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) { in print_ml()
5252 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) { in print_ml()
5265 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in print_ml()
5278 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in print_ml()
5291 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) { in print_ml()
5304 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID) { in print_ml()
/hostap-latest/src/common/
Dieee802_11_defs.h2860 le16 ml_control; member
Dieee802_11_common.c1002 if ((le_to_host16(ml->ml_control) & MULTI_LINK_CONTROL_TYPE_MASK) != in ieee802_11_parse_link_assoc_req()