Home
last modified time | relevance | path

Searched refs:rtt_result (Results 1 – 7 of 7) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Drtt.cpp624 rttResultsV3[currentIdx]->rtt_result.frequency = in handleEvent()
627 rttResultsV3[currentIdx]->rtt_result.frequency = in handleEvent()
632 rttResultsV3[currentIdx]->rtt_result.frequency); in handleEvent()
639 rttResultsV3[currentIdx]->rtt_result.packet_bw = in handleEvent()
643 rttResultsV3[currentIdx]->rtt_result.packet_bw); in handleEvent()
750 memcpy(&rtt_result_v2->rtt_result, in handleEvent()
786 memcpy(&rtt_result_v3->rtt_result, in handleEvent()
803 rttResultsV3[currentIdx]->rtt_result.rtt_result.burst_num, in handleEvent()
804 rttResultsV3[currentIdx]->rtt_result.rtt_result.measurement_number, in handleEvent()
805 rttResultsV3[currentIdx]->rtt_result.rtt_result.success_number, in handleEvent()
[all …]
/hardware/synaptics/wlan/synadhd/wifi_hal/
Drtt.cpp609 wifi_rtt_result *rtt_result = &rtt_result_v2->rtt_result; in handleEvent() local
610 memcpy(rtt_result, it2.get_data(), it2.get_len()); in handleEvent()
616 ele_1 = (dot11_rm_ie_t *)(rtt_result + 1); in handleEvent()
619 rtt_result->LCI = (wifi_information_element *)ele_1; in handleEvent()
627 rtt_result->LCR = (wifi_information_element *)ele_2; in handleEvent()
631 rtt_result->LCR = (wifi_information_element *)ele_1; in handleEvent()
639 rtt_result->LCI = (wifi_information_element *)ele_2; in handleEvent()
658 currentIdx, rtt_result_v2->rtt_result.burst_num, in handleEvent()
659 rtt_result_v2->rtt_result.measurement_number, in handleEvent()
660 rtt_result_v2->rtt_result.success_number, in handleEvent()
[all …]
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Drtt.h175 wifi_rtt_result rtt_result; // Legacy wifi rtt result structure member
184 wifi_rtt_result_v2 rtt_result; member
209 wifi_rtt_result *rtt_result[]);
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp1247 if (memcmp(addr, rtt_result_v3->rtt_result.rtt_result.addr, sizeof(mac_addr))) { in onRTTResultsV3()
1249 rtt_result_v3->rtt_result.rtt_result.addr[0], in onRTTResultsV3()
1250 rtt_result_v3->rtt_result.rtt_result.addr[1], in onRTTResultsV3()
1251 rtt_result_v3->rtt_result.rtt_result.addr[2], in onRTTResultsV3()
1252 rtt_result_v3->rtt_result.rtt_result.addr[3], in onRTTResultsV3()
1253 rtt_result_v3->rtt_result.rtt_result.addr[4], in onRTTResultsV3()
1254 rtt_result_v3->rtt_result.rtt_result.addr[5]); in onRTTResultsV3()
1255 memcpy(addr, rtt_result_v3->rtt_result.rtt_result.addr, sizeof(mac_addr)); in onRTTResultsV3()
1264 rtt_result_v3->rtt_result.rtt_result.burst_num, in onRTTResultsV3()
1265 rtt_result_v3->rtt_result.rtt_result.measurement_number, in onRTTResultsV3()
[all …]
/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.cpp3059 if (!convertLegacyRttResultToAidl(legacy_result->rtt_result, &aidl_result)) { in convertLegacyVectorOfRttResultV2ToAidl()
3085 if (!convertLegacyRttResultToAidl(legacy_result->rtt_result.rtt_result, &aidl_result)) { in convertLegacyVectorOfRttResultV3ToAidl()
3088 aidl_result.channelFreqMHz = legacy_result->rtt_result.frequency != UNSPECIFIED in convertLegacyVectorOfRttResultV3ToAidl()
3089 ? legacy_result->rtt_result.frequency in convertLegacyVectorOfRttResultV3ToAidl()
3091 aidl_result.packetBw = convertLegacyRttBwToAidl(legacy_result->rtt_result.packet_bw); in convertLegacyVectorOfRttResultV3ToAidl()
Dwifi_legacy_hal.cpp1387 [](wifi_rtt_result* rtt_result) { return rtt_result != nullptr; }); in startRttRangeRequest() argument
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp875 fillLegacyRttResult(&rttResults_v2[i].rtt_result); in TEST_F()
886 verifyRttResult(&rttResults_v2[i].rtt_result, &aidl_results[i]); in TEST_F()