Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcommon.h214 } wifi_gscan_result_t; typedef
217 wifi_gscan_result_t fixed;
Dgscan.cpp156 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from);
159 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()
768 wifi_gscan_result_t *fixed = &drv_res->fixed; in wifi_handle_full_scan_event()
944 wifi_gscan_result_t *results = (wifi_gscan_result_t *)it2.get_data(); in handleResponse()
948 wifi_gscan_result_t *result = &results[i]; in handleResponse()
1145 int num = len / sizeof(wifi_gscan_result_t); in handleEvent()
1146 wifi_gscan_result_t *inp = (wifi_gscan_result_t *)event.get_vendor_data(); in handleEvent()
1787 wifi_gscan_result_t *fixed = &drv_res->fixed; in handleEvent()