Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/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()
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()
Dhostapd.h349 unsigned int lci_req_active:1; member