Searched refs:nr_ciphers (Results 1 – 1 of 1) sorted by relevance
1017 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local1021 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()1022 nr_ciphers++; in cfg80211_set_cipher_pairwise()1026 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()1027 nr_ciphers++; in cfg80211_set_cipher_pairwise()1031 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()1032 nr_ciphers++; in cfg80211_set_cipher_pairwise()1036 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()1037 nr_ciphers++; in cfg80211_set_cipher_pairwise()1041 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()[all …]