Packages: Fix for SAP turn ON/OFF fails issue.
Turnig ON/OFF SAP repeatedly when WIFI is ON results in command CMD_SET_AP being received in WifiStaEnabledState of the state machine, which will not be handled and because of this SoftAP is not turned ON and we receive no events thus the check box remains greyed out/disabled. To resolve this wait for WIFI_STATE_CHANGED intent before re-enabling the SAP. Change-Id: I1a37ac6406ea5e342d6dcb80654c2728fa447e57 CRs-Fixed: 525872
Loading
Please register or sign in to comment