Searched refs:nr_ciphers (Results 1 – 1 of 1) sorted by relevance
995 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local999 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()1000 nr_ciphers++; in cfg80211_set_cipher_pairwise()1004 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()1005 nr_ciphers++; in cfg80211_set_cipher_pairwise()1009 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()1010 nr_ciphers++; in cfg80211_set_cipher_pairwise()1014 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()1015 nr_ciphers++; in cfg80211_set_cipher_pairwise()1019 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()[all …]