Home | History | Annotate | Download | only in rsn

Lines Matching refs:encryption

127     Encryption status 
1315 cipherSuite_e encryption = RSN_CIPHER_NONE;
1324 /* Check validity of configured encryption (cipher) and validity of */
1326 pAdmCtrl->getCipherSuite(pAdmCtrl, &encryption);
1328 ("admCtrlWpa2_getCipherSuiteMetric, encryption=%d\n", encryption));
1330 while(encryption != RSN_CIPHER_NONE)
1335 admCtrlWpa2_validityTable[pWpa2Data->unicastSuite[index]][pWpa2Data->broadcastSuite][encryption];
1358 (encryption != RSN_CIPHER_AES_CCMP))
1359 encryption = RSN_CIPHER_AES_CCMP;
1361 encryption = RSN_CIPHER_NONE;
1363 } /* End of "while encryption" stmt */
1388 * initialization of the driver code or when Auth mode or Encryption status