Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_host_roam_preauth.c445 uint64_t timestamp64 = ((uint64_t)*timestamp1 << 32) | (*timestamp0); in cm_update_cckmtsf() local
447 timestamp64 = (uint64_t)(timestamp64 + (*incr)); in cm_update_cckmtsf()
448 *timestamp0 = (uint32_t)(timestamp64 & 0xffffffff); in cm_update_cckmtsf()
449 *timestamp1 = (uint32_t)((timestamp64 >> 32) & 0xffffffff); in cm_update_cckmtsf()