/external/wpa_supplicant_8/src/ap/ |
D | neighbor_db.c | 49 char lci[2 * 255 + 1]; in hostapd_neighbor_show() local 63 lci[0] = '\0'; in hostapd_neighbor_show() 64 if (nr->lci) in hostapd_neighbor_show() 65 wpa_snprintf_hex(lci, sizeof(lci), in hostapd_neighbor_show() 66 wpabuf_head(nr->lci), in hostapd_neighbor_show() 67 wpabuf_len(nr->lci)); in hostapd_neighbor_show() 79 nr->lci ? " lci=" : "", lci, in hostapd_neighbor_show() 95 wpabuf_free(nr->lci); in hostapd_neighbor_clear_entry() 96 nr->lci = NULL; in hostapd_neighbor_clear_entry() 122 const struct wpabuf *nr, const struct wpabuf *lci, in hostapd_neighbor_set() argument [all …]
|
D | rrm.c | 189 if (send_lci && nr->lci) in hostapd_neighbor_report_len() 190 len += 2 + wpabuf_len(nr->lci); in hostapd_neighbor_report_len() 201 struct wpa_ssid_value *ssid, u8 lci, in hostapd_send_nei_report_resp() argument 230 send_lci = (lci != 0) && hostapd_check_lci_age(nr, lci_max_age); in hostapd_send_nei_report_resp() 247 if (send_lci && nr->lci) { in hostapd_send_nei_report_resp() 249 wpabuf_put_u8(buf, wpabuf_len(nr->lci)); in hostapd_send_nei_report_resp() 255 wpabuf_put_buf(buf, nr->lci); in hostapd_send_nei_report_resp() 256 *msmt_token = lci; in hostapd_send_nei_report_resp() 287 u8 lci = 0, civic = 0; /* Measurement tokens */ in hostapd_handle_nei_report_req() local 319 lci = ie[2]; /* Measurement Token */ in hostapd_handle_nei_report_req() [all …]
|
D | neighbor_db.h | 19 const struct wpabuf *nr, const struct wpabuf *lci,
|
D | hostapd.h | 136 struct wpabuf *lci; member
|
D | ap_config.h | 1040 struct wpabuf *lci; member
|
D | beacon.c | 1715 params->lci = hapd->iface->conf->lci; in ieee802_11_build_ap_params()
|
D | ap_config.c | 995 wpabuf_free(conf->lci); in hostapd_config_free()
|
/external/llvm-project/mlir/test/Dialect/Shape/ |
D | invalid.mlir | 30 ^bb0(%index: index, %dim: f32, %lci: !shape.size): 41 ^bb0(%index: index, %dim: f32, %lci: index): 52 ^bb0(%index: index, %dim: !shape.size, %lci: !shape.size): 63 ^bb0(%index: index, %dim: !shape.size, %lci: !shape.size): 74 ^bb0(%index: index, %dim: !shape.size, %lci: !shape.size):
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | rrm.c | 142 int lci, int civic, in wpas_rrm_send_neighbor_rep_request() argument 178 (lci ? 2 + MEASURE_REQUEST_LCI_LEN : 0) + in wpas_rrm_send_neighbor_rep_request() 200 if (lci) { in wpas_rrm_send_neighbor_rep_request() 323 if (!wpa_s->lci) in wpas_rrm_build_lci_report() 356 wpabuf_head_u8(wpa_s->lci), in wpas_rrm_build_lci_report() 357 wpabuf_len(wpa_s->lci)) < 0) { in wpas_rrm_build_lci_report()
|
D | ctrl_iface.c | 340 struct wpabuf *lci; in wpas_ctrl_iface_set_lci() local 343 wpabuf_free(wpa_s->lci); in wpas_ctrl_iface_set_lci() 344 wpa_s->lci = NULL; in wpas_ctrl_iface_set_lci() 348 lci = wpabuf_parse_bin(cmd); in wpas_ctrl_iface_set_lci() 349 if (!lci) in wpas_ctrl_iface_set_lci() 353 wpabuf_free(lci); in wpas_ctrl_iface_set_lci() 357 wpabuf_free(wpa_s->lci); in wpas_ctrl_iface_set_lci() 358 wpa_s->lci = lci; in wpas_ctrl_iface_set_lci() 9955 char lci[256 * 2 + 1]; in wpas_ctrl_neighbor_rep_cb() local 9980 lci[0] = '\0'; in wpas_ctrl_neighbor_rep_cb() [all …]
|
D | wpa_supplicant_i.h | 1292 struct wpabuf *lci; member 1531 int lci, int civic,
|
D | sme.c | 311 if (wpa_s->lci) in sme_auth_handle_rrm()
|
D | wpa_supplicant.c | 707 wpabuf_free(wpa_s->lci); in wpa_supplicant_cleanup() 708 wpa_s->lci = NULL; in wpa_supplicant_cleanup()
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | device-var-init.cu | 220 __constant__ int lci; in df_sema() local
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 3088 struct wpabuf *nr, *lci = NULL, *civic = NULL; in hostapd_ctrl_iface_set_neighbor() local 3141 lci = wpabuf_parse_bin(tmp + 4); in hostapd_ctrl_iface_set_neighbor() 3142 if (!lci) { in hostapd_ctrl_iface_set_neighbor() 3163 wpabuf_free(lci); in hostapd_ctrl_iface_set_neighbor() 3175 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic, in hostapd_ctrl_iface_set_neighbor() 3179 wpabuf_free(lci); in hostapd_ctrl_iface_set_neighbor()
|
D | config_file.c | 4380 wpabuf_free(conf->lci); 4381 conf->lci = wpabuf_parse_bin(pos); 4382 if (conf->lci && wpabuf_len(conf->lci) == 0) { 4383 wpabuf_free(conf->lci); 4384 conf->lci = NULL;
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 1477 const struct wpabuf *lci; member
|
D | driver_nl80211.c | 4811 (params->lci && in wpa_driver_nl80211_set_ap() 4813 wpabuf_len(params->lci), in wpa_driver_nl80211_set_ap() 4814 wpabuf_head(params->lci))) || in wpa_driver_nl80211_set_ap()
|
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 53584 2t1ölci
|