Searched refs:ml_control (Results 1 – 7 of 7) sorted by relevance
1081 u16 ml_control; in hostapd_process_ml_assoc_req_addr() local1092 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 …]
1261 u16 ml_control; in parse_ml_probe_req() local1272 ml_control = le_to_host16(ml->ml_control); in parse_ml_probe_req()1273 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) != in parse_ml_probe_req()1292 if (ml_control & EHT_ML_PRES_BM_PROBE_REQ_AP_MLD_ID) { in parse_ml_probe_req()
3794 u16 ml_control; in wpas_ml_parse_assoc() local3810 ml_control = le_to_host16(ml->ml_control); in wpas_ml_parse_assoc()3812 if ((ml_control & control) != control) { in wpas_ml_parse_assoc()3814 ml_control); in wpas_ml_parse_assoc()3818 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in wpas_ml_parse_assoc()3823 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) { in wpas_ml_parse_assoc()3828 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in wpas_ml_parse_assoc()3834 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID) { in wpas_ml_parse_assoc()3874 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) in wpas_ml_parse_assoc()3877 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in wpas_ml_parse_assoc()[all …]
1692 if ((le_to_host16(eht_ml->ml_control) & control_mask) != control) { in wpa_bss_parse_basic_ml_element()1695 le_to_host16(eht_ml->ml_control), control_mask, in wpa_bss_parse_basic_ml_element()1825 if (ml->ml_control & RECONF_MULTI_LINK_CTRL_PRES_MLD_MAC_ADDR) in wpa_bss_parse_reconf_ml_element()
5196 u16 ml_control; in print_ml() local5213 ml_control = le_to_host16(ml->ml_control); in print_ml()5218 ml_control, common_info_length); in print_ml()5241 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) { in print_ml()5253 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) { in print_ml()5266 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in print_ml()5279 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in print_ml()5292 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) { in print_ml()5305 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_AP_MLD_ID) { in print_ml()
2852 le16 ml_control; member
981 if ((le_to_host16(ml->ml_control) & MULTI_LINK_CONTROL_TYPE_MASK) != in ieee802_11_parse_link_assoc_req()