OSDN Git Service

wifi: hal: Add wifi_set_nodfs_flag() function
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 25 Aug 2014 17:33:19 +0000 (10:33 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 25 Aug 2014 17:33:19 +0000 (10:33 -0700)
Bug: 17181998

Change-Id: Iac431c2804e8252273e00c7b490c955f5528c83e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
include/hardware_legacy/wifi_hal.h

index 9c4baa8..020156e 100644 (file)
@@ -115,6 +115,8 @@ typedef struct {
 wifi_error wifi_set_iface_event_handler(wifi_request_id id, wifi_interface_handle iface, wifi_event_handler eh);
 wifi_error wifi_reset_iface_event_handler(wifi_request_id id, wifi_interface_handle iface);
 
+wifi_error wifi_set_nodfs_flag(wifi_interface_handle handle, u32 nodfs);
+
 /* include various feature headers */
 
 #include "gscan.h"