Lines Matching defs:cipher
222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast)
228 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "%s: cipher 0x%x, ucast %u\n",
229 __func__, cipher, ucast);
231 switch (cipher) {
258 ath6kl_err("cipher 0x%x not supported\n", cipher);
579 key->cipher = vif->prwise_crypto;
1141 if (params->cipher == CCKM_KRK_CIPHER_SUITE) {
1164 if (params->cipher == WLAN_CIPHER_SUITE_SMS4 &&
1177 key->cipher = params->cipher;
1179 switch (key->cipher) {
1305 params.cipher = key->cipher;
2733 /* skip group cipher suite */
2739 /* skip pairwise cipher suite */