Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c1911 qdf_size_t frame_iesection_offset; in util_gen_link_reqrsp_cmn() local
2041 frame_iesection_offset = 0; in util_gen_link_reqrsp_cmn()
2044 frame_iesection_offset = WLAN_ASSOC_REQ_IES_OFFSET; in util_gen_link_reqrsp_cmn()
2046 frame_iesection_offset = WLAN_REASSOC_REQ_IES_OFFSET; in util_gen_link_reqrsp_cmn()
2048 frame_iesection_offset = WLAN_PROBE_RESP_IES_OFFSET; in util_gen_link_reqrsp_cmn()
2058 frame_iesection_offset = WLAN_ASSOC_RSP_IES_OFFSET; in util_gen_link_reqrsp_cmn()
2061 if (frame_len < frame_iesection_offset) { in util_gen_link_reqrsp_cmn()
2067 frame_len, frame_iesection_offset, subtype); in util_gen_link_reqrsp_cmn()
2071 frame_iesection_len = frame_len - frame_iesection_offset; in util_gen_link_reqrsp_cmn()
2082 frame_iesection = frame + frame_iesection_offset; in util_gen_link_reqrsp_cmn()