Searched refs:lci_req_active (Results 1 – 2 of 2) sorted by relevance
31 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()
416 unsigned int lci_req_active:1; member