Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c334 wait_time = hapd->dpp_resp_wait_time ? in hostapd_dpp_reply_wait_timeout()
335 hapd->dpp_resp_wait_time : 2000; in hostapd_dpp_reply_wait_timeout()
507 max_wait_time = hapd->dpp_resp_wait_time ? in hostapd_dpp_auth_init_next()
508 hapd->dpp_resp_wait_time : 2000; in hostapd_dpp_auth_init_next()
1406 max_wait_time = hapd->dpp_resp_wait_time ? in hostapd_dpp_rx_reconfig_announcement()
1407 hapd->dpp_resp_wait_time : 2000; in hostapd_dpp_rx_reconfig_announcement()
H A Dhostapd.h397 unsigned int dpp_resp_wait_time; member
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c555 wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_reply_wait_timeout()
556 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_reply_wait_timeout()
721 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_auth_init_next()
722 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_auth_init_next()
2190 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_rx_reconfig_announcement()
2191 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_rx_reconfig_announcement()
H A Dwpa_supplicant_i.h1464 unsigned int dpp_resp_wait_time; member
H A Dctrl_iface.c682 wpa_s->dpp_resp_wait_time = atoi(value); in wpa_supplicant_ctrl_iface_set()
8422 wpa_s->dpp_resp_wait_time = 0; in wpa_supplicant_ctrl_iface_flush()
/freebsd-13.1/contrib/wpa/hostapd/
H A Dctrl_iface.c1527 hapd->dpp_resp_wait_time = atoi(value); in hostapd_ctrl_iface_set()