Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_CCMP_256 (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dwpa_common.c717 return WPA_CIPHER_CCMP_256; in rsn_selector_to_bitfield()
1422 case WPA_CIPHER_CCMP_256: in wpa_cipher_txt()
1671 case WPA_CIPHER_CCMP_256: in wpa_cipher_key_len()
1692 case WPA_CIPHER_CCMP_256: in wpa_cipher_rsc_len()
1707 case WPA_CIPHER_CCMP_256: in wpa_cipher_to_alg()
1732 return cipher == WPA_CIPHER_CCMP_256 || in wpa_cipher_valid_pairwise()
1742 if (cipher & WPA_CIPHER_CCMP_256) in wpa_cipher_to_suite()
1775 if (ciphers & WPA_CIPHER_CCMP_256) { in rsn_cipher_put_suites()
1827 if (ciphers & WPA_CIPHER_CCMP_256) in wpa_pick_pairwise_cipher()
1828 return WPA_CIPHER_CCMP_256; in wpa_pick_pairwise_cipher()
[all …]
Dwpa_common.h25 WPA_CIPHER_GCMP_256 | WPA_CIPHER_CCMP_256)
28 WPA_CIPHER_GCMP_256 | WPA_CIPHER_CCMP_256 | \
Ddefs.h30 #define WPA_CIPHER_CCMP_256 BIT(9) macro
/external/wpa_supplicant_8/src/ap/
Dap_config.c862 WPA_CIPHER_CCMP_256 | WPA_CIPHER_GCMP_256))) in hostapd_config_check_bss()
882 WPA_CIPHER_CCMP_256 | WPA_CIPHER_GCMP_256))) in hostapd_config_check_bss()
917 WPA_CIPHER_CCMP_256 | in hostapd_config_check_bss()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c268 case WPA_CIPHER_CCMP_256: in atheros_configure_wpa()
314 if (params->wpa_pairwise & WPA_CIPHER_CCMP_256) in atheros_configure_wpa()
Ddriver_nl80211.c2678 case WPA_CIPHER_CCMP_256: in wpa_cipher_to_cipher_suite()
2705 if (num_suites < max_suites && ciphers & WPA_CIPHER_CCMP_256) in wpa_cipher_to_cipher_suites()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c3975 case WPA_CIPHER_CCMP_256: in wpas_dbus_get_bss_security_prop()
3997 if (ie_data->pairwise_cipher & WPA_CIPHER_CCMP_256) in wpas_dbus_get_bss_security_prop()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c397 bss->wpa_group == WPA_CIPHER_CCMP_256 || in wpa_supplicant_conf_ap()