OSDN Git Service

add HAL api wifi_set_country_code interface
authorxinhe <xinhe@google.com>
Sat, 7 Feb 2015 00:12:35 +0000 (16:12 -0800)
committerxinhe <xinhe@google.com>
Sat, 7 Feb 2015 00:12:35 +0000 (16:12 -0800)
Bug:19300180
Change-Id: I20fdd22932893dde3429a9923f2621234986e08a

include/hardware_legacy/wifi_config.h

index 486f40a..50603b7 100644 (file)
@@ -18,7 +18,9 @@ typedef int wifi_radio;
 wifi_error wifi_extended_dtim_config_set(wifi_request_id id,\r
         wifi_interface_handle iface, int extended_dtim);\r
 \r
-\r
+//set the country code to driver\r
+wifi_error wifi_set_country_code(wifi_request_id id, wifi_interface_handle iface,\r
+        const char* country_code);\r
 #ifdef __cplusplus\r
 }\r
 \r