Searched refs:ciphers_pairwise (Results 1 - 7 of 7) 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.c998 u32 *ciphers_pairwise = wdev->wext.connect.crypto.ciphers_pairwise; local
1001 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40;
1006 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104;
1011 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP;
1016 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP;
1021 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC;
H A Dsme.c779 connect->crypto.ciphers_pairwise[0] = cipher;
H A Dnl80211.c3647 memcpy(settings->ciphers_pairwise, data, len);
3651 settings->ciphers_pairwise[i]))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Dcfg80211.c592 ret = iwm_set_cipher(iwm, sme->crypto.ciphers_pairwise[0],
619 key_param.cipher = sme->crypto.ciphers_pairwise[0];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmlme.c2173 if (req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP40 ||
2174 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_TKIP ||
2175 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP104)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h687 * @ciphers_pairwise: unicast key cipher suites
699 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES]; member in struct:cfg80211_crypto_settings
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Drndis_wlan.c2069 rndis_cipher_to_alg(sme->crypto.ciphers_pairwise[i]);

Completed in 88 milliseconds