HomeSort by relevance Sort by last modified time
    Searched refs:hAssocSmTimer (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
AssocSM.h 128 TI_HANDLE hAssocSmTimer;
assocSM.c 211 if (pHandle->hAssocSmTimer)
213 tmr_DestroyTimer (pHandle->hAssocSmTimer);
301 pHandle->hAssocSmTimer = tmr_CreateTimer (pHandle->hTimer);
302 if (pHandle->hAssocSmTimer == NULL)
304 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "assoc_SetDefaults(): Failed to create hAssocSmTimer!\n");
1032 tmr_StartTimer (pAssoc->hAssocSmTimer,
1048 tmr_StopTimer (pAssoc->hAssocSmTimer);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
AssocSM.h 128 TI_HANDLE hAssocSmTimer;
assocSM.c 210 if (pHandle->hAssocSmTimer)
212 tmr_DestroyTimer (pHandle->hAssocSmTimer);
300 pHandle->hAssocSmTimer = tmr_CreateTimer (pHandle->hTimer);
301 if (pHandle->hAssocSmTimer == NULL)
303 TRACE0(pHandle->hReport, REPORT_SEVERITY_ERROR, "assoc_SetDefaults(): Failed to create hAssocSmTimer!\n");
1027 tmr_StartTimer (pAssoc->hAssocSmTimer,
1043 tmr_StopTimer (pAssoc->hAssocSmTimer);
    [all...]

Completed in 178 milliseconds