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

/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_config.h569 * pending_req_otp - Whether there is a pending OTP request
575 char *pending_req_otp; member in struct:eap_peer_config
H A Deap.c1529 os_free(config->pending_req_otp);
1530 config->pending_req_otp = tmp;
1533 if (config->pending_req_otp == NULL)
1535 txt = config->pending_req_otp;
1670 if (config->pending_req_otp)
H A Deap_ttls.c605 config->pending_req_otp)) {
1486 config->pending_req_otp ||
H A Deap_peap.c747 config->pending_req_otp || config->pending_req_new_password)) {
H A Deap_fast.c474 config->pending_req_otp || config->pending_req_new_password)) {
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c420 os_free(eap->pending_req_otp);
421 eap->pending_req_otp = NULL;
H A Dconfig.c1648 os_free(eap->pending_req_otp);

Completed in 155 milliseconds