qsap: add functions for calling FST manager start/stop
FST manager start/stop need to be done in sync with start/stop of softAP controller. To support such functionality, added general functions that can be used pre and post softAP start/stop operations. Change-Id: Ic2dd119b1fbfbf88b7b39000c1633792c8a628c2 CRs-Fixed: 1014736
This commit is contained in:
@@ -598,6 +598,9 @@ void qsap_set_ini_filename(void);
|
||||
int qsap_set_channel_range(s8 * cmd);
|
||||
int qsap_get_sap_auto_channel_slection(s32 *pautochan);
|
||||
int qsap_get_mode(s32 *pmode);
|
||||
int qsap_prepare_softap(void);
|
||||
int qsap_unprepare_softap(void);
|
||||
int qsap_is_fst_enabled(void);
|
||||
|
||||
#if __cplusplus
|
||||
}; // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user