You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the benefit of bringing the device up with the WiFi mode set to WIFI_OFF in the constructor of WiFiSettingsService? I understand that before the device has been configured we want it to come up in AP mode, but I don't understand why we wouldn't want it to go into STA mode and attempt to connect to the last known WiFi network the rest of the time. Is this necessary to get the WiFi configuration under the control of the StatefulService, or to restore the settings from the filesystem?
I'm also unclear on the purpose of setting the WiFi mode to WIFI_MODE_MAX, which has no defined meaning, then immediately back to WIFI_OFF (through equivalent enum WIFI_MODE_NULL).
The text was updated successfully, but these errors were encountered:
What is the benefit of bringing the device up with the WiFi mode set to WIFI_OFF in the constructor of WiFiSettingsService? I understand that before the device has been configured we want it to come up in AP mode, but I don't understand why we wouldn't want it to go into STA mode and attempt to connect to the last known WiFi network the rest of the time. Is this necessary to get the WiFi configuration under the control of the StatefulService, or to restore the settings from the filesystem?
I'm also unclear on the purpose of setting the WiFi mode to WIFI_MODE_MAX, which has no defined meaning, then immediately back to WIFI_OFF (through equivalent enum WIFI_MODE_NULL).
The text was updated successfully, but these errors were encountered: