Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_rrm.c30 hapd->lci_req_token); in hostapd_lci_rep_timeout_handler()
38 if (!hapd->lci_req_active || hapd->lci_req_token != token) { in hostapd_handle_lci_report()
398 hapd->lci_req_token++; in hostapd_send_lci_req()
400 if (!hapd->lci_req_token) in hostapd_send_lci_req()
401 hapd->lci_req_token++; in hostapd_send_lci_req()
405 wpabuf_put_u8(buf, hapd->lci_req_token); in hostapd_send_lci_req()
Dhostapd.h355 u8 lci_req_token; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_rrm.c30 hapd->lci_req_token); in hostapd_lci_rep_timeout_handler()
38 if (!hapd->lci_req_active || hapd->lci_req_token != token) { in hostapd_handle_lci_report()
398 hapd->lci_req_token++; in hostapd_send_lci_req()
400 if (!hapd->lci_req_token) in hostapd_send_lci_req()
401 hapd->lci_req_token++; in hostapd_send_lci_req()
405 wpabuf_put_u8(buf, hapd->lci_req_token); in hostapd_send_lci_req()
Drrm.c30 hapd->lci_req_token); in hostapd_lci_rep_timeout_handler()
38 if (!hapd->lci_req_active || hapd->lci_req_token != token) { in hostapd_handle_lci_report()
398 hapd->lci_req_token++; in hostapd_send_lci_req()
400 if (!hapd->lci_req_token) in hostapd_send_lci_req()
401 hapd->lci_req_token++; in hostapd_send_lci_req()
405 wpabuf_put_u8(buf, hapd->lci_req_token); in hostapd_send_lci_req()
Dhostapd.h370 u8 lci_req_token; member