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

@@ -44,6 +44,8 @@ s32 commit(void);
s32 is_softap_enabled(void);
s32 wifi_qsap_start_softap(void);
s32 wifi_qsap_stop_softap(void);
s32 wifi_qsap_start_wigig_softap(void);
s32 wifi_qsap_stop_wigig_softap(void);
s32 wifi_qsap_reload_softap(void);
s32 wifi_qsap_unload_wifi_sta_driver(void);