Searched refs:ath6kl_set_cipher (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | cfg80211.c | 223 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() function 556 ath6kl_set_cipher(vif, sme->crypto.ciphers_pairwise[0], true); in ath6kl_cfg80211_connect() 558 ath6kl_set_cipher(vif, 0, true); in ath6kl_cfg80211_connect() 560 ath6kl_set_cipher(vif, sme->crypto.cipher_group, false); in ath6kl_cfg80211_connect() 1648 ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, true); in ath6kl_cfg80211_join_ibss() 1649 ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, false); in ath6kl_cfg80211_join_ibss() 1651 ath6kl_set_cipher(vif, 0, true); in ath6kl_cfg80211_join_ibss() 1652 ath6kl_set_cipher(vif, 0, false); in ath6kl_cfg80211_join_ibss() 2855 ath6kl_set_cipher(vif, 0, true); in ath6kl_start_ap() 2857 ath6kl_set_cipher(vif, info->crypto.ciphers_pairwise[0], true); in ath6kl_start_ap() [all …]
|