Searched refs:LCR (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | rtt.h | 170 wifi_information_element *LCR; // for 11mc and 11az only member
|
/hardware/interfaces/wifi/aidl/default/tests/ |
D | aidl_struct_util_unit_tests.cpp | 36 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/ |
D | rtt.cpp | 627 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/ |
D | IWifiRttController.hal | 114 * API to configure the LCR(Location civic records).
|
D | types.hal | 1922 * 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/ |
D | rtt.cpp | 720 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/ |
D | types.hal | 393 * if initiator supports LCR request. Applies to 2-sided RTT.
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 1289 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/ |
D | aidl_struct_util.cpp | 3019 if (legacy_result.LCR && !convertLegacyIeToAidl(*legacy_result.LCR, &aidl_result->lcr)) { in convertLegacyRttResultToAidl()
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 684 * if initiator supports LCR request. Applies to 2-sided RTT.
|