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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_config.h694 * pending_req_otp - Whether there is a pending OTP request
700 char *pending_req_otp; member in struct:eap_peer_config
H A Deap.c2430 os_free(config->pending_req_otp);
2431 config->pending_req_otp = tmp;
2434 if (config->pending_req_otp == NULL)
2436 txt = config->pending_req_otp;
2592 if (config->pending_req_otp)
H A Deap_ttls.c463 config->pending_req_otp || config->pending_req_sim)) {
1299 config->pending_req_otp ||
1337 config->pending_req_otp ||
H A Deap_peap.c732 config->pending_req_otp || config->pending_req_new_password ||
H A Deap_teap.c450 config->pending_req_otp || config->pending_req_new_password ||
H A Deap_fast.c487 config->pending_req_otp || config->pending_req_new_password ||
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c6882 os_free(eap->pending_req_otp);
6883 eap->pending_req_otp = NULL;
H A Dconfig.c2560 os_free(eap->pending_req_otp);

Completed in 205 milliseconds