Searched refs:preAuthTimerWpa2 (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DadmCtrl.c151 pHandle->preAuthTimerWpa2 = os_timerCreate(hOs, admCtrlWpa2_preAuthTimerExpire, pHandle);
154 if (pHandle->preAuthTimerWpa2 == NULL)
190 os_timerStop(pAdmCtrl->hOs, pAdmCtrl->preAuthTimerWpa2);
191 utils_nullTimerDestroy(pAdmCtrl->hOs, pAdmCtrl->preAuthTimerWpa2);
H A DadmCtrlWpa2.c1720 os_timerStop(pAdmCtrl->hOs, pAdmCtrl->preAuthTimerWpa2);
1947 os_timerStart(pAdmCtrl->hOs, pAdmCtrl->preAuthTimerWpa2, pAdmCtrl->preAuthTimeout*candIndex, FALSE);
H A Drsn.c621 os_timerStop (pRsn->hOs, pRsn->pAdmCtrl->preAuthTimerWpa2);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/
H A DadmCtrl.h233 void *preAuthTimerWpa2; member in struct:_admCtrl_t

Completed in 313 milliseconds