Searched refs:ciphers_pairwise (Results 1 – 12 of 12) sorted by relevance
1016 u32 *ciphers_pairwise = wdev->wext.connect.crypto.ciphers_pairwise; in cfg80211_set_cipher_pairwise() local1019 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()1024 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()1029 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()1034 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()1039 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
1504 connect->crypto.ciphers_pairwise[0] = cipher; in cfg80211_connect()
12072 memcpy(settings->ciphers_pairwise, data, len); in nl80211_crypto_settings()12077 settings->ciphers_pairwise[i])) in nl80211_crypto_settings()
199 __le32 ciphers_pairwise[QLINK_MAX_NR_CIPHER_SUITES]; member
555 ath6kl_set_cipher(vif, sme->crypto.ciphers_pairwise[0], true); in ath6kl_cfg80211_connect()2849 switch (info->crypto.ciphers_pairwise[i]) { in ath6kl_start_ap()2869 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()4499 req->crypto.ciphers_pairwise[0]; in mwifiex_cfg80211_associate()
2043 switch (sme->crypto.ciphers_pairwise[0]) { in brcmf_set_wsec_mode()2059 sme->crypto.ciphers_pairwise[0]); in brcmf_set_wsec_mode()2100 sec->cipher_pairwise = sme->crypto.ciphers_pairwise[0]; in brcmf_set_wsec_mode()2298 sme->crypto.ciphers_pairwise[0]); in brcmf_set_sharedkey()
528 param->p_suites[i] = crypto->ciphers_pairwise[i] & 0xFF; in wilc_parse_join_bss_param()
1694 ret = rtw_cfg80211_set_cipher(psecuritypriv, sme->crypto.ciphers_pairwise[0], true); in cfg80211_rtw_connect()
5840 if (req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_determine_our_sta_mode()5841 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_TKIP || in ieee80211_determine_our_sta_mode()5842 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP104) { in ieee80211_determine_our_sta_mode()
1265 u32 ciphers_pairwise[NL80211_MAX_NR_CIPHER_SUITES]; member