Searched refs:mainSec_t (Results 1 - 8 of 8) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
H A D | mainSecNull.h | 66 TI_STATUS mainSecSmNull_config(mainSec_t *pMainSec, 69 TI_STATUS mainSecSmNull_start(mainSec_t *pMainSec); 71 TI_STATUS mainSecSmNull_stop(mainSec_t *pMainSec); 73 TI_STATUS mainSecNull_reportKeysStatus(mainSec_t *pMainSec, TI_STATUS keysStatus); 75 TI_STATUS mainSecNull_getAuthState(mainSec_t *pMainSec, TIWLN_SECURITY_STATE *supp1XState); 77 TI_STATUS mainSecNull_reportAuthFailure(mainSec_t *pMainSec, EAuthStatus authStatus); 78 TI_STATUS mainSecNull_setAuthIdentity(mainSec_t *pMainSec, authIdentity_t *authIdentity);
|
H A D | mainSecNull.c | 95 TI_STATUS mainSecSmNull_config(mainSec_t *pMainSec, 128 TI_STATUS mainSecSmNull_start(mainSec_t *pMainSec) 155 TI_STATUS mainSecSmNull_stop(mainSec_t *pMainSec) 178 TI_STATUS mainSecNull_reportKeysStatus(mainSec_t *pMainSec, TI_STATUS keysStatus) 203 TI_STATUS mainSecNull_getAuthState(mainSec_t *pMainSec, TIWLN_SECURITY_STATE *secState) 211 TI_STATUS mainSecSmNull_nop(mainSec_t *pMainSec) 218 TI_STATUS mainSecNull_reportAuthFailure(mainSec_t *pMainSec, EAuthStatus authStatus) 224 TI_STATUS mainSecNull_setAuthIdentity(mainSec_t *pMainSec, authIdentity_t *authIdentity)
|
H A D | mainSecKeysOnly.h | 91 TI_STATUS mainSecKeysOnly_config(mainSec_t *pMainSec, 94 TI_STATUS mainSecKeysOnly_start(mainSec_t *pMainSec); 96 TI_STATUS mainSecKeysOnly_stop(mainSec_t *pMainSec); 98 TI_STATUS mainSecKeysOnly_setSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen); 100 TI_STATUS mainSecKeysOnly_getSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen); 102 TI_STATUS mainSecKeysOnly_reportKeysStatus(mainSec_t *pMainSec, TI_STATUS keyStatus);
|
H A D | externalSec.h | 87 mainSec_t *pParent; 99 TI_STATUS externalSec_config(mainSec_t *pMainSec);
|
H A D | mainSecKeysOnly.c | 76 TI_STATUS mainSecKeysOnly_getAuthState(mainSec_t *pMainSec, TIWLN_SECURITY_STATE *supp1XState); 78 TI_STATUS mainSecKeysOnly_reportAuthFailure(mainSec_t *pMainSec, EAuthStatus authStatus) ; 79 TI_STATUS mainSecKeysOnly_setAuthIdentity(mainSec_t *pMainSec, authIdentity_t *authIdentity); 98 TI_STATUS mainSecKeysOnly_config(mainSec_t *pMainSec, 175 TI_STATUS mainSecKeysOnly_start(mainSec_t *pMainSec) 202 TI_STATUS mainSecKeysOnly_stop(mainSec_t *pMainSec) 229 TI_STATUS mainSecKeysOnly_reportKeysStatus(mainSec_t *pMainSec, TI_STATUS keysStatus) 264 TI_STATUS mainSecKeysOnly_setSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen) 290 TI_STATUS mainSecKeysOnly_getSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen) 391 TI_STATUS mainSecKeysOnly_getAuthState(mainSec_t *pMainSe [all...] |
H A D | mainSecSm.c | 108 mainSec_t* mainSec_create(TI_HANDLE hOs) 110 mainSec_t *pHandle; 114 pHandle = (mainSec_t*)os_memoryAlloc(hOs, sizeof(mainSec_t)); 120 os_memoryZero(hOs, pHandle, sizeof(mainSec_t)); 126 os_memoryFree(hOs, pHandle, sizeof(mainSec_t)); 134 os_memoryFree(hOs, pHandle, sizeof(mainSec_t)); 148 os_memoryFree(hOs, pHandle, sizeof(mainSec_t)); 173 TI_STATUS mainSec_config (mainSec_t *pMainSec, 254 TI_STATUS mainSec_unload(mainSec_t *pMainSe [all...] |
H A D | mainSecSm.h | 63 typedef struct _mainSec_t mainSec_t; typedef in typeref:struct:_mainSec_t 141 mainSec_t* mainSec_create(TI_HANDLE hOs); 143 TI_STATUS mainSec_unload(mainSec_t *pMainSec); 145 TI_STATUS mainSec_config (mainSec_t *pMainSec,
|
H A D | externalSec.c | 57 TI_STATUS externalSecSM_start(mainSec_t *pMainSec); 58 TI_STATUS externalSecSM_stop(mainSec_t *pMainSec); 78 TI_STATUS externalSec_config(mainSec_t *pMainSec) 212 TI_STATUS externalSecSM_start(mainSec_t *pMainSec) 234 TI_STATUS externalSecSM_stop(mainSec_t *pMainSec)
|
Completed in 47 milliseconds