Home
last modified time | relevance | path

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

/device/linaro/poplar/wifi/wifi_hal/
Dcommon.h231 } wifi_gscan_result_t; typedef
234 wifi_gscan_result_t fixed;
Dgscan.cpp173 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from);
176 void convert_to_hal_result(wifi_scan_result *to, wifi_gscan_result_t *from) in convert_to_hal_result()
784 wifi_gscan_result_t *fixed = &drv_res->fixed; in wifi_handle_full_scan_event()
960 wifi_gscan_result_t *results = (wifi_gscan_result_t *)it2.get_data(); in handleResponse()
964 wifi_gscan_result_t *result = &results[i]; in handleResponse()
1161 int num = len / sizeof(wifi_gscan_result_t); in handleEvent()
1162 wifi_gscan_result_t *inp = (wifi_gscan_result_t *)event.get_vendor_data(); in handleEvent()
1803 wifi_gscan_result_t *fixed = &drv_res->fixed; in handleEvent()