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.cpp155 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from);
158 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()
767 wifi_gscan_result_t *fixed = &drv_res->fixed; in wifi_handle_full_scan_event()
943 wifi_gscan_result_t *results = (wifi_gscan_result_t *)it2.get_data(); in handleResponse()
947 wifi_gscan_result_t *result = &results[i]; in handleResponse()
1139 int num = len / sizeof(wifi_gscan_result_t); in handleEvent()
1140 wifi_gscan_result_t *inp = (wifi_gscan_result_t *)event.get_vendor_data(); in handleEvent()
1845 wifi_gscan_result_t *fixed = &drv_res->fixed; in handleEvent()