Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:ext_pw_buf

109 	ext_password_free(sm->ext_pw_buf);
110 sm->ext_pw_buf = NULL;
2550 ext_password_free(sm->ext_pw_buf);
2551 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name);
2554 return sm->ext_pw_buf == NULL ? -1 : 0;
2573 *len = wpabuf_len(sm->ext_pw_buf);
2574 return wpabuf_head(sm->ext_pw_buf);
2602 *len = wpabuf_len(sm->ext_pw_buf);
2603 return wpabuf_head(sm->ext_pw_buf);
2954 ext_password_free(sm->ext_pw_buf);
2955 sm->ext_pw_buf = NULL;