QSAP: Add support to set owe_transition_ifname parameter

CRs-Fixed: 2356574
Change-Id: Ib06fdc0e7120328e8cae07a4441ab23045e0c45c
This commit is contained in:
Hu Wang 2018-11-26 18:26:00 +08:00
parent b44cdad94e
commit aa4c6caf36
2 changed files with 2 additions and 0 deletions

View file

@ -185,6 +185,7 @@ static struct Command cmd_list[eCMD_LAST] = {
{ "wowlan_triggers", "any" },
{ "accept_mac_file", NULL },
{ "deny_mac_file", NULL },
{ "owe_transition_ifname", NULL },
};

View file

@ -354,6 +354,7 @@ typedef enum esap_cmd {
eCMD_WOWLAN_TRIGGERS = 80,
eCMD_ACCEPT_MAC_FILE = 81,
eCMD_DENY_MAC_FILE = 82,
eCMD_OWE_TRANS_IFNAME = 83,
eCMD_LAST /** New command numbers should be added above this */
} esap_cmd_t;