Searched refs:nr_ciphers (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dwext-compat.c997 int nr_ciphers = 0; local
1001 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40;
1002 nr_ciphers++;
1006 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104;
1007 nr_ciphers++;
1011 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP;
1012 nr_ciphers++;
1016 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP;
1017 nr_ciphers++;
1021 ciphers_pairwise[nr_ciphers]
[all...]

Completed in 26 milliseconds