Searched refs:dpp_pb_time (Results 1 – 4 of 4) sorted by relevance
2195 return (wpa_s->dpp_pb_time.sec || wpa_s->dpp_pb_time.usec) && in wpas_dpp_pb_active()5575 if (os_reltime_expired(&now, &wpa_s->dpp_pb_time, 100)) { in wpas_dpp_pb_next()5683 if (!wpa_s->dpp_pb_time.sec && !wpa_s->dpp_pb_time.usec) in wpas_dpp_pb_scan_res_handler()5706 os_get_reltime(&wpa_s->dpp_pb_time); in wpas_dpp_push_button()5777 wpa_s->dpp_pb_time.sec = 0; in wpas_dpp_push_button_stop()5778 wpa_s->dpp_pb_time.usec = 0; in wpas_dpp_push_button_stop()
1521 struct os_reltime dpp_pb_time; member
81 struct os_reltime dpp_pb_time; member
1531 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()