/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | neighbor_db.c | 51 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 …]
|
D | ap_rrm.c | 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() [all …]
|
D | rrm.c | 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() [all …]
|
D | neighbor_db.h | 20 const struct wpabuf *civic, int stationary,
|
D | hostapd.h | 137 struct wpabuf *civic; member
|
D | ap_config.h | 1060 struct wpabuf *civic; member
|
D | beacon.c | 1749 params->civic = hapd->iface->conf->civic; in ieee802_11_build_ap_params()
|
D | ap_config.c | 1001 wpabuf_free(conf->civic); in hostapd_config_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | neighbor_db.c | 43 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()
|
D | ap_rrm.c | 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() [all …]
|
D | neighbor_db.h | 19 const struct wpabuf *civic, int stationary);
|
D | hostapd.h | 128 struct wpabuf *civic; member
|
D | ap_config.h | 978 struct wpabuf *civic; member
|
D | beacon.c | 1374 params->civic = hapd->iface->conf->civic; in ieee802_11_build_ap_params()
|
D | ap_config.c | 893 wpabuf_free(conf->civic); in hostapd_config_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | rrm.c | 136 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()
|
D | ctrl_iface.c | 9520 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()
|
D | wpa_supplicant_i.h | 1371 int lci, int civic,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | rrm.c | 142 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()
|
D | ctrl_iface.c | 10302 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()
|
D | wpa_supplicant_i.h | 1660 int lci, int civic,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | ap_config_file.c | 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;
|
D | ap_ctrl_iface.c | 2686 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/ |
D | ap_config_file.c | 4423 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()
|
D | ap_ctrl_iface.c | 3192 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()
|