Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dutils_mlo.c560 WLAN_TIMESTAMP_LEN); in util_parse_bvmlie_perstaprofile_stactrl()
2049 if (frame_len < WLAN_TIMESTAMP_LEN) { in util_gen_link_reqrsp_cmn()
2054 qdf_mem_copy(&tsf, frame, WLAN_TIMESTAMP_LEN); in util_gen_link_reqrsp_cmn()
2449 WLAN_TIMESTAMP_LEN) { in util_gen_link_reqrsp_cmn()
2451 WLAN_TIMESTAMP_LEN, in util_gen_link_reqrsp_cmn()
2468 qdf_mem_copy(link_frame_currpos, &tsf, WLAN_TIMESTAMP_LEN); in util_gen_link_reqrsp_cmn()
2469 link_frame_currpos += WLAN_TIMESTAMP_LEN; in util_gen_link_reqrsp_cmn()
2470 link_frame_currlen += WLAN_TIMESTAMP_LEN; in util_gen_link_reqrsp_cmn()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
H A Dwlan_cmn_ieee80211.h101 #define WLAN_TIMESTAMP_LEN 8 macro
132 (WLAN_TIMESTAMP_LEN + WLAN_BEACONINTERVAL_LEN + WLAN_CAPABILITYINFO_LEN)
136 (WLAN_TIMESTAMP_LEN + WLAN_BEACONINTERVAL_LEN + WLAN_CAPABILITYINFO_LEN)
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_api.c68 uint8_t timestamp[WLAN_TIMESTAMP_LEN];