Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
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()
Dhostapd.h444 unsigned int dpp_resp_wait_time; member
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c642 wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_reply_wait_timeout()
643 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_reply_wait_timeout()
810 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_auth_init_next()
811 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_auth_init_next()
2469 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_rx_presence_announcement()
2470 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_rx_presence_announcement()
2569 max_wait_time = wpa_s->dpp_resp_wait_time ? in wpas_dpp_rx_reconfig_announcement()
2570 wpa_s->dpp_resp_wait_time : 2000; in wpas_dpp_rx_reconfig_announcement()
Dwpa_supplicant_i.h1509 unsigned int dpp_resp_wait_time; member
Dctrl_iface.c688 wpa_s->dpp_resp_wait_time = atoi(value); in wpa_supplicant_ctrl_iface_set()
8794 wpa_s->dpp_resp_wait_time = 0; in wpa_supplicant_ctrl_iface_flush()
/hostap-latest/hostapd/
Dctrl_iface.c1298 hapd->dpp_resp_wait_time = atoi(value); in hostapd_ctrl_iface_set()