Lines Matching refs:nr_ciphers
1101 int nr_ciphers = 0;
1105 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40;
1106 nr_ciphers++;
1110 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104;
1111 nr_ciphers++;
1115 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP;
1116 nr_ciphers++;
1120 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP;
1121 nr_ciphers++;
1125 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC;
1126 nr_ciphers++;
1131 wdev->wext.connect.crypto.n_ciphers_pairwise = nr_ciphers;