Searched refs:ext_pw_buf (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h351 struct wpabuf *ext_pw_buf; member in struct:eap_sm
H A Deap.c106 ext_password_free(sm->ext_pw_buf);
107 sm->ext_pw_buf = NULL;
2009 ext_password_free(sm->ext_pw_buf);
2010 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name);
2013 return sm->ext_pw_buf == NULL ? -1 : 0;
2032 *len = wpabuf_len(sm->ext_pw_buf);
2033 return wpabuf_head(sm->ext_pw_buf);
2061 *len = wpabuf_len(sm->ext_pw_buf);
2062 return wpabuf_head(sm->ext_pw_buf);
2413 ext_password_free(sm->ext_pw_buf);
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h351 struct wpabuf *ext_pw_buf; member in struct:eap_sm
H A Deap.c106 ext_password_free(sm->ext_pw_buf);
107 sm->ext_pw_buf = NULL;
2009 ext_password_free(sm->ext_pw_buf);
2010 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name);
2013 return sm->ext_pw_buf == NULL ? -1 : 0;
2032 *len = wpabuf_len(sm->ext_pw_buf);
2033 return wpabuf_head(sm->ext_pw_buf);
2061 *len = wpabuf_len(sm->ext_pw_buf);
2062 return wpabuf_head(sm->ext_pw_buf);
2413 ext_password_free(sm->ext_pw_buf);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h351 struct wpabuf *ext_pw_buf; member in struct:eap_sm
H A Deap.c106 ext_password_free(sm->ext_pw_buf);
107 sm->ext_pw_buf = NULL;
2009 ext_password_free(sm->ext_pw_buf);
2010 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name);
2013 return sm->ext_pw_buf == NULL ? -1 : 0;
2032 *len = wpabuf_len(sm->ext_pw_buf);
2033 return wpabuf_head(sm->ext_pw_buf);
2061 *len = wpabuf_len(sm->ext_pw_buf);
2062 return wpabuf_head(sm->ext_pw_buf);
2413 ext_password_free(sm->ext_pw_buf);
[all...]

Completed in 264 milliseconds