Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h589 char *pending_req_otp; member
Deap.c2454 os_free(config->pending_req_otp); in eap_sm_request()
2455 config->pending_req_otp = tmp; in eap_sm_request()
2458 if (config->pending_req_otp == NULL) in eap_sm_request()
2460 txt = config->pending_req_otp; in eap_sm_request()
2616 if (config->pending_req_otp) in eap_sm_notify_ctrl_attached()
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()
Deap_peap.c748 config->pending_req_otp || config->pending_req_new_password || in eap_peap_phase2_request()
Deap_fast.c507 config->pending_req_otp || config->pending_req_new_password || in eap_fast_phase2_request()
Deap_teap.c483 config->pending_req_otp || config->pending_req_new_password || in eap_teap_phase2_request()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c7668 os_free(eap->pending_req_otp); in wpa_supplicant_ctrl_rsp_handle()
7669 eap->pending_req_otp = NULL; in wpa_supplicant_ctrl_rsp_handle()
Dconfig.c2786 os_free(eap->pending_req_otp); in eap_peer_config_free()