Searched refs:LCI (Results 1 – 10 of 10) sorted by relevance
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/ |
D | rtt.h | 169 wifi_information_element *LCI; // for 11mc and 11az only member
|
/hardware/interfaces/wifi/aidl/default/tests/ |
D | aidl_struct_util_unit_tests.cpp | 33 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/ |
D | rtt.cpp | 619 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/ |
D | IWifiRttController.hal | 98 * API to configure the LCI(Location civic information).
|
D | types.hal | 1918 * 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/ |
D | rtt.cpp | 711 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/ |
D | types.hal | 388 * if initiator supports LCI request. Applies to 2-sided RTT.
|
/hardware/broadcom/wlan/bcmdhd/halutil/ |
D | halutil.cpp | 1281 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/ |
D | aidl_struct_util.cpp | 3016 if (legacy_result.LCI && !convertLegacyIeToAidl(*legacy_result.LCI, &aidl_result->lci)) { in convertLegacyRttResultToAidl()
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 679 * if initiator supports LCI request. Applies to 2-sided RTT.
|