Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c1216 u16 ml_control; in hostapd_process_ml_assoc_req_addr() local
1227 ml_control = le_to_host16(ml->ml_control); in hostapd_process_ml_assoc_req_addr()
1228 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) != in hostapd_process_ml_assoc_req_addr()
1231 ml_control & MULTI_LINK_CONTROL_TYPE_MASK); in hostapd_process_ml_assoc_req_addr()
1275 u16 ml_control; in hostapd_process_ml_assoc_req() local
1287 ml_control = le_to_host16(ml->ml_control); in hostapd_process_ml_assoc_req()
1288 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) != in hostapd_process_ml_assoc_req()
1291 ml_control & MULTI_LINK_CONTROL_TYPE_MASK); in hostapd_process_ml_assoc_req()
1298 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) { in hostapd_process_ml_assoc_req()
1303 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) { in hostapd_process_ml_assoc_req()
[all …]
H A Dbeacon.c1379 u16 ml_control; in parse_ml_probe_req() local
1390 ml_control = le_to_host16(ml->ml_control); in parse_ml_probe_req()
1391 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) != in parse_ml_probe_req()
1410 if (ml_control & EHT_ML_PRES_BM_PROBE_REQ_AP_MLD_ID) { in parse_ml_probe_req()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c2026 if ((le_to_host16(eht_ml->ml_control) & control_mask) != control) { in wpa_bss_parse_basic_ml_element()
2029 le_to_host16(eht_ml->ml_control), control_mask, in wpa_bss_parse_basic_ml_element()
2050 if (le_to_host16(eht_ml->ml_control) & in wpa_bss_parse_basic_ml_element()
2060 if (le_to_host16(eht_ml->ml_control) & in wpa_bss_parse_basic_ml_element()
2078 if (le_to_host16(eht_ml->ml_control) & in wpa_bss_parse_basic_ml_element()
2093 if (le_to_host16(eht_ml->ml_control) & in wpa_bss_parse_basic_ml_element()
2155 if (!(le_to_host16(eht_ml->ml_control) & in wpa_bss_parse_basic_ml_element()
2244 if (le_to_host16(ml->ml_control) & in wpa_bss_parse_reconf_ml_element()
H A Devents.c4301 u16 ml_control; in wpas_ml_parse_assoc() local
4317 ml_control = le_to_host16(ml->ml_control); in wpas_ml_parse_assoc()
4319 if ((ml_control & control) != control) { in wpas_ml_parse_assoc()
4321 ml_control); in wpas_ml_parse_assoc()
4325 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in wpas_ml_parse_assoc()
4330 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) { in wpas_ml_parse_assoc()
4335 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in wpas_ml_parse_assoc()
4341 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID) { in wpas_ml_parse_assoc()
4393 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) in wpas_ml_parse_assoc()
4396 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in wpas_ml_parse_assoc()
[all …]
H A Dwnm_sta.c476 if ((le_to_host16(ml->ml_control) & in wnm_parse_neighbor_report_multi_link()
480 le_to_host16(ml->ml_control) & in wnm_parse_neighbor_report_multi_link()
483 has_link_id = !!(le_to_host16(ml->ml_control) & in wnm_parse_neighbor_report_multi_link()
H A Dctrl_iface.c5284 u16 ml_control; in print_ml() local
5301 ml_control = le_to_host16(ml->ml_control); in print_ml()
5306 ml_control, common_info_length); in print_ml()
5329 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) { in print_ml()
5341 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) { in print_ml()
5354 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in print_ml()
5367 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in print_ml()
5380 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) { in print_ml()
5393 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID) { in print_ml()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.c1054 if ((le_to_host16(ml->ml_control) & MULTI_LINK_CONTROL_TYPE_MASK) != in ieee802_11_parse_link_profile()
3700 ctrl = le_to_host16(ml->ml_control); in get_basic_mle_eml_capa()
3745 ctrl = le_to_host16(ml->ml_control); in get_basic_mle_link_id()
H A Dieee802_11_defs.h3046 le16 ml_control; member