Searched defs:pAuth (Results 1 - 4 of 4) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/open/
H A DopenAuthSm.c190 auth_t *pAuth = (auth_t *)hAuth; local
194 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
197 WLAN_REPORT_SM(pAuth->hReport, AUTH_MODULE_LOG, ("State machine error, failed getting next state\n"));
201 WLAN_REPORT_SM(pAuth->hReport, AUTH_MODULE_LOG,
207 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
436 TI_STATUS openAuth_Timeout(auth_t *pAuth) argument
438 if (pAuth->retryCount >= pAuth->maxCount)
440 pAuth
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/
H A DsharedKeyAuthSm.c208 auth_t *pAuth = (auth_t *)hAuth; local
212 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
215 WLAN_REPORT_SM(pAuth->hReport, AUTH_MODULE_LOG, ("State machine error, failed getting next state\n"));
219 WLAN_REPORT_SM(pAuth->hReport, AUTH_MODULE_LOG,
225 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
552 TI_STATUS sharedKey_Timeout(auth_t *pAuth) argument
554 if (pAuth->retryCount >= pAuth->maxCount)
556 pAuth
[all...]
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
H A DopenAuthSm.c166 auth_t *pAuth = (auth_t *)hAuth; local
170 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
173 TRACE0(pAuth->hReport, REPORT_SEVERITY_SM, "State machine error, failed getting next state\n");
177 TRACE3( pAuth->hReport, REPORT_SEVERITY_INFORMATION, "auth_osSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
179 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
246 TI_STATUS openAuth_smStartIdle(auth_t *pAuth) argument
250 status = openAuth_smResetRetry(pAuth);
253 TRACE0(pAuth->hReport, REPORT_SEVERITY_ERROR, "openAuth_smStartIdle: openAuth_smResetRetry return\n");
257 status = openAuth_smSendAuthReq(pAuth);
432 openAuth_Timeout(auth_t *pAuth) argument
[all...]
H A DsharedKeyAuthSm.c180 auth_t *pAuth = (auth_t *)hAuth; local
184 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
187 TRACE0(pAuth->hReport, REPORT_SEVERITY_SM, "State machine error, failed getting next state\n");
191 TRACE3(pAuth->hReport, REPORT_SEVERITY_INFORMATION, "auth_skSMEvent: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
193 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
519 TI_STATUS sharedKey_Timeout(auth_t *pAuth) argument
521 if (pAuth->retryCount >= pAuth->maxCount)
523 pAuth
[all...]

Completed in 59 milliseconds