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

  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrl.c 182 if (pAdmCtrl->hPreAuthTimerWpa2)
184 tmr_DestroyTimer (pAdmCtrl->hPreAuthTimerWpa2);
297 /* Create hPreAuthTimerWpa2 timer */
298 pAdmCtrl->hPreAuthTimerWpa2 = tmr_CreateTimer (pAdmCtrl->hTimer);
299 if (pAdmCtrl->hPreAuthTimerWpa2 == NULL)
301 TRACE0(pAdmCtrl->hReport, REPORT_SEVERITY_ERROR , "admCtrl_config(): Failed to create hPreAuthTimerWpa2!\n");
admCtrl.h 237 void *hPreAuthTimerWpa2;
admCtrlWpa2.c     [all...]
rsn.c 617 tmr_StopTimer (pRsn->pAdmCtrl->hPreAuthTimerWpa2);
    [all...]

Completed in 152 milliseconds