Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Drtt.cpp344 int opt_result_size = 0; member in RttCommand
364 opt_result_size = 0; in RttCommand()
367 opt_result_size = 0; in RttCommand()
384 opt_result_size = 0; in RttCommand()
713 opt_result_size += (ele_1->len + DOT11_HDR_LEN); in handleEvent()
726 opt_result_size += (ele_1->len + DOT11_HDR_LEN); in handleEvent()
742 (wifi_rtt_result_v2 *)malloc(RTT_RESULT_V2_SIZE + opt_result_size); in handleEvent()
757 if (opt_result_size && in handleEvent()
758 (opt_result_size == (it2.get_len() - RTT_RESULT_V1_SIZE))) { in handleEvent()
778 (wifi_rtt_result_v3 *)malloc(RTT_RESULT_V3_SIZE + opt_result_size); in handleEvent()
[all …]