Home | History | Annotate | Download | only in ap

Lines Matching refs:lci

29 	wpa_printf(MSG_DEBUG, "RRM: LCI request (token %u) timed out",
39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token);
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len);
176 /* LCI age is calculated in 10th of a second units. */
189 if (send_lci && nr->lci)
190 len += 2 + wpabuf_len(nr->lci);
201 struct wpa_ssid_value *ssid, u8 lci,
230 send_lci = (lci != 0) && hostapd_check_lci_age(nr, lci_max_age);
247 if (send_lci && nr->lci) {
249 wpabuf_put_u8(buf, wpabuf_len(nr->lci));
255 wpabuf_put_buf(buf, nr->lci);
256 *msmt_token = lci;
287 u8 lci = 0, civic = 0; /* Measurement tokens */
319 lci = ie[2]; /* Measurement Token */
332 hostapd_send_nei_report_resp(hapd, mgmt->sa, token, &ssid, lci, civic,
375 "Request LCI: Destination address is not connected");
381 "Request LCI: Station does not support LCI in RRM");
387 "Request LCI: LCI request is already in process, overriding");
393 /* Measurement request (5) + Measurement element with LCI (10) */