Searched refs:ml_control (Results 1 – 8 of 8) sorted by relevance
1216 u16 ml_control; in hostapd_process_ml_assoc_req_addr() local1227 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() local1287 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 …]
1379 u16 ml_control; in parse_ml_probe_req() local1390 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()
2026 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()
4301 u16 ml_control; in wpas_ml_parse_assoc() local4317 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 …]
476 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()
5284 u16 ml_control; in print_ml() local5301 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()
1054 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()
3046 le16 ml_control; member