Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/p2p/
H A Dp2p.c464 struct os_reltime *rx_time) in p2p_add_group_clients() argument
749 if (rx_time == NULL) { in p2p_add_device()
751 rx_time = &time_now; in p2p_add_device()
763 os_reltime_expired(&dev->last_seen, rx_time, in p2p_add_device()
767 (unsigned int) rx_time->sec, in p2p_add_device()
768 (unsigned int) rx_time->usec, in p2p_add_device()
857 rx_time); in p2p_add_device()
871 freq, (unsigned int) rx_time->sec, in p2p_add_device()
872 (unsigned int) rx_time->usec); in p2p_add_device()
3480 MAC2STR(bssid), (unsigned int) rx_time->sec, in p2p_scan_res_handler()
[all …]
H A Dp2p_i.h864 struct os_reltime *rx_time, int level, const u8 *ies,
H A Dp2p.h1615 struct os_reltime *rx_time, int level, const u8 *ies,
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dsta_info.h62 struct os_reltime rx_time; member
H A Dieee802_1x.c1010 os_get_reltime(&sta->pending_eapol_rx->rx_time); in ieee802_1x_save_eapol()
H A Dieee802_11.c4923 os_reltime_sub(&now, &sta->pending_eapol_rx->rx_time, &age); in handle_assoc_cb()