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

12

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dneighbor_db.c42 wpabuf_free(nr->civic);
43 nr->civic = NULL;
68 const struct wpabuf *civic, int stationary)
93 if (civic && wpabuf_len(civic)) {
94 entry->civic = wpabuf_dup(civic);
95 if (!entry->civic)
65 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 Dneighbor_db.h19 const struct wpabuf *civic, int stationary);
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 Dap_config.h791 struct wpabuf *civic; member in struct:hostapd_config
H A Dhostapd.h112 struct wpabuf *civic; member in struct:hostapd_neighbor_entry
H A Dap_config.c671 wpabuf_free(conf->civic);
H A Dhostapd.c1676 hapd->iconf->civic, hapd->iconf->stationary_ap);
/external/wpa_supplicant_8/src/ap/
H A Dneighbor_db.c42 wpabuf_free(nr->civic);
43 nr->civic = NULL;
68 const struct wpabuf *civic, int stationary)
93 if (civic && wpabuf_len(civic)) {
94 entry->civic = wpabuf_dup(civic);
95 if (!entry->civic)
65 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 Dneighbor_db.h19 const struct wpabuf *civic, int stationary);
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 Dap_config.h791 struct wpabuf *civic; member in struct:hostapd_config
H A Dhostapd.h112 struct wpabuf *civic; member in struct:hostapd_neighbor_entry
H A Dap_config.c671 wpabuf_free(conf->civic);
H A Dhostapd.c1676 hapd->iconf->civic, hapd->iconf->stationary_ap);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dneighbor_db.c42 wpabuf_free(nr->civic);
43 nr->civic = NULL;
68 const struct wpabuf *civic, int stationary)
93 if (civic && wpabuf_len(civic)) {
94 entry->civic = wpabuf_dup(civic);
95 if (!entry->civic)
65 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 Dneighbor_db.h19 const struct wpabuf *civic, int stationary);
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 Dap_config.h791 struct wpabuf *civic; member in struct:hostapd_config
H A Dhostapd.h112 struct wpabuf *civic; member in struct:hostapd_neighbor_entry
H A Dap_config.c671 wpabuf_free(conf->civic);
/external/wpa_supplicant_8/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.h1318 int lci, int civic,
H A Dctrl_iface.c9154 char civic[256 * 2 + 1]; local
9179 civic[0] = '\0';
9200 if (civic[0])
9202 wpa_snprintf_hex(civic, sizeof(civic),
9218 civic[0] ? " civic=" : "", civic);
9233 int ret, lci = 0, civic = 0; local
9248 * "civic"
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c3706 } else if (os_strcmp(buf, "civic") == 0) {
3707 wpabuf_free(conf->civic);
3708 conf->civic = wpabuf_parse_bin(pos);
3709 if (conf->civic && wpabuf_len(conf->civic) == 0) {
3710 wpabuf_free(conf->civic);
3711 conf->civic = NULL;
H A Dctrl_iface.c2533 struct wpabuf *nr, *lci = NULL, *civic = NULL; local
2598 tmp = os_strstr(buf, "civic=");
2603 civic = wpabuf_parse_bin(tmp + 6);
2604 if (!civic) {
2606 "CTRL: SET_NEIGHBOR: Bad civic subelement");
2620 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic,
2625 wpabuf_free(civic);

Completed in 377 milliseconds

12