OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auth_skSMEvent
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
sharedKeyAuthSm.c
166
SHARED_KEY_AUTH_SM_NUM_STATES, SHARED_KEY_AUTH_SM_NUM_EVENTS,
auth_skSMEvent
, hOs);
178
TI_STATUS
auth_skSMEvent
(TI_UINT8 *currentState, TI_UINT8 event, TI_HANDLE hAuth)
191
TRACE3(pAuth->hReport, REPORT_SEVERITY_INFORMATION, "
auth_skSMEvent
: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
260
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_1, hAuth);
266
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_2, hAuth);
281
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_1, hAuth);
285
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_2, hAuth);
524
return
auth_skSMEvent
(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_MAX_RETRY, pAuth);
527
return
auth_skSMEvent
(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_TIMEOUT, pAuth);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/mlme/Auth/shared/
sharedKeyAuthSm.c
169
SHARED_KEY_AUTH_SM_NUM_STATES, SHARED_KEY_AUTH_SM_NUM_EVENTS,
auth_skSMEvent
, hOs);
206
TI_STATUS
auth_skSMEvent
(UINT8 *currentState, UINT8 event, TI_HANDLE hAuth)
295
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_1, hAuth);
302
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_2, hAuth);
318
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_1, hAuth);
322
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_2, hAuth);
557
return
auth_skSMEvent
(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_MAX_RETRY, pAuth);
560
return
auth_skSMEvent
(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_TIMEOUT, pAuth);
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
sharedKeyAuthSm.c
166
SHARED_KEY_AUTH_SM_NUM_STATES, SHARED_KEY_AUTH_SM_NUM_EVENTS,
auth_skSMEvent
, hOs);
178
TI_STATUS
auth_skSMEvent
(TI_UINT8 *currentState, TI_UINT8 event, TI_HANDLE hAuth)
191
TRACE3(pAuth->hReport, REPORT_SEVERITY_INFORMATION, "
auth_skSMEvent
: <currentState = %d, event = %d> --> nextState = %d\n", *currentState, event, nextState);
260
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_1, hAuth);
266
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_SUCCESS_2, hAuth);
281
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_1, hAuth);
285
status =
auth_skSMEvent
(&pHandle->currentState, SHARED_KEY_AUTH_SM_EVENT_FAIL_2, hAuth);
524
return
auth_skSMEvent
(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_MAX_RETRY, pAuth);
527
return
auth_skSMEvent
(&pAuth->currentState, SHARED_KEY_AUTH_SM_EVENT_TIMEOUT, pAuth);
Completed in 563 milliseconds