Lines Matching refs:nr_ciphers
992 int nr_ciphers = 0;
996 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40;
997 nr_ciphers++;
1001 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104;
1002 nr_ciphers++;
1006 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP;
1007 nr_ciphers++;
1011 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP;
1012 nr_ciphers++;
1016 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC;
1017 nr_ciphers++;
1022 wdev->wext.connect.crypto.n_ciphers_pairwise = nr_ciphers;