Home
last modified time | relevance | path

Searched refs:dpp_resp_wait_time (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Ddpp_hostapd.c618 wait_time = hapd->dpp_resp_wait_time ? in hostapd_dpp_reply_wait_timeout()
619 hapd->dpp_resp_wait_time : 2000; in hostapd_dpp_reply_wait_timeout()
791 max_wait_time = hapd->dpp_resp_wait_time ? in hostapd_dpp_auth_init_next()
792 hapd->dpp_resp_wait_time : 2000; in hostapd_dpp_auth_init_next()
1829 max_wait_time = hapd->dpp_resp_wait_time ? in hostapd_dpp_rx_reconfig_announcement()
1830 hapd->dpp_resp_wait_time : 2000; in hostapd_dpp_rx_reconfig_announcement()
H A Dhostapd.h437 unsigned int dpp_resp_wait_time; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c637 wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_reply_wait_timeout()
638 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_reply_wait_timeout()
805 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_auth_init_next()
806 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_auth_init_next()
2464 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_rx_presence_announcement()
2465 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_rx_presence_announcement()
2564 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_rx_reconfig_announcement()
2565 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_rx_reconfig_announcement()
H A Dwpa_supplicant_i.h1498 unsigned int dpp_resp_wait_time; member
H A Dctrl_iface.c687 wpa_s->dpp_resp_wait_time = atoi(value); in wpa_supplicant_ctrl_iface_set()
8796 wpa_s->dpp_resp_wait_time = 0; in wpa_supplicant_ctrl_iface_flush()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1295 hapd->dpp_resp_wait_time = atoi(value); in hostapd_ctrl_iface_set()