Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Drtt.h170 wifi_information_element *LCR; // for 11mc and 11az only member
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp36 byte LCR[] = {0x27, 0xE, 0x1, 0x00, 0xB, 0x01, 0x00, 0x0b, 0x00, 0x09, variable
819 EXPECT_EQ(legacy_rtt_result_ptr->LCR->id, aidl_results_ptr->lcr.id); in verifyRttResult()
820 for (int i = 0; i < legacy_rtt_result_ptr->LCR->len; i++) { in verifyRttResult()
821 EXPECT_EQ(legacy_rtt_result_ptr->LCR->data[i], aidl_results_ptr->lcr.data[i]); in verifyRttResult()
845 rtt_result_ptr->LCR = (wifi_information_element*)LCR; in fillLegacyRttResult()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Drtt.cpp627 rtt_result->LCR = (wifi_information_element *)ele_2; in handleEvent()
631 rtt_result->LCR = (wifi_information_element *)ele_1; in handleEvent()
/hardware/interfaces/wifi/1.0/
DIWifiRttController.hal114 * API to configure the LCR(Location civic records).
Dtypes.hal1922 * if initiator supports LCR 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.cpp720 rtt_results_v1->LCR = (wifi_information_element *)ele_2; in handleEvent()
724 rtt_results_v1->LCR = (wifi_information_element *)ele_1; in handleEvent()
/hardware/interfaces/wifi/1.4/
Dtypes.hal393 * if initiator supports LCR request. Applies to 2-sided RTT.
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp1289 if (rtt_result_v3->rtt_result.rtt_result.LCR) { in onRTTResultsV3()
1290 printMsg("LCR id %d\n", rtt_result_v3->rtt_result.rtt_result.LCR->id); in onRTTResultsV3()
1291 printMsg("LCR Len %d\n", rtt_result_v3->rtt_result.rtt_result.LCR->len); in onRTTResultsV3()
1293 rtt_result_v3->rtt_result.rtt_result.LCR->data, in onRTTResultsV3()
1294 rtt_result_v3->rtt_result.rtt_result.LCR->len); in onRTTResultsV3()
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp3019 if (legacy_result.LCR && !convertLegacyIeToAidl(*legacy_result.LCR, &aidl_result->lcr)) { in convertLegacyRttResultToAidl()
/hardware/interfaces/wifi/1.6/
Dtypes.hal684 * if initiator supports LCR request. Applies to 2-sided RTT.