Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A 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()
H A Dhostapd.h370 u8 lci_req_token; member