Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:updated

3382 	int updated;
3388 wpa_printf(MSG_DEBUG, "P2P: Peer BSS entry not updated in the "
3393 updated = os_time_before(&wpa_s->p2p_auto_started, &bss->last_update);
3394 wpa_printf(MSG_DEBUG, "P2P: Current BSS entry for peer updated at "
3397 updated ? "": "not ");
3399 return updated;