From 370ad50a5f1dd907de8f4d201f73eb7139f79dd4 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Mon, 13 Jul 2015 13:42:21 -0700 Subject: Clean up bad command implementation b/22349265 Change-Id: I3d5e0e3c6d06a86f9c59b00754bfc9e5677fe9e7 Signed-off-by: Jerry Lee --- service/lib/wifi_hal_stub.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'service/lib') diff --git a/service/lib/wifi_hal_stub.cpp b/service/lib/wifi_hal_stub.cpp index 2e642dea1..65770f385 100644 --- a/service/lib/wifi_hal_stub.cpp +++ b/service/lib/wifi_hal_stub.cpp @@ -170,6 +170,10 @@ wifi_error wifi_set_alert_handler_stub(wifi_request_id id, wifi_interface_handle return WIFI_ERROR_NOT_SUPPORTED; } +wifi_error wifi_reset_alert_handler_stub(wifi_request_id id, wifi_interface_handle iface) { + return WIFI_ERROR_NOT_SUPPORTED; +} + wifi_error wifi_get_firmware_version_stub( wifi_interface_handle iface, char *buffer, int buffer_size) { return WIFI_ERROR_NOT_SUPPORTED; -- cgit v1.2.3