Home
last modified time | relevance | path

Searched refs:cipher_suite (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/
H A Dwlan_nl_to_crypto_params.c64 u32 cipher_suite; member
220 .cipher_suite = IW_AUTH_CIPHER_NONE,
225 .cipher_suite = WLAN_CIPHER_SUITE_WEP40,
230 .cipher_suite = WLAN_CIPHER_SUITE_TKIP,
235 .cipher_suite = WLAN_CIPHER_SUITE_CCMP,
240 .cipher_suite = WLAN_CIPHER_SUITE_WEP104,
245 .cipher_suite = WLAN_CIPHER_SUITE_GCMP,
250 .cipher_suite = WLAN_CIPHER_SUITE_GCMP_256,
255 .cipher_suite = WLAN_CIPHER_SUITE_CCMP_256,
260 .cipher_suite = WLAN_CIPHER_SUITE_AES_CMAC,
[all …]
/wlan-driver/wpa_supplicant_8/src/tls/
H A Dtlsv1_record.c
H A Dtlsv1_record.h
H A Dtlsv1_server_read.c
H A Dtlsv1_client_read.c
H A Dtlsv1_server_i.h
H A Dtlsv1_server_write.c
H A Dtlsv1_server.c
H A Dtlsv1_client.c
H A Dtlsv1_client_write.c
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.h223 hdd_translate_rsn_to_csr_encryption_type(uint8_t cipher_suite[4]);
226 hdd_translate_rsn_to_csr_encryption_type(uint8_t cipher_suite[4]);
232 hdd_translate_wpa_to_csr_encryption_type(uint8_t cipher_suite[4]);
H A Dwlan_hdd_assoc.c2750 hdd_translate_rsn_to_csr_encryption_type(uint8_t cipher_suite[4]) in hdd_translate_rsn_to_csr_encryption_type()
2754 if (memcmp(cipher_suite, ccp_rsn_oui04, 4) == 0) in hdd_translate_rsn_to_csr_encryption_type()
2756 else if (memcmp(cipher_suite, ccp_rsn_oui09, 4) == 0) in hdd_translate_rsn_to_csr_encryption_type()
2758 else if (memcmp(cipher_suite, ccp_rsn_oui0a, 4) == 0) in hdd_translate_rsn_to_csr_encryption_type()
2760 else if (memcmp(cipher_suite, ccp_rsn_oui02, 4) == 0) in hdd_translate_rsn_to_csr_encryption_type()
2762 else if (memcmp(cipher_suite, ccp_rsn_oui00, 4) == 0) in hdd_translate_rsn_to_csr_encryption_type()
2764 else if (memcmp(cipher_suite, ccp_rsn_oui01, 4) == 0) in hdd_translate_rsn_to_csr_encryption_type()
2766 else if (memcmp(cipher_suite, ccp_rsn_oui05, 4) == 0) in hdd_translate_rsn_to_csr_encryption_type()
2782 hdd_translate_wpa_to_csr_encryption_type(uint8_t cipher_suite[4]) in hdd_translate_wpa_to_csr_encryption_type()
2786 if (memcmp(cipher_suite, ccp_wpa_oui04, 4) == 0) in hdd_translate_wpa_to_csr_encryption_type()
[all …]
/wlan-driver/wpa_supplicant_8/src/pae/
H A Dieee802_1x_cp.c
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_assoc.h628 hdd_translate_wapi_to_csr_encryption_type(uint8_t cipher_suite[4]);
636 hdd_translate_wapi_to_csr_encryption_type(uint8_t cipher_suite[4]) in hdd_translate_wapi_to_csr_encryption_type()
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_linux.c
/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c