Searched refs:ath6kl_set_cipher (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 222 static int ath6kl_set_cipher(struct ath6kl_vif *vif, u32 cipher, bool ucast) in ath6kl_set_cipher() function 555 ath6kl_set_cipher(vif, sme->crypto.ciphers_pairwise[0], true); in ath6kl_cfg80211_connect() 557 ath6kl_set_cipher(vif, 0, true); in ath6kl_cfg80211_connect() 559 ath6kl_set_cipher(vif, sme->crypto.cipher_group, false); in ath6kl_cfg80211_connect() 1662 ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, true); in ath6kl_cfg80211_join_ibss() 1663 ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, false); in ath6kl_cfg80211_join_ibss() 1665 ath6kl_set_cipher(vif, 0, true); in ath6kl_cfg80211_join_ibss() 1666 ath6kl_set_cipher(vif, 0, false); in ath6kl_cfg80211_join_ibss() 2867 ath6kl_set_cipher(vif, 0, true); in ath6kl_start_ap() 2869 ath6kl_set_cipher(vif, info->crypto.ciphers_pairwise[0], true); in ath6kl_start_ap() [all …]
|