Lines Matching refs:civic
192 if (send_civic && nr->civic) in hostapd_neighbor_report_len()
193 len += 2 + wpabuf_len(nr->civic); in hostapd_neighbor_report_len()
202 u8 civic, u16 lci_max_age) in hostapd_send_nei_report_resp() argument
231 len = hostapd_neighbor_report_len(buf, nr, send_lci, civic); in hostapd_send_nei_report_resp()
259 if (civic && nr->civic) { in hostapd_send_nei_report_resp()
261 wpabuf_put_u8(buf, wpabuf_len(nr->civic)); in hostapd_send_nei_report_resp()
267 wpabuf_put_buf(buf, nr->civic); in hostapd_send_nei_report_resp()
268 *msmt_token = civic; in hostapd_send_nei_report_resp()
287 u8 lci = 0, civic = 0; /* Measurement tokens */ in hostapd_handle_nei_report_req() local
324 civic = ie[2]; /* Measurement token */ in hostapd_handle_nei_report_req()
332 hostapd_send_nei_report_resp(hapd, mgmt->sa, token, &ssid, lci, civic, in hostapd_handle_nei_report_req()