Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap.c117 ext_password_free(sm->ext_pw_buf); in eap_deinit_prev_method()
118 sm->ext_pw_buf = NULL; in eap_deinit_prev_method()
2744 ext_password_free(sm->ext_pw_buf); in eap_get_ext_password()
2745 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name); in eap_get_ext_password()
2748 return sm->ext_pw_buf == NULL ? -1 : 0; in eap_get_ext_password()
2767 *len = wpabuf_len(sm->ext_pw_buf); in eap_get_config_password()
2768 return wpabuf_head(sm->ext_pw_buf); in eap_get_config_password()
2796 *len = wpabuf_len(sm->ext_pw_buf); in eap_get_config_password2()
2797 return wpabuf_head(sm->ext_pw_buf); in eap_get_config_password2()
3148 ext_password_free(sm->ext_pw_buf); in eap_sm_set_ext_pw_ctx()
[all …]
Deap_i.h377 struct wpabuf *ext_pw_buf; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
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()
2801 ext_password_free(sm->ext_pw_buf); in eap_get_ext_password()
2802 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name); in eap_get_ext_password()
2805 return sm->ext_pw_buf == NULL ? -1 : 0; in eap_get_ext_password()
2828 *len = wpabuf_len(sm->ext_pw_buf); in eap_get_config_password()
2829 return wpabuf_head(sm->ext_pw_buf); in eap_get_config_password()
2866 *len = wpabuf_len(sm->ext_pw_buf); in eap_get_config_password2()
2867 return wpabuf_head(sm->ext_pw_buf); in eap_get_config_password2()
3226 ext_password_free(sm->ext_pw_buf); in eap_sm_set_ext_pw_ctx()
[all …]
Deap_i.h378 struct wpabuf *ext_pw_buf; member