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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
rsn.h 146 TI_HANDLE hMicFailureGroupReKeyTimer;
rsn.c 195 if (pRsn->hMicFailureGroupReKeyTimer)
197 tmr_DestroyTimer (pRsn->hMicFailureGroupReKeyTimer);
281 pRsn->hMicFailureGroupReKeyTimer = tmr_CreateTimer (pRsn->hTimer);
282 if (pRsn->hMicFailureGroupReKeyTimer == NULL)
284 TRACE0(pRsn->hReport, REPORT_SEVERITY_ERROR, "rsn_SetDefaults(): Failed to create hMicFailureGroupReKeyTimer!\n");
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
rsn.h 143 TI_HANDLE hMicFailureGroupReKeyTimer;
rsn.c 195 if (pRsn->hMicFailureGroupReKeyTimer)
197 tmr_DestroyTimer (pRsn->hMicFailureGroupReKeyTimer);
277 pRsn->hMicFailureGroupReKeyTimer = tmr_CreateTimer (pRsn->hTimer);
278 if (pRsn->hMicFailureGroupReKeyTimer == NULL)
280 TRACE0(pRsn->hReport, REPORT_SEVERITY_ERROR, "rsn_SetDefaults(): Failed to create hMicFailureGroupReKeyTimer!\n");
    [all...]

Completed in 23 milliseconds