Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_api.c72 int header_length, start_csi = 0; in wls_process_csi() local
119 header_length = csirxinfo->header_length; in wls_process_csi()
120 csiDataSize = bufferMemory[header_length] - 1; in wls_process_csi()
121 start_csi = header_length + 1; in wls_process_csi()
123 header_length = HEADER_LEN; in wls_process_csi()
124 start_csi = header_length; in wls_process_csi()
127 start_csi += bufferMemory[header_length]; in wls_process_csi()
Dwls_structure_defs.h325 UINT32 header_length : 13; member