system/qcom: Add new SoftAP APIs to send new commands to driver

- Add SoftAP API to send initAP cmd to Driver
- Add SoftAP API to send exitAP cmd to Driver
- Add SoftAP API to update macaddr_acl value

CRs-fixed: 331343, 333643

Change-Id: I662b819a4055a652649748461e58b1ab50e0b01e
Acked-by:  Ramasundar Kara Venkata <nkaraven@qca.qualcomm.com>
This commit is contained in:
Sameer Thalappil
2012-01-30 16:56:29 -08:00
committed by Linux Build Service Account
parent baad0d7814
commit caf8792027
4 changed files with 104 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ s32 wifi_qsap_stop_softap(void);
s32 wifi_qsap_reload_softap(void);
s32 wifi_qsap_unload_wifi_sta_driver(void);
#ifdef QCOM_WLAN_CONCURRENCY
s32 wifi_qsap_start_softap_in_concurrency(void);
s32 wifi_qsap_stop_softap_in_concurrency(void);
#endif
#if __cplusplus
}; // extern "C"
#endif