Searched refs:encryption (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DadmCtrlWpa2.c1216 ECipherSuite encryption = TWD_CIPHER_NONE; local
1225 /* Check validity of configured encryption (cipher) and validity of */
1227 pAdmCtrl->getCipherSuite(pAdmCtrl, &encryption);
1228 TRACE1(pAdmCtrl->hReport, REPORT_SEVERITY_INFORMATION , "admCtrlWpa2_getCipherSuiteMetric, encryption=%d\n", encryption);
1230 while(encryption != TWD_CIPHER_NONE)
1235 admCtrlWpa2_validityTable[pWpa2Data->unicastSuite[index]][pWpa2Data->broadcastSuite][encryption];
1254 (encryption != TWD_CIPHER_AES_CCMP))
1255 encryption = TWD_CIPHER_AES_CCMP;
1257 encryption
[all...]

Completed in 4 milliseconds