Searched refs:ath6kl_set_cipher (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath6kl/ |
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() 1658 ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, true); in ath6kl_cfg80211_join_ibss() 1659 ath6kl_set_cipher(vif, WLAN_CIPHER_SUITE_WEP40, false); in ath6kl_cfg80211_join_ibss() 1661 ath6kl_set_cipher(vif, 0, true); in ath6kl_cfg80211_join_ibss() 1662 ath6kl_set_cipher(vif, 0, false); in ath6kl_cfg80211_join_ibss() 2863 ath6kl_set_cipher(vif, 0, true); in ath6kl_start_ap() 2865 ath6kl_set_cipher(vif, info->crypto.ciphers_pairwise[0], true); in ath6kl_start_ap() [all …]
|