Searched refs:civic (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dneighbor_db.h19 const struct wpabuf *civic, int stationary);
H A Dneighbor_db.c43 wpabuf_free(nr->civic);
44 nr->civic = NULL;
69 const struct wpabuf *civic, int stationary)
94 if (civic && wpabuf_len(civic)) {
95 entry->civic = wpabuf_dup(civic);
96 if (!entry->civic)
258 hapd->iconf->civic, hapd->iconf->stationary_ap);
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.c192 if (send_civic && nr->civic)
193 len += 2 + wpabuf_len(nr->civic);
202 u8 civic, u16 lci_max_age)
231 len = hostapd_neighbor_report_len(buf, nr, send_lci, civic);
259 if (civic && nr->civic) {
261 wpabuf_put_u8(buf, wpabuf_len(nr->civic));
267 wpabuf_put_buf(buf, nr->civic);
268 *msmt_token = civic;
287 u8 lci = 0, civic local
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.h128 struct wpabuf *civic; member in struct:hostapd_neighbor_entry
H A Dap_config.h978 struct wpabuf *civic; member in struct:hostapd_config
H A Dbeacon.c1374 params->civic = hapd->iface->conf->civic;
H A Dap_config.c893 wpabuf_free(conf->civic);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Drrm.c121 * @civic: if set, neighbor request will include civic location request
136 int lci, int civic,
173 (civic ? 2 + MEASURE_REQUEST_CIVIC_LEN : 0));
227 if (civic) {
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.h1368 int lci, int civic,
H A Dctrl_iface.c9452 char civic[256 * 2 + 1]; local
9477 civic[0] = '\0';
9498 if (civic[0])
9500 wpa_snprintf_hex(civic, sizeof(civic),
9516 civic[0] ? " civic=" : "", civic);
9531 int ret, lci = 0, civic = 0; local
9546 * "civic"
[all...]
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c4267 } else if (os_strcmp(buf, "civic") == 0) {
4268 wpabuf_free(conf->civic);
4269 conf->civic = wpabuf_parse_bin(pos);
4270 if (conf->civic && wpabuf_len(conf->civic) == 0) {
4271 wpabuf_free(conf->civic);
4272 conf->civic = NULL;
H A Dctrl_iface.c2686 struct wpabuf *nr, *lci = NULL, *civic = NULL; local
2751 tmp = os_strstr(buf, "civic=");
2756 civic = wpabuf_parse_bin(tmp + 6);
2757 if (!civic) {
2759 "CTRL: SET_NEIGHBOR: Bad civic subelement");
2773 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic,
2778 wpabuf_free(civic);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h1441 * civic - Binary data, the content of a measurement report IE with
1444 const struct wpabuf *civic; member in struct:wpa_driver_ap_params

Completed in 288 milliseconds