Fix sticking wifi_on to WIFI_DISABLED_AIRPLANE_ON after aiplane mode off

When airplane mode becomes ON during WiFi ON, WIFI_DISABLED_AIRPLANE_ON
is set to wifi_on. After disabling airplane mode, WiFi becomes ON but
wifi_on is not changed to WIFI_ENABLED. This leads to the issue that the
apps which monitor wifi_on may recognize as WiFi OFF. This CL fixes it
by updating wifi_on properly.

Bug: 129112282
Test: builds, boots, manually verified some airplane scenarios
Signed-off-by: Daichi Ueura <daichi.ueura@sony.com>
Change-Id: I21f087a4a22e5ae2c2653694981eb2c7f711bc85
1 file changed