Home
last modified time | relevance | path

Searched refs:timestamp1 (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.c442 static void cm_update_cckmtsf(uint32_t *timestamp0, uint32_t *timestamp1, in cm_update_cckmtsf() argument
445 uint64_t timestamp64 = ((uint64_t)*timestamp1 << 32) | (*timestamp0); in cm_update_cckmtsf()
449 *timestamp1 = (uint32_t)((timestamp64 >> 32) & 0xffffffff); in cm_update_cckmtsf()