Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
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()
448 *timestamp0 = (uint32_t)(timestamp64 & 0xffffffff); in cm_update_cckmtsf()