Searched refs:EPCS_RESP_MIN_LENGTH (Results 1 – 2 of 2) sorted by relevance
240 if (frm_len > EPCS_RESP_MIN_LENGTH) { in wlan_mlo_parse_epcs_response_action_frame()241 pa_ie = (uint8_t *)epcs_action_frm + EPCS_RESP_MIN_LENGTH; in wlan_mlo_parse_epcs_response_action_frame()242 pa_ie_len = frm_len - EPCS_RESP_MIN_LENGTH; in wlan_mlo_parse_epcs_response_action_frame()
178 #define EPCS_RESP_MIN_LENGTH 5 macro