HomeSort by: relevance | last modified time | path
    Searched defs:civic (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
neighbor_db.c 51 char civic[2 * 255 + 1]; local
70 civic[0] = '\0';
71 if (nr->civic)
72 wpa_snprintf_hex(civic, sizeof(civic),
73 wpabuf_head(nr->civic),
74 wpabuf_len(nr->civic));
81 nr->civic ? " civic=" : "", civic,
    [all...]
rrm.c 192 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 = 0; /* Measurement tokens * local
    [all...]
hostapd.h 155 struct wpabuf *civic; member in struct:hostapd_neighbor_entry
ap_config.h 1155 struct wpabuf *civic; member in struct:hostapd_config
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 3356 struct wpabuf *nr, *lci = NULL, *civic = NULL; local
3421 tmp = os_strstr(buf, "civic=");
3426 civic = wpabuf_parse_bin(tmp + 6);
3427 if (!civic) {
3429 "CTRL: SET_NEIGHBOR: Bad civic subelement");
3451 ret = hostapd_neighbor_set(hapd, bssid, &ssid, nr, lci, civic,
3457 wpabuf_free(civic);
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 10628 char civic[256 * 2 + 1]; local
10653 civic[0] = '\0';
10674 if (civic[0])
10676 wpa_snprintf_hex(civic, sizeof(civic),
10692 civic[0] ? " civic=" : "", civic);
10707 int ret, lci = 0, civic = 0; local
10722 * "civic"
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1663 * civic - Binary data, the content of a measurement report IE with
1666 const struct wpabuf *civic; member in struct:wpa_driver_ap_params

Completed in 51 milliseconds