wifi: hal: Add wifi_set_nodfs_flag() function
Bug: 17181998 Change-Id: Iac431c2804e8252273e00c7b490c955f5528c83e Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
d83e4abc7f
commit
fddda3f935
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue