Searched defs:cipherSuite (Results 1 - 6 of 6) sorted by relevance
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
H A D | admCtrlWpa.c | 1154 BOOL cipherSuite[MAX_WPA_UNICAST_SUITES]={FALSE, FALSE, FALSE, FALSE, FALSE, FALSE , FALSE}; local 1169 cipherSuite[curCipherSuite] = TRUE; 1175 if (cipherSuite[index])
|
H A D | rsn.c | 902 cipherSuite_e cipherSuite; local 904 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite); 964 cipherSuite_e cipherSuite; local 966 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite); 971 /*if (cipherSuite == RSN_CIPHER_NONE) 1002 cipherSuite_e cipherSuite; local 1008 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite); 1009 if (cipherSuite != pParam->content.rsnEncryptionStatus)
|
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
H A D | admCtrlWpa.c | 1179 TI_BOOL cipherSuite[MAX_WPA_UNICAST_SUITES]={TI_FALSE, TI_FALSE, TI_FALSE, TI_FALSE, TI_FALSE, TI_FALSE , TI_FALSE}; local 1192 cipherSuite[curCipherSuite] = TI_TRUE; 1198 if (cipherSuite[index])
|
H A D | rsn.c | 835 ECipherSuite cipherSuite; local 837 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite); 907 ECipherSuite cipherSuite; local 909 status = pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite); 914 /*if (cipherSuite == RSN_CIPHER_NONE) 942 ECipherSuite cipherSuite; local 946 pRsn->pAdmCtrl->getCipherSuite (pRsn->pAdmCtrl, &cipherSuite); 947 if (cipherSuite != pParam->content.rsnEncryptionStatus)
|
/system/wlan/ti/wilink_6_1/stad/Export_Inc/ |
H A D | paramOut.h | 277 ECipherSuite cipherSuite; member in struct:__anon1532
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
H A D | paramOut.h | 354 cipherSuite_e cipherSuite; member in struct:__anon283
|
Completed in 248 milliseconds