Searched refs:encryption (Results 1 – 1 of 1) sorted by relevance
1216 ECipherSuite encryption = TWD_CIPHER_NONE; in admCtrlWpa2_getCipherSuiteMetric() local1227 pAdmCtrl->getCipherSuite(pAdmCtrl, &encryption); in admCtrlWpa2_getCipherSuiteMetric()1228 …rt, REPORT_SEVERITY_INFORMATION , "admCtrlWpa2_getCipherSuiteMetric, encryption=%d\n", encryption); in admCtrlWpa2_getCipherSuiteMetric()1230 while(encryption != TWD_CIPHER_NONE) in admCtrlWpa2_getCipherSuiteMetric()1235 … admCtrlWpa2_validityTable[pWpa2Data->unicastSuite[index]][pWpa2Data->broadcastSuite][encryption]; in admCtrlWpa2_getCipherSuiteMetric()1254 (encryption != TWD_CIPHER_AES_CCMP)) in admCtrlWpa2_getCipherSuiteMetric()1255 encryption = TWD_CIPHER_AES_CCMP; in admCtrlWpa2_getCipherSuiteMetric()1257 encryption = TWD_CIPHER_NONE; in admCtrlWpa2_getCipherSuiteMetric()