In softap case DEVICE_IFACE_OPENED flag is not set/cleared when the interface is opened/stopped(hdd_hostapd_open/hdd_hostapd_stop). During the STA+SAP concurrency when the STA is turned off, during the interface down it check's if any interfaces are opened, if no interfaces are opened it starts the timer to close the modules. Since the interface opened flag is not set for softap case the timer is getting kickstarted and resulting in closing the modules even when the SOFTAP is running. To migitate the issue, set/clear the DEVICE_IFACE_OPENED in the adapter even for SOFTAP. Change-Id: I9e3f1391d92473d8a189d9fee6523ec3a7554c96 CRs-Fixed: 1065130 |
||
---|---|---|
.. | ||
inc | ||
src |