Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c66 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, group_cipher); in wpa_gen_wpa_ie_wpa()
77 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, pairwise_cipher); in wpa_gen_wpa_ie_wpa()
147 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, group_cipher); in wpa_gen_wpa_ie_rsn()
163 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, pairwise_cipher); in wpa_gen_wpa_ie_rsn()
251 RSN_SELECTOR_PUT(pos, wpa_cipher_to_suite(WPA_PROTO_RSN, in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c192 RSN_SELECTOR_PUT(pos, wpa_cipher_to_suite(WPA_PROTO_RSN, in wpa_ft_gen_req_ies()
207 RSN_SELECTOR_PUT(pos, wpa_cipher_to_suite(WPA_PROTO_RSN, in wpa_ft_gen_req_ies()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth_ie.c37 suite = wpa_cipher_to_suite(WPA_PROTO_WPA, conf->wpa_group); in wpa_write_wpa_ie()
102 suite = wpa_cipher_to_suite(WPA_PROTO_RSN, conf->wpa_group); in wpa_write_rsn_ie()
453 selector = wpa_cipher_to_suite(WPA_PROTO_RSN, in wpa_validate_wpa_ie()
458 selector = wpa_cipher_to_suite(WPA_PROTO_RSN, in wpa_validate_wpa_ie()
474 selector = wpa_cipher_to_suite(WPA_PROTO_WPA, in wpa_validate_wpa_ie()
479 selector = wpa_cipher_to_suite(WPA_PROTO_WPA, in wpa_validate_wpa_ie()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.h446 u32 wpa_cipher_to_suite(int proto, int cipher);
Dwpa_common.c1425 u32 wpa_cipher_to_suite(int proto, int cipher) in wpa_cipher_to_suite() function