Lines Matching refs:nr_ciphers
993 int nr_ciphers = 0; in cfg80211_set_cipher_pairwise() local
997 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
998 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1002 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1003 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1007 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1008 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1012 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1013 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1017 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
1018 nr_ciphers++; in cfg80211_set_cipher_pairwise()
1023 wdev->wext.connect.crypto.n_ciphers_pairwise = nr_ciphers; in cfg80211_set_cipher_pairwise()