Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:ext_pw_buf

97 	ext_password_free(sm->ext_pw_buf);
98 sm->ext_pw_buf = NULL;
1966 ext_password_free(sm->ext_pw_buf);
1967 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name);
1970 return sm->ext_pw_buf == NULL ? -1 : 0;
1989 *len = wpabuf_len(sm->ext_pw_buf);
1990 return wpabuf_head(sm->ext_pw_buf);
2016 *len = wpabuf_len(sm->ext_pw_buf);
2017 return wpabuf_head(sm->ext_pw_buf);
2357 ext_password_free(sm->ext_pw_buf);
2358 sm->ext_pw_buf = NULL;