Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dneighbor_db.c102 os_memset(&nr->lci_date, 0, sizeof(nr->lci_date)); in hostapd_neighbor_clear_entry()
150 if (!entry->lci || os_get_time(&entry->lci_date)) in hostapd_neighbor_set()
H A Dhostapd.h157 struct os_time lci_date; member
H A Drrm.c170 os_time_sub(&curr, &nr->lci_date, &diff); in hostapd_check_lci_age()