Home
last modified time | relevance | path

Searched refs:dpp_pb_time (Results 1 – 4 of 4) sorted by relevance

/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c2200 return (wpa_s->dpp_pb_time.sec || wpa_s->dpp_pb_time.usec) && in wpas_dpp_pb_active()
5585 if (os_reltime_expired(&now, &wpa_s->dpp_pb_time, 100)) { in wpas_dpp_pb_next()
5693 if (!wpa_s->dpp_pb_time.sec && !wpa_s->dpp_pb_time.usec) in wpas_dpp_pb_scan_res_handler()
5716 os_get_reltime(&wpa_s->dpp_pb_time); in wpas_dpp_push_button()
5787 wpa_s->dpp_pb_time.sec = 0; in wpas_dpp_push_button_stop()
5788 wpa_s->dpp_pb_time.usec = 0; in wpas_dpp_push_button_stop()
Dwpa_supplicant_i.h1532 struct os_reltime dpp_pb_time; member
/hostap-latest/src/ap/
Dhostapd.h81 struct os_reltime dpp_pb_time; member
Ddpp_hostapd.c1531 return ifaces && (ifaces->dpp_pb_time.sec || in hostapd_dpp_pb_active()
1532 ifaces->dpp_pb_time.usec); in hostapd_dpp_pb_active()
3931 os_get_reltime(&ifaces->dpp_pb_time); in hostapd_dpp_push_button()
3962 ifaces->dpp_pb_time.sec = 0; in hostapd_dpp_push_button_stop()
3963 ifaces->dpp_pb_time.usec = 0; in hostapd_dpp_push_button_stop()