Lines Matching refs:nr_ciphers
1061 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
1065 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1066 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1070 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1071 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1075 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1076 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1080 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1081 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1085 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
1086 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1091 wdev->wext.connect.crypto.n_ciphers_pairwise = nr_ciphers; in cfg80211_set_cipher_pairwise()