Searched refs:ext_pw (Results 1 – 5 of 5) 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()
680 ext_password_deinit(wpa_s->ext_pw); in test_eapol_clean()681 wpa_s->ext_pw = NULL; in test_eapol_clean()
679 ext_password_deinit(wpa_s->ext_pw); in wpa_supplicant_cleanup()680 wpa_s->ext_pw = NULL; in wpa_supplicant_cleanup()1816 struct wpabuf *pw = ext_password_get(wpa_s->ext_pw, in wpa_supplicant_set_suites()5826 ext_password_deinit(wpa_s->ext_pw); in wpas_init_ext_pw()5827 wpa_s->ext_pw = NULL; in wpas_init_ext_pw()5842 wpa_s->ext_pw = ext_password_init(val, pos); in wpas_init_ext_pw()5844 if (wpa_s->ext_pw == NULL) { in wpas_init_ext_pw()5848 eapol_sm_set_ext_pw_ctx(wpa_s->eapol, wpa_s->ext_pw); in wpas_init_ext_pw()
1253 struct ext_password_data *ext_pw; member