HomeSort by relevance Sort by last modified time
    Searched refs:civic (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_8/src/ap/
neighbor_db.c 42 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)
neighbor_db.h 19 const struct wpabuf *civic, int stationary);
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 109 struct wpabuf *civic; member in struct:hostapd_neighbor_entry
ap_config.h 751 struct wpabuf *civic; member in struct:hostapd_config
ap_config.c 638 wpabuf_free(conf->civic);
hostapd.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 111 /* Measurement Request element + Location Civic Request */
121 * @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) {
247 * Location Civic request */
250 wpabuf_put_u8(buf, 0); /* Civic Location Type: IETF RFC 4776 */
    [all...]
wpa_supplicant_i.h     [all...]
ctrl_iface.c 8884 char civic[256 * 2 + 1]; local
8963 int ret, lci = 0, civic = 0; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
ctrl_iface.c 2285 struct wpabuf *nr, *lci = NULL, *civic = NULL; local
    [all...]

Completed in 2544 milliseconds