Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/wireless/
H A 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] in cfg80211_set_cipher_pairwise()
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dwext-compat.c1101 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
1105 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1106 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1110 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1111 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1115 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1116 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1120 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1121 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1125 ciphers_pairwise[nr_ciphers] in cfg80211_set_cipher_pairwise()
[all...]

Completed in 3 milliseconds