softap: support for starting/stopping Wigig soft AP

Support new command: eCMD_ENABLE_WIGIG_SOFTAP.

Change-Id: Idf747b74191de4904ca939601a263b9fb8f9e971
CRs-Fixed: 1016741
This commit is contained in:
Dedy Lansky
2016-05-16 11:54:10 +03:00
committed by Gerrit - the friendly Code Review server
parent 4d6c04aa73
commit 350c353182
4 changed files with 132 additions and 0 deletions

View File

@@ -331,6 +331,8 @@ typedef enum esap_cmd {
eCMD_HT_CAPAB = 70,
eCMD_IEEE80211H = 71,
eCMD_ENABLE_WIGIG_SOFTAP = 72,
eCMD_LAST /** New command numbers should be added above this */
} esap_cmd_t;