Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:lci

120  * @lci: if set, neighbor request will include LCI request
136 int lci, int civic,
172 (lci ? 2 + MEASURE_REQUEST_LCI_LEN : 0) +
193 if (lci) {
211 /* IEEE P802.11-REVmc/D5.0 9.4.2.21.10 - LCI request */
316 if (!wpa_s->lci)
327 "Not building LCI report - bad location subject");
332 wpa_hexdump(MSG_DEBUG, "LCI request subelements", request, len);
341 /* LCI age is calculated in 10th of a second units. */
349 wpabuf_head_u8(wpa_s->lci),
350 wpabuf_len(wpa_s->lci)) < 0) {
351 wpa_printf(MSG_DEBUG, "Failed to add LCI report element");