Home
last modified time | relevance | path

Searched refs:pending_req_otp (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_config.h599 char *pending_req_otp; member
H A Deap.c2512 os_free(config->pending_req_otp); in eap_sm_request()
2513 config->pending_req_otp = tmp; in eap_sm_request()
2516 if (config->pending_req_otp == NULL) in eap_sm_request()
2518 txt = config->pending_req_otp; in eap_sm_request()
2674 if (config->pending_req_otp) in eap_sm_notify_ctrl_attached()
H A Deap_ttls.c517 config->pending_req_otp || config->pending_req_sim)) { in eap_ttls_phase2_request_eap()
1353 config->pending_req_otp || in eap_ttls_process_decrypted()
1391 config->pending_req_otp || in eap_ttls_implicit_identity_request()
H A Deap_peap.c782 config->pending_req_otp || config->pending_req_new_password || in eap_peap_phase2_request()
H A Deap_fast.c508 config->pending_req_otp || config->pending_req_new_password || in eap_fast_phase2_request()
H A Deap_teap.c490 config->pending_req_otp || config->pending_req_new_password || in eap_teap_phase2_request()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c8611 os_free(eap->pending_req_otp); in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
8612 eap->pending_req_otp = NULL; in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
H A Dconfig.c2905 os_free(eap->pending_req_otp); in eap_peer_config_free()