Searched defs:mainSecKeysOnly_unexpected (Results 1 - 1 of 1) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
H A D | mainSecKeysOnly.c | 108 {MAIN_KO_STATE_IDLE, (fsm_Action_t)mainSecKeysOnly_unexpected}, 109 {MAIN_KO_STATE_IDLE, (fsm_Action_t)mainSecKeysOnly_unexpected} 118 {{MAIN_KO_STATE_AUTHORIZED, (fsm_Action_t)mainSecKeysOnly_unexpected}, 121 {MAIN_KO_STATE_AUTHORIZED, (fsm_Action_t)mainSecKeysOnly_unexpected}, 124 {{MAIN_KO_STATE_START, (fsm_Action_t)mainSecKeysOnly_unexpected}, 126 {MAIN_KO_STATE_NONAUTHORIZED, (fsm_Action_t)mainSecKeysOnly_unexpected}, 127 {MAIN_KO_STATE_NONAUTHORIZED, (fsm_Action_t)mainSecKeysOnly_unexpected}, 144 pMainSec->reportReAuthenticate = (mainSecSmReportReauthentication_t)mainSecKeysOnly_unexpected; 145 pMainSec->setSessionKey = (mainSecSmSetSessionKey_t)mainSecKeysOnly_unexpected; 146 pMainSec->getSessionKey = (mainSecSmGetSessionKey_t)mainSecKeysOnly_unexpected; 366 TI_STATUS mainSecKeysOnly_unexpected(void* pData) function [all...] |
Completed in 3 milliseconds