Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_rrm.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()
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.h373 unsigned int range_req_active:1; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_rrm.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.h358 unsigned int range_req_active:1; member