Home
last modified time | relevance | path

Searched refs:LCI (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Drtt.h169 wifi_information_element *LCI; // for 11mc and 11az only member
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp33 byte LCI[] = {0x27, 0x1A, 0x1, 0x00, 0x8, 0x01, 0x00, 0x08, 0x00, 0x10, 0x52, variable
815 EXPECT_EQ(legacy_rtt_result_ptr->LCI->id, aidl_results_ptr->lci.id); in verifyRttResult()
816 for (int i = 0; i < legacy_rtt_result_ptr->LCI->len; i++) { in verifyRttResult()
817 EXPECT_EQ(legacy_rtt_result_ptr->LCI->data[i], aidl_results_ptr->lci.data[i]); in verifyRttResult()
844 rtt_result_ptr->LCI = (wifi_information_element*)LCI; in fillLegacyRttResult()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Drtt.cpp619 rtt_result->LCI = (wifi_information_element *)ele_1; in handleEvent()
639 rtt_result->LCI = (wifi_information_element *)ele_2; in handleEvent()
/hardware/interfaces/wifi/1.0/
DIWifiRttController.hal98 * API to configure the LCI(Location civic information).
Dtypes.hal1918 * if initiator supports LCI request. Applies to 2-sided RTT.
1947 * Structs for setting LCI/LCR information to be provided to a requestor.
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Drtt.cpp711 rtt_results_v1->LCI = (wifi_information_element *)ele_1; in handleEvent()
733 rtt_results_v1->LCI = (wifi_information_element *)ele_2; in handleEvent()
/hardware/interfaces/wifi/1.4/
Dtypes.hal388 * if initiator supports LCI request. Applies to 2-sided RTT.
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp1281 if (rtt_result_v3->rtt_result.rtt_result.LCI) { in onRTTResultsV3()
1282 printMsg("LCI id %d\n", rtt_result_v3->rtt_result.rtt_result.LCI->id); in onRTTResultsV3()
1283 printMsg("LCI Len %d\n", rtt_result_v3->rtt_result.rtt_result.LCI->len); in onRTTResultsV3()
1285 rtt_result_v3->rtt_result.rtt_result.LCI->data, in onRTTResultsV3()
1286 rtt_result_v3->rtt_result.rtt_result.LCI->len); in onRTTResultsV3()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp3016 if (legacy_result.LCI && !convertLegacyIeToAidl(*legacy_result.LCI, &aidl_result->lci)) { in convertLegacyRttResultToAidl()
/hardware/interfaces/wifi/1.6/
Dtypes.hal679 * if initiator supports LCI request. Applies to 2-sided RTT.