Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Drrm.c55 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()
472 if (hapd->range_req_active) { in hostapd_send_range_req()
475 hapd->range_req_active = 0; in hostapd_send_range_req()
550 hapd->range_req_active = 1; in hostapd_send_range_req()
565 hapd->range_req_active = 0; in hostapd_clean_rrm()
Dhostapd.h369 unsigned int range_req_active:1; member