QCSDK: Add support of wowlan_triggers, accept/deny_mac_file configuration.

This allows setting of following configs to hostapd.conf through QSAP:
wowlan_triggers accept_mac_file, deny_mac_file

CRs-Fixed: 2336537
Change-Id: If6a9e6a202e7aec86e1a3562bb392459a61287a2
This commit is contained in:
Abhishek Srivastava
2018-10-23 19:18:50 +05:30
parent 996f2a81d8
commit b44cdad94e
2 changed files with 7 additions and 0 deletions

View File

@@ -182,6 +182,10 @@ static struct Command cmd_list[eCMD_LAST] = {
{ "vendor_elements", NULL },
{ "assocresp_elements", NULL },
{ "acs_exclude_dfs", NULL },
{ "wowlan_triggers", "any" },
{ "accept_mac_file", NULL },
{ "deny_mac_file", NULL },
};
struct Command qsap_str[eSTR_LAST] = {