Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_peer/
Deap_config.h700 char *pending_req_otp; member
Deap.c2434 os_free(config->pending_req_otp); in eap_sm_request()
2435 config->pending_req_otp = tmp; in eap_sm_request()
2438 if (config->pending_req_otp == NULL) in eap_sm_request()
2440 txt = config->pending_req_otp; in eap_sm_request()
2596 if (config->pending_req_otp) in eap_sm_notify_ctrl_attached()
Deap_ttls.c463 config->pending_req_otp || config->pending_req_sim)) { in eap_ttls_phase2_request_eap()
1299 config->pending_req_otp || in eap_ttls_process_decrypted()
1337 config->pending_req_otp || in eap_ttls_implicit_identity_request()
Deap_peap.c732 config->pending_req_otp || config->pending_req_new_password || in eap_peap_phase2_request()
Deap_fast.c487 config->pending_req_otp || config->pending_req_new_password || in eap_fast_phase2_request()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c6919 os_free(eap->pending_req_otp); in wpa_supplicant_ctrl_rsp_handle()
6920 eap->pending_req_otp = NULL; in wpa_supplicant_ctrl_rsp_handle()
Dconfig.c2559 os_free(eap->pending_req_otp); in eap_peer_config_free()