Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_config.h700 char *pending_req_otp; member
Deap.c2430 os_free(config->pending_req_otp); in eap_sm_request()
2431 config->pending_req_otp = tmp; in eap_sm_request()
2434 if (config->pending_req_otp == NULL) in eap_sm_request()
2436 txt = config->pending_req_otp; in eap_sm_request()
2592 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()
Deap_teap.c450 config->pending_req_otp || config->pending_req_new_password || in eap_teap_phase2_request()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_config.h589 char *pending_req_otp; member
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()
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant.c6931 os_free(eap->pending_req_otp);
6932 eap->pending_req_otp = NULL;
Dconfig.c2560 os_free(eap->pending_req_otp); in eap_peer_config_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant.c7924 os_free(eap->pending_req_otp);
7925 eap->pending_req_otp = NULL;
Dconfig.c2787 os_free(eap->pending_req_otp); in eap_peer_config_free()