Searched refs:nr_ciphers (Results 1 – 1 of 1) sorted by relevance
1015 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local1019 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()1020 nr_ciphers++; in cfg80211_set_cipher_pairwise()1024 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()1025 nr_ciphers++; in cfg80211_set_cipher_pairwise()1029 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()1030 nr_ciphers++; in cfg80211_set_cipher_pairwise()1034 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()1035 nr_ciphers++; in cfg80211_set_cipher_pairwise()1040 nr_ciphers++; in cfg80211_set_cipher_pairwise()[all …]
Completed in 6 milliseconds