Searched refs:ext_pw (Results 1 – 10 of 10) sorted by relevance
377 struct ext_password_data *ext_pw; member
2802 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name); in eap_get_ext_password()3228 sm->ext_pw = ext; in eap_sm_set_ext_pw_ctx()
376 struct ext_password_data *ext_pw; member
2745 sm->ext_pw_buf = ext_password_get(sm->ext_pw, name); in eap_get_ext_password()3150 sm->ext_pw = ext; in eap_sm_set_ext_pw_ctx()
682 ext_password_deinit(wpa_s->ext_pw); in test_eapol_clean()683 wpa_s->ext_pw = NULL; in test_eapol_clean()
619 ext_password_deinit(wpa_s->ext_pw); in wpa_supplicant_cleanup()620 wpa_s->ext_pw = NULL; in wpa_supplicant_cleanup()1641 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw, in wpa_supplicant_set_suites()4915 ext_password_deinit(wpa_s->ext_pw);4916 wpa_s->ext_pw = NULL;4931 wpa_s->ext_pw = ext_password_init(val, pos);4933 if (wpa_s->ext_pw == NULL) {4937 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw);
1043 struct ext_password_data *ext_pw; member
680 ext_password_deinit(wpa_s->ext_pw); in test_eapol_clean()681 wpa_s->ext_pw = NULL; in test_eapol_clean()
681 ext_password_deinit(wpa_s->ext_pw); in wpa_supplicant_cleanup()682 wpa_s->ext_pw = NULL; in wpa_supplicant_cleanup()1813 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw, in wpa_supplicant_set_suites()5835 ext_password_deinit(wpa_s->ext_pw);5836 wpa_s->ext_pw = NULL;5851 wpa_s->ext_pw = ext_password_init(val, pos);5853 if (wpa_s->ext_pw == NULL) {5857 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw);
1252 struct ext_password_data *ext_pw; member