Searched refs:rsn_removeKey (Results 1 - 4 of 4) sorted by relevance
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/inc/ |
H A D | rsn.h | 184 TI_STATUS rsn_removeKey(rsn_t *pMainSec, securityKeys_t *pKey);
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
H A D | rsn.h | 197 TI_STATUS rsn_removeKey(rsn_t *pMainSec, TSecurityKeys *pKey);
|
H A D | rsn.c | 255 pRsn->removeKey = rsn_removeKey; 1526 rsn_removeKey(pRsn, &pRsn->keys[keyIndex]); 1592 TI_STATUS rsn_removeKey (rsn_t *pRsn, TSecurityKeys *pKey) function 1609 TRACE2(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "rsn_removeKey Entry, keyType=%d, keyIndex=0x%lx\n",pKey->keyType, keyIndex); 1646 TRACE1(pRsn->hReport, REPORT_SEVERITY_INFORMATION, "rsn_removeKey in whal, status =%d\n", status);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
H A D | rsn.c | 298 pRsn->removeKey = rsn_removeKey; 1556 rsn_removeKey(pRsn, &pRsn->keys[keyIndex]); 1604 TI_STATUS rsn_removeKey (rsn_t *pRsn, securityKeys_t *pKey) function 1617 ("rsn_removeKey Entry, keyType=%d, keyIndex=0x%lx\n",pKey->keyType, keyIndex)); 1654 ("rsn_removeKey in whal, status =%d\n", status));
|
Completed in 79 milliseconds