HomeSort by relevance Sort by last modified time
    Searched refs:lci (Results 1 - 25 of 30) sorted by null

1 2

  /external/wpa_supplicant_8/src/ap/
neighbor_db.c 40 wpabuf_free(nr->lci);
41 nr->lci = NULL;
67 const struct wpabuf *nr, const struct wpabuf *lci,
87 if (lci && wpabuf_len(lci)) {
88 entry->lci = wpabuf_dup(lci);
89 if (!entry->lci || os_get_time(&entry->lci_date))
neighbor_db.h 18 const struct wpabuf *nr, const struct wpabuf *lci,
rrm.c 29 wpa_printf(MSG_DEBUG, "RRM: LCI request (token %u) timed out",
39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token);
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len);
176 /* LCI age is calculated in 10th of a second units. */
189 if (send_lci && nr->lci)
190 len += 2 + wpabuf_len(nr->lci);
201 struct wpa_ssid_value *ssid, u8 lci,
230 send_lci = (lci != 0) && hostapd_check_lci_age(nr, lci_max_age);
247 if (send_lci && nr->lci) {
249 wpabuf_put_u8(buf, wpabuf_len(nr->lci));
287 u8 lci = 0, civic = 0; \/* Measurement tokens *\/ local
    [all...]
ap_config.h 790 struct wpabuf *lci; member in struct:hostapd_config
hostapd.h 111 struct wpabuf *lci; member in struct:hostapd_neighbor_entry
113 /* LCI update time */
ap_config.c 670 wpabuf_free(conf->lci);
  /frameworks/base/wifi/java/android/net/wifi/rtt/
RangingResult.java 90 int numSuccessfulMeasurements, byte[] lci, byte[] lcr, long timestamp) {
99 mLci = lci == null ? EMPTY_BYTE_ARRAY : lci;
107 int numSuccessfulMeasurements, byte[] lci, byte[] lcr, long timestamp) {
116 mLci = lci == null ? EMPTY_BYTE_ARRAY : lci;
243 * @return The Location Configuration Information (LCI) as self-reported by the peer. The format
352 byte[] lci = in.createByteArray();
357 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp);
360 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp)
    [all...]
  /hardware/interfaces/wifi/1.0/
IWifiRttController.hal 98 * API to configure the LCI(Location civic information).
102 * @param lci Instance of |RttLciInformation|.
111 setLci(CommandId cmdId, RttLciInformation lci) generates (WifiStatus status);
types.hal     [all...]
  /hardware/interfaces/wifi/1.2/default/
wifi_rtt_controller.h 58 Return<void> setLci(uint32_t cmd_id, const RttLciInformation& lci,
81 WifiStatus setLciInternal(uint32_t cmd_id, const RttLciInformation& lci);
wifi_rtt_controller.cpp 92 const RttLciInformation& lci,
96 &WifiRttController::setLciInternal, hidl_status_cb, cmd_id, lci);
206 const RttLciInformation& lci) {
208 if (!hidl_struct_util::convertHidlRttLciInformationToLegacy(lci,
  /prebuilts/go/darwin-x86/src/unicode/
example_test.go 179 const lci = 'i'
180 fmt.Printf("%#U\n", t.ToLower(lci))
181 fmt.Printf("%#U\n", t.ToTitle(lci))
182 fmt.Printf("%#U\n", t.ToUpper(lci))
  /prebuilts/go/linux-x86/src/unicode/
example_test.go 179 const lci = 'i'
180 fmt.Printf("%#U\n", t.ToLower(lci))
181 fmt.Printf("%#U\n", t.ToTitle(lci))
182 fmt.Printf("%#U\n", t.ToUpper(lci))
  /hardware/qcom/wlan/qcwcn/wifi_hal/
rtt.cpp 187 // API to configure the LCI. Used in RTT Responder mode only
189 wifi_lci_information *lci)
200 if (lci == NULL) {
201 ALOGE("%s: NULL lci pointer provided."
219 ret = lowiWifiHalApi->rtt_set_lci(id, iface, lci);
wifihal_internal.h 121 // API to configure the LCI. Used in RTT Responder mode only
124 wifi_lci_information *lci);
  /frameworks/base/wifi/tests/src/android/net/wifi/rtt/
WifiRttManagerTest.java 238 byte[] lci = { 0x5, 0x6, 0x7 };
243 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp);
275 * Validate that RangingResults tests equal even if LCI/LCR is empty (length == 0) and null.
288 byte[] lci = { };
292 numAttemptedMeasurements, numSuccessfulMeasurements, lci, lcr, timestamp);
  /hardware/libhardware_legacy/include/hardware_legacy/
rtt.h 95 byte LCI_request; // 1: request LCI, 0: do not request LCI
146 wifi_information_element *LCI; // for 11mc only
200 byte lci_support; // if initiator supports LCI request. Applies to 2-sided RTT
242 /* API for setting LCI/LCR information to be provided to a requestor */
270 // API to configure the LCI. Used in RTT Responder mode only
272 wifi_lci_information *lci);
wifi_hal.h 356 wifi_lci_information *lci);
  /system/chre/chre_api/include/chre_api/chre/
wifi.h 240 //! Special value indicating that an LCI uncertainty fields is not provided
652 //! Location Configuration Information (LCI) information optionally returned
691 } lci; member in struct:chreWifiRangingResult
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 120 * @lci: if set, neighbor request will include LCI request
136 int lci, int civic,
172 (lci ? 2 + MEASURE_REQUEST_LCI_LEN : 0) +
193 if (lci) {
211 /* IEEE P802.11-REVmc/D5.0 9.4.2.21.10 - LCI request */
316 if (!wpa_s->lci)
327 "Not building LCI report - bad location subject");
332 wpa_hexdump(MSG_DEBUG, "LCI request subelements", request, len);
341 /* LCI age is calculated in 10th of a second units. *
    [all...]
wpa_supplicant_i.h 1134 * Content of a measurement report element with type 8 (LCI),
1137 struct wpabuf *lci; member in struct:wpa_supplicant
    [all...]
ctrl_iface.c 342 struct wpabuf *lci; local
345 wpabuf_free(wpa_s->lci);
346 wpa_s->lci = NULL;
350 lci = wpabuf_parse_bin(cmd);
351 if (!lci)
355 wpabuf_free(lci);
359 wpabuf_free(wpa_s->lci);
360 wpa_s->lci = lci;
695 } else if (os_strcasecmp(cmd, "lci") == 0)
9153 char lci[256 * 2 + 1]; local
9233 int ret, lci = 0, civic = 0; local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/rtt/
RttServiceImpl.java     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]
ctrl_iface.c 2533 struct wpabuf *nr, *lci = NULL, *civic = NULL; local
    [all...]

Completed in 1347 milliseconds

1 2