Lines Matching refs:ml_control

1081 	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
1171 ml_control = le_to_host16(ml->ml_control); in hostapd_process_ml_assoc_req()
1172 if ((ml_control & MULTI_LINK_CONTROL_TYPE_MASK) != in hostapd_process_ml_assoc_req()
1175 ml_control & MULTI_LINK_CONTROL_TYPE_MASK); in hostapd_process_ml_assoc_req()
1182 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_LINK_ID) { in hostapd_process_ml_assoc_req()
1187 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_BSS_PARAM_CH_COUNT) { in hostapd_process_ml_assoc_req()
1192 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MSD_INFO) { in hostapd_process_ml_assoc_req()
1197 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in hostapd_process_ml_assoc_req()
1203 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_MLD_CAPA) { in hostapd_process_ml_assoc_req()
1231 if (ml_control & BASIC_MULTI_LINK_CTRL_PRES_EML_CAPA) { in hostapd_process_ml_assoc_req()