Home
last modified time | relevance | path

Searched refs:radius_cui (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/
Deapol_auth_sm.h72 const char *identity, const char *radius_cui);
Deapol_auth_sm_i.h159 struct wpabuf *radius_cui; /* Chargeable-User-Identity */ member
Deapol_auth_sm.c773 const char *identity, const char *radius_cui) in eapol_auth_alloc() argument
846 if (radius_cui) in eapol_auth_alloc()
847 sm->radius_cui = wpabuf_alloc_copy(radius_cui, in eapol_auth_alloc()
848 os_strlen(radius_cui)); in eapol_auth_alloc()
872 wpabuf_free(sm->radius_cui); in eapol_auth_free()