ath6kl_set_cipher
ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, true);
ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, false);
ath6kl_set_cipher(vif, 0, true);
ath6kl_set_cipher(vif, 0, false);
ath6kl_set_cipher(vif, 0, true);
ath6kl_set_cipher(vif, info->crypto.ciphers_pairwise[0], true);
ath6kl_set_cipher(vif, info->crypto.cipher_group, false);
ath6kl_set_cipher(vif, sme->crypto.ciphers_pairwise[0], true);
ath6kl_set_cipher(vif, 0, true);
ath6kl_set_cipher(vif, sme->crypto.cipher_group, false);