Home
last modified time | relevance | path

Searched refs:ext_pw (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/eap_peer/
Deap_i.h363 struct ext_password_data *ext_pw; member
Deap.c2525 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name); in eap_get_ext_password()
2930 sm->ext_pw = ext; in eap_sm_set_ext_pw_ctx()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c526 ext_password_deinit(wpa_s->ext_pw); in wpa_supplicant_cleanup()
527 wpa_s->ext_pw = NULL; in wpa_supplicant_cleanup()
1299 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw, in wpa_supplicant_set_suites()
3675 ext_password_deinit(wpa_s->ext_pw); in wpas_init_ext_pw()
3676 wpa_s->ext_pw = NULL; in wpas_init_ext_pw()
3691 wpa_s->ext_pw = ext_password_init(val, pos); in wpas_init_ext_pw()
3693 if (wpa_s->ext_pw == NULL) { in wpas_init_ext_pw()
3697 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw); in wpas_init_ext_pw()
Deapol_test.c637 ext_password_deinit(wpa_s->ext_pw); in test_eapol_clean()
638 wpa_s->ext_pw = NULL; in test_eapol_clean()
Dwpa_supplicant_i.h915 struct ext_password_data *ext_pw; member