Searched refs:lci (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dneighbor_db.h18 const struct wpabuf *nr, const struct wpabuf *lci,
H A Dneighbor_db.c41 wpabuf_free(nr->lci);
42 nr->lci = NULL;
68 const struct wpabuf *nr, const struct wpabuf *lci,
88 if (lci && wpabuf_len(lci)) {
89 entry->lci = wpabuf_dup(lci);
90 if (!entry->lci || os_get_time(&entry->lci_date))
257 hostapd_neighbor_set(hapd, hapd->own_addr, &ssid, nr, hapd->iconf->lci,
66 hostapd_neighbor_set(struct hostapd_data *hapd, const u8 *bssid, const struct wpa_ssid_value *ssid, const struct wpabuf *nr, const struct wpabuf *lci, const struct wpabuf *civic, int stationary) argument
H A Drrm.c189 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 */ local
319 lci
199 hostapd_send_nei_report_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, struct wpa_ssid_value *ssid, u8 lci, u8 civic, u16 lci_max_age) argument
[all...]
H A Dhostapd.h127 struct wpabuf *lci; member in struct:hostapd_neighbor_entry
H A Dap_config.h977 struct wpabuf *lci; member in struct:hostapd_config
H A Dbeacon.c1373 params->lci = hapd->iface->conf->lci;
H A Dap_config.c892 wpabuf_free(conf->lci);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c120 * @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) {
316 if (!wpa_s->lci)
349 wpabuf_head_u8(wpa_s->lci),
350 wpabuf_len(wpa_s->lci)) < 0) {
134 wpas_rrm_send_neighbor_rep_request(struct wpa_supplicant *wpa_s, const struct wpa_ssid_value *ssid, int lci, int civic, void (*cb)(void *ctx, struct wpabuf *neighbor_rep), void *cb_ctx) argument
H A Dwpa_supplicant_i.h1166 struct wpabuf *lci; member in struct:wpa_supplicant
1368 int lci, int civic,
H A Dctrl_iface.c324 struct wpabuf *lci; local
327 wpabuf_free(wpa_s->lci);
328 wpa_s->lci = NULL;
332 lci = wpabuf_parse_bin(cmd);
333 if (!lci)
337 wpabuf_free(lci);
341 wpabuf_free(wpa_s->lci);
342 wpa_s->lci = lci;
742 } else if (os_strcasecmp(cmd, "lci")
9451 char lci[256 * 2 + 1]; local
9531 int ret, lci = 0, civic = 0; local
[all...]
H A Dsme.c232 if (wpa_s->lci)
H A Dwpa_supplicant.c650 wpabuf_free(wpa_s->lci);
651 wpa_s->lci = NULL;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4260 } else if (os_strcmp(buf, "lci") == 0) {
4261 wpabuf_free(conf->lci);
4262 conf->lci = wpabuf_parse_bin(pos);
4263 if (conf->lci && wpabuf_len(conf->lci) == 0) {
4264 wpabuf_free(conf->lci);
4265 conf->lci = NULL;
H A Dctrl_iface.c2686 struct wpabuf *nr, *lci = NULL, *civic = NULL; local
2734 tmp = os_strstr(buf, "lci=");
2739 lci = wpabuf_parse_bin(tmp + 4);
2740 if (!lci) {
2761 wpabuf_free(lci);
2773 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic,
2777 wpabuf_free(lci);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h1435 * lci - Binary data, the content of an LCI report IE with type 8 as
1438 const struct wpabuf *lci; member in struct:wpa_driver_ap_params

Completed in 347 milliseconds