4a020c72f4d213e747346f439fe00e237af2571b

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
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%