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.c363 return WPA_CIPHER_CCMP_256; in rsn_selector_to_bitfield()
955 case WPA_CIPHER_CCMP_256: in wpa_cipher_txt()
1149 case WPA_CIPHER_CCMP_256: in wpa_cipher_key_len()
1174 case WPA_CIPHER_CCMP_256: in wpa_cipher_rsc_len()
1192 case WPA_CIPHER_CCMP_256: in wpa_cipher_to_alg()
1220 return cipher == WPA_CIPHER_CCMP_256 || in wpa_cipher_valid_pairwise()
1230 if (cipher & WPA_CIPHER_CCMP_256) in wpa_cipher_to_suite()
1269 if (ciphers & WPA_CIPHER_CCMP_256) { in rsn_cipher_put_suites()
1321 if (ciphers & WPA_CIPHER_CCMP_256) in wpa_pick_pairwise_cipher()
1322 return WPA_CIPHER_CCMP_256; in wpa_pick_pairwise_cipher()
[all …]
Ddefs.h30 #define WPA_CIPHER_CCMP_256 BIT(9) macro
Dwpa_common.h25 WPA_CIPHER_GCMP_256 | WPA_CIPHER_CCMP_256)
28 WPA_CIPHER_WEP40 | WPA_CIPHER_GCMP_256 | WPA_CIPHER_CCMP_256 | \
/external/wpa_supplicant_8/src/ap/
Dap_config.c777 WPA_CIPHER_CCMP_256 | WPA_CIPHER_GCMP_256))) in hostapd_config_check_bss()
813 WPA_CIPHER_CCMP_256 | in hostapd_config_check_bss()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c264 case WPA_CIPHER_CCMP_256: in atheros_configure_wpa()
309 if (params->wpa_pairwise & WPA_CIPHER_CCMP_256) in atheros_configure_wpa()
Ddriver_nl80211.c5826 case WPA_CIPHER_CCMP_256: in wpa_cipher_to_cipher_suite()
5853 if (num_suites < max_suites && ciphers & WPA_CIPHER_CCMP_256) in wpa_cipher_to_cipher_suites()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c296 bss->wpa_group == WPA_CIPHER_CCMP_256 || in wpa_supplicant_conf_ap()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers.c3826 case WPA_CIPHER_CCMP_256: in wpas_dbus_get_bss_security_prop()
3848 if (ie_data->pairwise_cipher & WPA_CIPHER_CCMP_256) in wpas_dbus_get_bss_security_prop()