Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c2738 struct os_reltime rnow; in wpas_dpp_rx_peer_disc_resp() local
2861 os_get_reltime(&rnow); in wpas_dpp_rx_peer_disc_resp()
2862 entry->expiration = rnow.sec + seconds; in wpas_dpp_rx_peer_disc_resp()
2863 entry->reauth_time = rnow.sec + seconds; in wpas_dpp_rx_peer_disc_resp()
3900 struct os_reltime rnow; in wpas_dpp_rx_priv_peer_intro_notify() local
4014 os_get_reltime(&rnow); in wpas_dpp_rx_priv_peer_intro_notify()
4015 entry->expiration = rnow.sec + seconds; in wpas_dpp_rx_priv_peer_intro_notify()
4016 entry->reauth_time = rnow.sec + seconds; in wpas_dpp_rx_priv_peer_intro_notify()