Searched refs:pending_req_otp (Results 1 - 17 of 17) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_config.h643 * pending_req_otp - Whether there is a pending OTP request
649 char *pending_req_otp; member in struct:eap_peer_config
H A Deap.c2425 os_free(config->pending_req_otp);
2426 config->pending_req_otp = tmp;
2429 if (config->pending_req_otp == NULL)
2431 txt = config->pending_req_otp;
2587 if (config->pending_req_otp)
H A Deap_ttls.c461 config->pending_req_otp || config->pending_req_sim)) {
1297 config->pending_req_otp ||
1335 config->pending_req_otp ||
H A Deap_peap.c729 config->pending_req_otp || config->pending_req_new_password ||
H A Deap_fast.c487 config->pending_req_otp || config->pending_req_new_password ||
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_config.h643 * pending_req_otp - Whether there is a pending OTP request
649 char *pending_req_otp; member in struct:eap_peer_config
H A Deap.c2425 os_free(config->pending_req_otp);
2426 config->pending_req_otp = tmp;
2429 if (config->pending_req_otp == NULL)
2431 txt = config->pending_req_otp;
2587 if (config->pending_req_otp)
H A Deap_ttls.c461 config->pending_req_otp || config->pending_req_sim)) {
1297 config->pending_req_otp ||
1335 config->pending_req_otp ||
H A Deap_peap.c729 config->pending_req_otp || config->pending_req_new_password ||
H A Deap_fast.c487 config->pending_req_otp || config->pending_req_new_password ||
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_config.h643 * pending_req_otp - Whether there is a pending OTP request
649 char *pending_req_otp; member in struct:eap_peer_config
H A Deap.c2425 os_free(config->pending_req_otp);
2426 config->pending_req_otp = tmp;
2429 if (config->pending_req_otp == NULL)
2431 txt = config->pending_req_otp;
2587 if (config->pending_req_otp)
H A Deap_ttls.c461 config->pending_req_otp || config->pending_req_sim)) {
1297 config->pending_req_otp ||
1335 config->pending_req_otp ||
H A Deap_peap.c729 config->pending_req_otp || config->pending_req_new_password ||
H A Deap_fast.c487 config->pending_req_otp || config->pending_req_new_password ||
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c6426 os_free(eap->pending_req_otp);
6427 eap->pending_req_otp = NULL;
H A Dconfig.c2451 os_free(eap->pending_req_otp);

Completed in 189 milliseconds