Home
last modified time | relevance | path

Searched refs:ext_pw_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap.c118 ext_password_free(sm->ext_pw_buf); in eap_deinit_prev_method()
119 sm->ext_pw_buf = NULL; in eap_deinit_prev_method()
2845 ext_password_free(sm->ext_pw_buf); in eap_get_ext_password()
2846 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name); in eap_get_ext_password()
2849 return sm->ext_pw_buf == NULL ? -1 : 0; in eap_get_ext_password()
2872 *len = wpabuf_len(sm->ext_pw_buf); in eap_get_config_password()
2873 return wpabuf_head(sm->ext_pw_buf); in eap_get_config_password()
2910 *len = wpabuf_len(sm->ext_pw_buf); in eap_get_config_password2()
2911 return wpabuf_head(sm->ext_pw_buf); in eap_get_config_password2()
3270 ext_password_free(sm->ext_pw_buf); in eap_sm_set_ext_pw_ctx()
[all …]
H A Deap_i.h383 struct wpabuf *ext_pw_buf; member