Krunal Soni 4a020c72f4 qcacld-3.0: Refactor & fix the SAP HDD APIs to maintain symmetry
Current driver is not having wlansap_open() and wlansap_close()
symmetrical and same goes for wlansap_start() and wlansap_stop()
which may create confusion in understanding.

Caller of these APIs should also maintain the symmetry while calling
them. Fix callers who are not following the symmetry.

When hostapd starts, it sends change interface command. After that if
user does "ifconfig <intf> down" to temporary tear down the SAP session
then in such cases driver needs to wipe-out the sap session.

Again if "ifconfig <intf> up" comes down to bring up SAP session again
then SAP session needs to be re-initialized.

Remove some of the unused APIs related to SAP operations.

CRs-Fixed: 2135994
Change-Id: Ib22dfa375217a48448c5a7872a9a2ed154dd862f
2017-11-01 17:38:59 -07:00

This is CNSS WLAN Host Driver for products starting from iHelium
Description
No description provided
Readme 226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%