Home
last modified time | relevance | path

Searched defs:pMainSec (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DmainSecKeysOnly.c98 TI_STATUS mainSecKeysOnly_config(mainSec_t *pMainSec, in mainSecKeysOnly_config()
175 TI_STATUS mainSecKeysOnly_start(mainSec_t *pMainSec) in mainSecKeysOnly_start()
202 TI_STATUS mainSecKeysOnly_stop(mainSec_t *pMainSec) in mainSecKeysOnly_stop()
229 TI_STATUS mainSecKeysOnly_reportKeysStatus(mainSec_t *pMainSec, TI_STATUS keysStatus) in mainSecKeysOnly_reportKeysStatus()
264 TI_STATUS mainSecKeysOnly_setSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT8 keyLen) in mainSecKeysOnly_setSessionKey()
290 TI_STATUS mainSecKeysOnly_getSessionKey(mainSec_t *pMainSec, TI_UINT8* pKey, TI_UINT32* pKeyLen) in mainSecKeysOnly_getSessionKey()
302 TI_STATUS mainSecKeysOnly_startIdle(struct _mainSec_t *pMainSec) in mainSecKeysOnly_startIdle()
312 TI_STATUS mainSecKeysOnly_stopStart(struct _mainSec_t *pMainSec) in mainSecKeysOnly_stopStart()
322 TI_STATUS mainSecKeysOnly_keysCompleteStart(struct _mainSec_t *pMainSec) in mainSecKeysOnly_keysCompleteStart()
332 TI_STATUS mainSecKeysOnly_keysTOStart(struct _mainSec_t *pMainSec) in mainSecKeysOnly_keysTOStart()
[all …]
DmainSecNull.c95 TI_STATUS mainSecSmNull_config(mainSec_t *pMainSec, in mainSecSmNull_config()
128 TI_STATUS mainSecSmNull_start(mainSec_t *pMainSec) in mainSecSmNull_start()
155 TI_STATUS mainSecSmNull_stop(mainSec_t *pMainSec) in mainSecSmNull_stop()
178 TI_STATUS mainSecNull_reportKeysStatus(mainSec_t *pMainSec, TI_STATUS keysStatus) in mainSecNull_reportKeysStatus()
203 TI_STATUS mainSecNull_getAuthState(mainSec_t *pMainSec, TIWLN_SECURITY_STATE *secState) in mainSecNull_getAuthState()
211 TI_STATUS mainSecSmNull_nop(mainSec_t *pMainSec) in mainSecSmNull_nop()
218 TI_STATUS mainSecNull_reportAuthFailure(mainSec_t *pMainSec, EAuthStatus authStatus) in mainSecNull_reportAuthFailure()
224 TI_STATUS mainSecNull_setAuthIdentity(mainSec_t *pMainSec, authIdentity_t *authIdentity) in mainSecNull_setAuthIdentity()
DmainSecSm.c173 TI_STATUS mainSec_config (mainSec_t *pMainSec, in mainSec_config()
254 TI_STATUS mainSec_unload(mainSec_t *pMainSec) in mainSec_unload()
307 TI_STATUS mainSec_setKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey) in mainSec_setKey()
344 TI_STATUS mainSec_removeKey(struct _mainSec_t *pMainSec, TSecurityKeys *pKey) in mainSec_removeKey()
381 TI_STATUS mainSec_setDefaultKeyId(struct _mainSec_t *pMainSec, TI_UINT8 keyId) in mainSec_setDefaultKeyId()
DexternalSec.c78 TI_STATUS externalSec_config(mainSec_t *pMainSec) in externalSec_config()
212 TI_STATUS externalSecSM_start(mainSec_t *pMainSec) in externalSecSM_start()
234 TI_STATUS externalSecSM_stop(mainSec_t *pMainSec) in externalSecSM_stop()