Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
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()
435 if (hapd->lci_req_active) { in hostapd_send_lci_req()
438 hapd->lci_req_active = 0; in hostapd_send_lci_req()
481 hapd->lci_req_active = 1; in hostapd_send_lci_req()
613 hapd->lci_req_active = 0; in hostapd_clean_rrm()
Dhostapd.h416 unsigned int lci_req_active:1; member