Merge b44cdad94e on remote branch
Change-Id: I9c7e9422351bb2710b46c38fe782780d9223d1f8
This commit is contained in:
@@ -182,6 +182,10 @@ static struct Command cmd_list[eCMD_LAST] = {
|
|||||||
{ "vendor_elements", NULL },
|
{ "vendor_elements", NULL },
|
||||||
{ "assocresp_elements", NULL },
|
{ "assocresp_elements", NULL },
|
||||||
{ "acs_exclude_dfs", NULL },
|
{ "acs_exclude_dfs", NULL },
|
||||||
|
{ "wowlan_triggers", "any" },
|
||||||
|
{ "accept_mac_file", NULL },
|
||||||
|
{ "deny_mac_file", NULL },
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Command qsap_str[eSTR_LAST] = {
|
struct Command qsap_str[eSTR_LAST] = {
|
||||||
|
|||||||
@@ -351,6 +351,9 @@ typedef enum esap_cmd {
|
|||||||
eCMD_VENDOR_ELEMENT = 77,
|
eCMD_VENDOR_ELEMENT = 77,
|
||||||
eCMD_ASSOCRESP_ELEMENT = 78,
|
eCMD_ASSOCRESP_ELEMENT = 78,
|
||||||
eCMD_ACS_EXCLUDE_DFS = 79,
|
eCMD_ACS_EXCLUDE_DFS = 79,
|
||||||
|
eCMD_WOWLAN_TRIGGERS = 80,
|
||||||
|
eCMD_ACCEPT_MAC_FILE = 81,
|
||||||
|
eCMD_DENY_MAC_FILE = 82,
|
||||||
|
|
||||||
eCMD_LAST /** New command numbers should be added above this */
|
eCMD_LAST /** New command numbers should be added above this */
|
||||||
} esap_cmd_t;
|
} esap_cmd_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user