QSAP: Add support to set owe_transition_ifname parameter
CRs-Fixed: 2356574 Change-Id: Ib06fdc0e7120328e8cae07a4441ab23045e0c45c
This commit is contained in:
@@ -185,6 +185,7 @@ static struct Command cmd_list[eCMD_LAST] = {
|
|||||||
{ "wowlan_triggers", "any" },
|
{ "wowlan_triggers", "any" },
|
||||||
{ "accept_mac_file", NULL },
|
{ "accept_mac_file", NULL },
|
||||||
{ "deny_mac_file", NULL },
|
{ "deny_mac_file", NULL },
|
||||||
|
{ "owe_transition_ifname", NULL },
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -354,6 +354,7 @@ typedef enum esap_cmd {
|
|||||||
eCMD_WOWLAN_TRIGGERS = 80,
|
eCMD_WOWLAN_TRIGGERS = 80,
|
||||||
eCMD_ACCEPT_MAC_FILE = 81,
|
eCMD_ACCEPT_MAC_FILE = 81,
|
||||||
eCMD_DENY_MAC_FILE = 82,
|
eCMD_DENY_MAC_FILE = 82,
|
||||||
|
eCMD_OWE_TRANS_IFNAME = 83,
|
||||||
|
|
||||||
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