Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DauthSm.c167 if (pHandle->hAuthSmTimer) in auth_unload()
169 tmr_DestroyTimer (pHandle->hAuthSmTimer); in auth_unload()
221 pHandle->hAuthSmTimer = tmr_CreateTimer (pHandle->hTimer); in auth_SetDefaults()
222 if (pHandle->hAuthSmTimer == NULL) in auth_SetDefaults()
DauthSm.h82 TI_HANDLE hAuthSmTimer; member
DopenAuthSm.c411 tmr_StartTimer (hAuth->hAuthSmTimer, in openAuth_smStartTimer()
427 tmr_StopTimer (hAuth->hAuthSmTimer); in openAuth_smStopTimer()
DsharedKeyAuthSm.c498 tmr_StartTimer (hAuth->hAuthSmTimer, in sharedKeyAuth_smStartTimer()
514 tmr_StopTimer (hAuth->hAuthSmTimer); in sharedKeyAuth_smStopTimer()