QSAP: add support for setting EDMG configuration in hostapd
EDMG is disabled by default. Add support for setting EDMG configuration for wigig softap. Change-Id: I64ca5ae8dd4a837e658e07dda5a5ec6417020319 CRs-Fixed: 2567407
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
a2dd08f8d4
commit
1b6053c5cd
@@ -190,6 +190,8 @@ static struct Command cmd_list[eCMD_LAST] = {
|
|||||||
{ "owe_transition_ifname", NULL },
|
{ "owe_transition_ifname", NULL },
|
||||||
{ "sae_require_mfp", NULL },
|
{ "sae_require_mfp", NULL },
|
||||||
{ "ieee80211ax", NULL },
|
{ "ieee80211ax", NULL },
|
||||||
|
{ "enable_edmg", NULL },
|
||||||
|
{ "edmg_channel", NULL },
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -365,6 +365,9 @@ typedef enum esap_cmd {
|
|||||||
|
|
||||||
eCMD_IEEE80211AX = 85,
|
eCMD_IEEE80211AX = 85,
|
||||||
|
|
||||||
|
eCMD_ENABLE_EDMG = 86,
|
||||||
|
eCMD_EDMG_CHANNEL = 87,
|
||||||
|
|
||||||
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