Home
last modified time | relevance | path

Searched refs:civic (Results 1 – 25 of 30) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dneighbor_db.c51 char civic[2 * 255 + 1]; in hostapd_neighbor_show() local
70 civic[0] = '\0'; in hostapd_neighbor_show()
71 if (nr->civic) in hostapd_neighbor_show()
72 wpa_snprintf_hex(civic, sizeof(civic), in hostapd_neighbor_show()
73 wpabuf_head(nr->civic), in hostapd_neighbor_show()
74 wpabuf_len(nr->civic)); in hostapd_neighbor_show()
81 nr->civic ? " civic=" : "", civic, in hostapd_neighbor_show()
98 wpabuf_free(nr->civic); in hostapd_neighbor_clear_entry()
99 nr->civic = NULL; in hostapd_neighbor_clear_entry()
124 const struct wpabuf *civic, int stationary, in hostapd_neighbor_set() argument
[all …]
Dap_rrm.c192 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()
[all …]
Drrm.c192 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()
[all …]
Dneighbor_db.h20 const struct wpabuf *civic, int stationary,
Dhostapd.h137 struct wpabuf *civic; member
Dap_config.h1060 struct wpabuf *civic; member
Dbeacon.c1749 params->civic = hapd->iface->conf->civic; in ieee802_11_build_ap_params()
Dap_config.c1001 wpabuf_free(conf->civic); in hostapd_config_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dneighbor_db.c43 wpabuf_free(nr->civic); in hostapd_neighbor_clear_entry()
44 nr->civic = NULL; in hostapd_neighbor_clear_entry()
69 const struct wpabuf *civic, int stationary) in hostapd_neighbor_set() argument
94 if (civic && wpabuf_len(civic)) { in hostapd_neighbor_set()
95 entry->civic = wpabuf_dup(civic); in hostapd_neighbor_set()
96 if (!entry->civic) in hostapd_neighbor_set()
258 hapd->iconf->civic, hapd->iconf->stationary_ap); in hostapd_neighbor_set_own_report()
Dap_rrm.c192 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()
[all …]
Dneighbor_db.h19 const struct wpabuf *civic, int stationary);
Dhostapd.h128 struct wpabuf *civic; member
Dap_config.h978 struct wpabuf *civic; member
Dbeacon.c1374 params->civic = hapd->iface->conf->civic; in ieee802_11_build_ap_params()
Dap_config.c893 wpabuf_free(conf->civic); in hostapd_config_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Drrm.c136 int lci, int civic, in wpas_rrm_send_neighbor_rep_request() argument
173 (civic ? 2 + MEASURE_REQUEST_CIVIC_LEN : 0)); in wpas_rrm_send_neighbor_rep_request()
227 if (civic) { in wpas_rrm_send_neighbor_rep_request()
Dctrl_iface.c9520 char civic[256 * 2 + 1]; in wpas_ctrl_neighbor_rep_cb() local
9545 civic[0] = '\0'; in wpas_ctrl_neighbor_rep_cb()
9566 if (civic[0]) in wpas_ctrl_neighbor_rep_cb()
9568 wpa_snprintf_hex(civic, sizeof(civic), in wpas_ctrl_neighbor_rep_cb()
9584 civic[0] ? " civic=" : "", civic); in wpas_ctrl_neighbor_rep_cb()
9599 int ret, lci = 0, civic = 0; in wpas_ctrl_iface_send_neighbor_rep() local
9626 civic = 1; in wpas_ctrl_iface_send_neighbor_rep()
9628 ret = wpas_rrm_send_neighbor_rep_request(wpa_s, ssid_p, lci, civic, in wpas_ctrl_iface_send_neighbor_rep()
Dwpa_supplicant_i.h1371 int lci, int civic,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Drrm.c142 int lci, int civic, in wpas_rrm_send_neighbor_rep_request() argument
179 (civic ? 2 + MEASURE_REQUEST_CIVIC_LEN : 0)); in wpas_rrm_send_neighbor_rep_request()
234 if (civic) { in wpas_rrm_send_neighbor_rep_request()
Dctrl_iface.c10302 char civic[256 * 2 + 1]; in wpas_ctrl_neighbor_rep_cb() local
10327 civic[0] = '\0'; in wpas_ctrl_neighbor_rep_cb()
10348 if (civic[0]) in wpas_ctrl_neighbor_rep_cb()
10350 wpa_snprintf_hex(civic, sizeof(civic), in wpas_ctrl_neighbor_rep_cb()
10366 civic[0] ? " civic=" : "", civic); in wpas_ctrl_neighbor_rep_cb()
10381 int ret, lci = 0, civic = 0; in wpas_ctrl_iface_send_neighbor_rep() local
10408 civic = 1; in wpas_ctrl_iface_send_neighbor_rep()
10410 ret = wpas_rrm_send_neighbor_rep_request(wpa_s, ssid_p, lci, civic, in wpas_ctrl_iface_send_neighbor_rep()
Dwpa_supplicant_i.h1660 int lci, int civic,
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c4268 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;
Dap_ctrl_iface.c2686 struct wpabuf *nr, *lci = NULL, *civic = NULL; in hostapd_ctrl_iface_set_neighbor() local
2756 civic = wpabuf_parse_bin(tmp + 6); in hostapd_ctrl_iface_set_neighbor()
2757 if (!civic) { in hostapd_ctrl_iface_set_neighbor()
2773 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic, in hostapd_ctrl_iface_set_neighbor()
2778 wpabuf_free(civic); in hostapd_ctrl_iface_set_neighbor()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c4423 wpabuf_free(conf->civic); in hostapd_config_fill()
4424 conf->civic = wpabuf_parse_bin(pos); in hostapd_config_fill()
4425 if (conf->civic && wpabuf_len(conf->civic) == 0) { in hostapd_config_fill()
4426 wpabuf_free(conf->civic); in hostapd_config_fill()
4427 conf->civic = NULL; in hostapd_config_fill()
Dap_ctrl_iface.c3192 struct wpabuf *nr, *lci = NULL, *civic = NULL; in hostapd_ctrl_iface_set_neighbor() local
3262 civic = wpabuf_parse_bin(tmp + 6); in hostapd_ctrl_iface_set_neighbor()
3263 if (!civic) { in hostapd_ctrl_iface_set_neighbor()
3287 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic, in hostapd_ctrl_iface_set_neighbor()
3293 wpabuf_free(civic); in hostapd_ctrl_iface_set_neighbor()

12