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.h589 char *pending_req_otp; member
H A Deap.c2468 os_free(config->pending_req_otp); in eap_sm_request()
2469 config->pending_req_otp = tmp; in eap_sm_request()
2472 if (config->pending_req_otp == NULL) in eap_sm_request()
2474 txt = config->pending_req_otp; in eap_sm_request()
2630 if (config->pending_req_otp) in eap_sm_notify_ctrl_attached()
H A Deap_ttls.c492 config->pending_req_otp || config->pending_req_sim)) { in eap_ttls_phase2_request_eap()
1328 config->pending_req_otp || in eap_ttls_process_decrypted()
1366 config->pending_req_otp || in eap_ttls_implicit_identity_request()
H A Deap_peap.c748 config->pending_req_otp || config->pending_req_new_password || in eap_peap_phase2_request()
H A Deap_fast.c507 config->pending_req_otp || config->pending_req_new_password || in eap_fast_phase2_request()
H A Deap_teap.c483 config->pending_req_otp || config->pending_req_new_password || in eap_teap_phase2_request()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c7875 os_free(eap->pending_req_otp); in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
7876 eap->pending_req_otp = NULL; in wpa_supplicant_ctrl_iface_ctrl_rsp_handle()
H A Dconfig.c2787 os_free(eap->pending_req_otp); in eap_peer_config_free()