Home
last modified time | relevance | path

Searched refs:wpa_cipher_valid_mgmt_group (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.c257 if (wpa_cipher_valid_mgmt_group(mgmt_group_cipher)) { in wpa_gen_wpa_ie_rsn()
H A Dwpa.c1908 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) || in mlo_ieee80211w_set_keys()
1926 if (!wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) || in ieee80211w_set_keys()
2616 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) && in wpa_supplicant_process_3_of_4()
2640 wpa_cipher_valid_mgmt_group(sm->mgmt_group_cipher) && in wpa_supplicant_process_3_of_4()
/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h734 int wpa_cipher_valid_mgmt_group(int cipher);
H A Dwpa_common.c1838 int wpa_cipher_valid_mgmt_group(int cipher) in wpa_cipher_valid_mgmt_group() function
2010 if (!wpa_cipher_valid_mgmt_group(data->mgmt_group_cipher)) { in wpa_parse_wpa_ie_rsn()