Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
Dfst.h20 #define LLT_UNIT_US 32 /* See 10.32.2.2 Transitioning between states */ macro
22 #define FST_LLT_MS_TO_VAL(m) (((u32) (m)) * US_IN_MS / LLT_UNIT_US)
23 #define FST_LLT_VAL_TO_MS(v) (((u32) (v)) * LLT_UNIT_US / US_IN_MS)