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, having only the wan_radio enabled on a nodes phy does trigger: logger -s -t "ffac-ssid-changer" -p 5 "could not set to online state: did neither find SSID '$ONLINE_SSID' nor '$OFFLINE_SSID'. Please reboot"
This is the case if grep "^ssid=" /var/run/hostapd-phy0.conf | cut -d"=" -f2 shows only the wan_radio configured through gluon-web-private-wifi
I think this case should therefore be ignored (as log_debug).
The text was updated successfully, but these errors were encountered:
Currently, having only the wan_radio enabled on a nodes phy does trigger:
logger -s -t "ffac-ssid-changer" -p 5 "could not set to online state: did neither find SSID '$ONLINE_SSID' nor '$OFFLINE_SSID'. Please reboot"
This is the case if
grep "^ssid=" /var/run/hostapd-phy0.conf | cut -d"=" -f2
shows only the wan_radio configured throughgluon-web-private-wifi
I think this case should therefore be ignored (as log_debug).
The text was updated successfully, but these errors were encountered: