Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/rsn_supp/
HDwpa_ie.c110 int key_mgmt, int mgmt_group_cipher, in wpa_gen_wpa_ie_rsn() argument
211 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
220 mgmt_group_cipher)); in wpa_gen_wpa_ie_rsn()
304 sm->key_mgmt, sm->mgmt_group_cipher, in wpa_gen_wpa_ie()
HDwpa_ft.c218 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) in wpa_ft_gen_req_ies()
233 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in wpa_ft_gen_req_ies()
620 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC) in wpa_ft_process_igtk_subelem()
HDwpa.c809 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher)) in ieee80211w_set_keys()
816 len = wpa_cipher_key_len(sm->mgmt_group_cipher); in ieee80211w_set_keys()
831 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in ieee80211w_set_keys()
1166 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) && in wpa_supplicant_process_3_of_4()
1168 (unsigned int) wpa_cipher_key_len(sm->mgmt_group_cipher)) { in wpa_supplicant_process_3_of_4()
2544 sm->mgmt_group_cipher = value; in wpa_sm_set_param()
2886 keylen = wpa_cipher_key_len(sm->mgmt_group_cipher); in wpa_wnmsleep_install_key()
2895 if (wpa_sm_set_key(sm, wpa_cipher_to_alg(sm->mgmt_group_cipher), in wpa_wnmsleep_install_key()
HDwpa_i.h80 unsigned int mgmt_group_cipher; member
/NextBSD/contrib/wpa/src/common/
HDwpa_common.c542 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn()
544 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_rsn()
672 data->mgmt_group_cipher = rsn_selector_to_bitfield(pos); in wpa_parse_wpa_ie_rsn()
673 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) { in wpa_parse_wpa_ie_rsn()
676 data->mgmt_group_cipher); in wpa_parse_wpa_ie_rsn()
734 data->mgmt_group_cipher = 0; in wpa_parse_wpa_ie_wpa()
1254 ie1d.mgmt_group_cipher == ie2d.mgmt_group_cipher) in wpa_compare_rsn_ie()
HDwpa_common.h372 int mgmt_group_cipher; member
/NextBSD/contrib/wpa/wpa_supplicant/
HDwpa_supplicant.c356 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_set_non_wpa_policy()
377 wpa_s->mgmt_group_cipher); in wpa_supplicant_set_non_wpa_policy()
860 wpa_s->mgmt_group_cipher = 0; in wpa_supplicant_clear_status()
1120 ie.mgmt_group_cipher = in wpa_supplicant_set_suites()
1136 ie.mgmt_group_cipher); in wpa_supplicant_set_suites()
1243 sel = ie.mgmt_group_cipher; in wpa_supplicant_set_suites()
1248 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_supplicant_set_suites()
1252 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites()
1256 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
1260 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_CMAC_256; in wpa_supplicant_set_suites()
[all …]
HDwpa_supplicant_i.h472 int mgmt_group_cipher; member
/NextBSD/contrib/wpa/src/ap/
HDwpa_auth_ie.c643 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
646 "cipher %d", data.mgmt_group_cipher); in wpa_validate_wpa_ie()
/NextBSD/contrib/wpa/wpa_supplicant/dbus/
HDdbus_new_handlers.c3746 switch (ie_data->mgmt_group_cipher) { in wpas_dbus_get_bss_security_prop()