Home
last modified time | relevance | path

Searched refs:ciphers_pairwise (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/net/wireless/
Dwext-compat.c1017 u32 *ciphers_pairwise = wdev->wext.connect.crypto.ciphers_pairwise; in cfg80211_set_cipher_pairwise() local
1020 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()
1025 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()
1030 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()
1035 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()
1040 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
Dsme.c1011 connect->crypto.ciphers_pairwise[0] = cipher; in cfg80211_connect()
Dnl80211.c7124 memcpy(settings->ciphers_pairwise, data, len); in nl80211_crypto_settings()
7129 settings->ciphers_pairwise[i])) in nl80211_crypto_settings()
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dcfg80211.c363 n = min_t(int, c->n_ciphers_pairwise, ARRAY_SIZE(c->ciphers_pairwise)); in wil_print_crypto()
366 c->ciphers_pairwise[i]); in wil_print_crypto()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Duap_cmd.c91 switch (params->crypto.ciphers_pairwise[i]) { in mwifiex_set_secure_params()
Dcfg80211.c2089 sme->crypto.ciphers_pairwise[0]; in mwifiex_cfg80211_assoc()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c556 ath6kl_set_cipher(vif, sme->crypto.ciphers_pairwise[0], true); in ath6kl_cfg80211_connect()
2837 switch (info->crypto.ciphers_pairwise[i]) { in ath6kl_start_ap()
2857 ath6kl_set_cipher(vif, info->crypto.ciphers_pairwise[0], true); in ath6kl_start_ap()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c1525 switch (sme->crypto.ciphers_pairwise[0]) { in brcmf_set_wsec_mode()
1541 sme->crypto.ciphers_pairwise[0]); in brcmf_set_wsec_mode()
1585 sec->cipher_pairwise = sme->crypto.ciphers_pairwise[0]; in brcmf_set_wsec_mode()
1692 sme->crypto.ciphers_pairwise[0]); in brcmf_set_sharedkey()
/linux-4.4.14/net/mac80211/
Dmlme.c4647 if (req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_mgd_assoc()
4648 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_TKIP || in ieee80211_mgd_assoc()
4649 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP104) { in ieee80211_mgd_assoc()
Dutil.c2962 cs = ieee80211_cs_get(local, crypto->ciphers_pairwise[i], in ieee80211_cs_headroom()
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c866 …PRINT_D(CORECONFIG_DBG, "sme->crypto.ciphers_pairwise[%d]=%x\n", i, sme->crypto.ciphers_pairwise[i… in connect()
953 if (sme->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_TKIP) { in connect()
/linux-4.4.14/include/net/
Dcfg80211.h632 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES]; member
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2076 sme->crypto.ciphers_pairwise[0], in cfg80211_rtw_connect()
/linux-4.4.14/drivers/net/wireless/
Drndis_wlan.c2169 rndis_cipher_to_alg(sme->crypto.ciphers_pairwise[i]); in rndis_connect()