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:
Alexei Avshalom Lazar
2019-11-14 11:33:49 +02:00
committed by Gerrit - the friendly Code Review server
parent a2dd08f8d4
commit 1b6053c5cd
2 changed files with 5 additions and 0 deletions

View File

@@ -365,6 +365,9 @@ typedef enum esap_cmd {
eCMD_IEEE80211AX = 85,
eCMD_ENABLE_EDMG = 86,
eCMD_EDMG_CHANNEL = 87,
eCMD_LAST /** New command numbers should be added above this */
} esap_cmd_t;