Searched refs:p2p_auto_started (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h619 struct os_time p2p_auto_started; member in struct:wpa_supplicant
H A Dp2p_supplicant.c3195 updated = os_time_before(&wpa_s->p2p_auto_started, &bss->last_update);
3622 os_get_time(&wpa_s->p2p_auto_started);
3625 wpa_s->p2p_auto_started.sec,
3626 wpa_s->p2p_auto_started.usec);
4309 os_get_time(&wpa_s->p2p_auto_started);
4311 wpa_s->p2p_auto_started.sec,
4312 wpa_s->p2p_auto_started.usec);

Completed in 98 milliseconds