Searched refs:range_req_active (Results 1 – 2 of 2) sorted by relevance
55 hapd->range_req_active = 0; in hostapd_range_rep_timeout_handler()62 if (!hapd->range_req_active || hapd->range_req_token != token) { in hostapd_handle_range_report()68 hapd->range_req_active = 0; in hostapd_handle_range_report()522 if (hapd->range_req_active) { in hostapd_send_range_req()525 hapd->range_req_active = 0; in hostapd_send_range_req()600 hapd->range_req_active = 1; in hostapd_send_range_req()615 hapd->range_req_active = 0; in hostapd_clean_rrm()
417 unsigned int range_req_active:1; member