Searched refs:ciphers_pairwise (Results 1 – 15 of 15) sorted by relevance
1018 u32 *ciphers_pairwise = wdev->wext.connect.crypto.ciphers_pairwise; in cfg80211_set_cipher_pairwise() local1021 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()1026 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()1031 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()1036 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()1041 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
1505 connect->crypto.ciphers_pairwise[0] = cipher; in cfg80211_connect()
12985 memcpy(settings->ciphers_pairwise, data, len); in nl80211_crypto_settings()12990 settings->ciphers_pairwise[i])) in nl80211_crypto_settings()
340 u32 ciphers_pairwise = sme->crypto.ciphers_pairwise[i]; in connect() local342 if (ciphers_pairwise == WLAN_CIPHER_SUITE_TKIP) in connect()
528 param->p_suites[i] = crypto->ciphers_pairwise[i] & 0xFF; in wilc_parse_join_bss_param()
199 __le32 ciphers_pairwise[QLINK_MAX_NR_CIPHER_SUITES]; member
556 ath6kl_set_cipher(vif, sme->crypto.ciphers_pairwise[0], true); in ath6kl_cfg80211_connect()2856 switch (info->crypto.ciphers_pairwise[i]) { in ath6kl_start_ap()2876 ath6kl_set_cipher(vif, info->crypto.ciphers_pairwise[0], true); in ath6kl_start_ap()
75 switch (params->crypto.ciphers_pairwise[i]) { in mwifiex_set_secure_params()
2336 sme->crypto.ciphers_pairwise[0]; in mwifiex_cfg80211_assoc()4505 req->crypto.ciphers_pairwise[0]; in mwifiex_cfg80211_associate()
847 switch (params->crypto.ciphers_pairwise[i]) { in nxpwifi_set_secure_params()
3544 req->crypto.ciphers_pairwise[0]; in nxpwifi_cfg80211_associate()
1068 n = min_t(int, c->n_ciphers_pairwise, ARRAY_SIZE(c->ciphers_pairwise)); in wil_print_crypto()1071 c->ciphers_pairwise[i]); in wil_print_crypto()
2044 switch (sme->crypto.ciphers_pairwise[0]) { in brcmf_set_wsec_mode()2060 sme->crypto.ciphers_pairwise[0]); in brcmf_set_wsec_mode()2101 sec->cipher_pairwise = sme->crypto.ciphers_pairwise[0]; in brcmf_set_wsec_mode()2302 sme->crypto.ciphers_pairwise[0]); in brcmf_set_sharedkey()
6552 if (req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_determine_our_sta_mode()6553 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_TKIP || in ieee80211_determine_our_sta_mode()6554 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP104) { in ieee80211_determine_our_sta_mode()
1381 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES]; member