Searched refs:ciphers_pairwise (Results 1 – 9 of 9) sorted by relevance
1015 u32 *ciphers_pairwise = wdev->wext.connect.crypto.ciphers_pairwise; in cfg80211_set_cipher_pairwise() local1018 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP40; in cfg80211_set_cipher_pairwise()1023 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_WEP104; in cfg80211_set_cipher_pairwise()1028 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_TKIP; in cfg80211_set_cipher_pairwise()1033 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_CCMP; in cfg80211_set_cipher_pairwise()1038 ciphers_pairwise[nr_ciphers] = WLAN_CIPHER_SUITE_AES_CMAC; in cfg80211_set_cipher_pairwise()
1504 connect->crypto.ciphers_pairwise[0] = cipher; in cfg80211_connect()
12517 memcpy(settings->ciphers_pairwise, data, len); in nl80211_crypto_settings()12522 settings->ciphers_pairwise[i])) in nl80211_crypto_settings()
282 aen->ciphers_pairwise[i] = in qtnf_cmd_send_start_ap()283 cpu_to_le32(s->crypto.ciphers_pairwise[i]); in qtnf_cmd_send_start_ap()2132 aen->ciphers_pairwise[i] = in qtnf_cmd_send_connect()2133 cpu_to_le32(sme->crypto.ciphers_pairwise[i]); in qtnf_cmd_send_connect()
199 __le32 ciphers_pairwise[QLINK_MAX_NR_CIPHER_SUITES]; member
75 switch (params->crypto.ciphers_pairwise[i]) { in mwifiex_set_secure_params()
2337 sme->crypto.ciphers_pairwise[0]; in mwifiex_cfg80211_assoc()4506 req->crypto.ciphers_pairwise[0]; in mwifiex_cfg80211_associate()
528 param->p_suites[i] = crypto->ciphers_pairwise[i] & 0xFF; in wilc_parse_join_bss_param()
6027 if (req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP40 || in ieee80211_determine_our_sta_mode()6028 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_TKIP || in ieee80211_determine_our_sta_mode()6029 req->crypto.ciphers_pairwise[i] == WLAN_CIPHER_SUITE_WEP104) { in ieee80211_determine_our_sta_mode()