Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Drrm.c31 hapd->lci_req_active = 0; in hostapd_lci_rep_timeout_handler()
38 if (!hapd->lci_req_active || hapd->lci_req_token != token) { in hostapd_handle_lci_report()
43 hapd->lci_req_active = 0; in hostapd_handle_lci_report()
385 if (hapd->lci_req_active) { in hostapd_send_lci_req()
388 hapd->lci_req_active = 0; in hostapd_send_lci_req()
431 hapd->lci_req_active = 1; in hostapd_send_lci_req()
563 hapd->lci_req_active = 0; in hostapd_clean_rrm()
H A Dhostapd.h372 unsigned int lci_req_active:1; member