Home
last modified time | relevance | path

Searched refs:EPCS_RESP_MIN_LENGTH (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_epcs.c240 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()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_epcs.h178 #define EPCS_RESP_MIN_LENGTH 5 macro