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
Currently the process of updating the WiFi config requires setting wifi_wpa2ent_username to None to disable it, which is both confusing, and throws a KeyError if a user tries to do it twice.
It would be good to have this as an explicit separate setting, like wifi_wpa2ent_enable that can be set to avoid the confusion, and remove problems such as users setting the username to the string "None" etc.
The text was updated successfully, but these errors were encountered:
Currently the process of updating the WiFi config requires setting
wifi_wpa2ent_username
toNone
to disable it, which is both confusing, and throws a KeyError if a user tries to do it twice.It would be good to have this as an explicit separate setting, like
wifi_wpa2ent_enable
that can be set to avoid the confusion, and remove problems such as users setting the username to the string "None" etc.The text was updated successfully, but these errors were encountered: