Home
last modified time | relevance | path

Searched refs:nr_ciphers (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/wireless/
Dwext-compat.c992 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
996 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
997 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1001 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1002 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1006 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1007 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1011 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1012 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1016 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
[all …]