Home
last modified time | relevance | path

Searched refs:mgmt_group_cipher (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant/
Dwpa_supplicant.c668 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy()
688 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy()
895 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status()
1253 ie.mgmt_group_cipher = in wpa_supplicant_set_suites()
1269 ie.mgmt_group_cipher); in wpa_supplicant_set_suites()
1337 sel = ie.mgmt_group_cipher; in wpa_supplicant_set_suites()
1342 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_supplicant_set_suites()
1346 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_suites()
1350 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_suites()
Dwpa.c378 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_wpa()
489 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn()
491 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_rsn()
609 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn()
610 if (data->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_parse_wpa_ie_rsn()
613 data->mgmt_group_cipher); in wpa_parse_wpa_ie_rsn()
728 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
794 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) in wpa_gen_wpa_ie_rsn()
810 if (mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in wpa_gen_wpa_ie_rsn()
848 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
[all …]
Dwpa_i.h126 unsigned int mgmt_group_cipher; member
Dwpa.h106 int mgmt_group_cipher; member
Dwpa_supplicant_i.h298 int mgmt_group_cipher; member