Lines Matching refs:nr_ciphers
1016 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
1020 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1021 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1025 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1026 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1030 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1031 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1035 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1036 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1040 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
1041 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1046 wdev->wext.connect.crypto.n_ciphers_pairwise = nr_ciphers; in cfg80211_set_cipher_pairwise()