summaryrefslogtreecommitdiffstats
path: root/service/lib
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2014-06-02 13:58:08 -0700
committerVinit Deshpande <vinitd@google.com>2014-06-12 08:17:13 -0700
commitefe2d16636992aa9637cd5cf5854e6ea29bbfc5d (patch)
treee24f70b1da95a316022cb7169618ca06eba618cb /service/lib
parentdaac2ad767f6047409987bb22812ab5f295e54df (diff)
downloadframeworks_opt_net_wifi-efe2d16636992aa9637cd5cf5854e6ea29bbfc5d.tar.gz
frameworks_opt_net_wifi-efe2d16636992aa9637cd5cf5854e6ea29bbfc5d.tar.bz2
frameworks_opt_net_wifi-efe2d16636992aa9637cd5cf5854e6ea29bbfc5d.zip
Fixing mako and msm8226 build
msm8226 is using stubs for HAL; updating them for GScan. Change-Id: Ic734a3cbf75bfa4330ac42d3a83886c7b3389445
Diffstat (limited to 'service/lib')
-rw-r--r--service/lib/wifi_hal.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/service/lib/wifi_hal.cpp b/service/lib/wifi_hal.cpp
index b0076f5..c661c82 100644
--- a/service/lib/wifi_hal.cpp
+++ b/service/lib/wifi_hal.cpp
@@ -61,8 +61,8 @@ wifi_error wifi_stop_gscan(wifi_request_id id, wifi_interface_handle iface) {
return WIFI_ERROR_UNINITIALIZED;
}
-wifi_error wifi_get_cached_results(wifi_interface_handle iface, byte flush,
- wifi_scan_result_handler handler) {
+wifi_error wifi_get_cached_gscan_results(wifi_interface_handle iface, byte flush,
+ int max, wifi_scan_result *results, int *num) {
return WIFI_ERROR_UNINITIALIZED;
}
@@ -108,3 +108,4 @@ wifi_error wifi_clear_link_stats(wifi_interface_handle iface,
return WIFI_ERROR_UNINITIALIZED;
}
+