Occasionally, if I switch from AP to bridge mode via the web UI, the wpa_supplicant file fails to fully write my information and therefore I cannot start up in bridge mode. I checked wpa_supplicant_wpilibpi.conf and here is what was written:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
BELOW THIS LINE EDITED BY RPICONFIGSERVER
network={
ssid="My Network"
p
workaround is to manually update this file to look like this:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
BELOW THIS LINE EDITED BY RPICONFIGSERVER
network={
ssid="My Network"
psk-="MyPassword"
}
Note, this seems to happen randomly as if there is a race condition upon Save.
Occasionally, if I switch from AP to bridge mode via the web UI, the wpa_supplicant file fails to fully write my information and therefore I cannot start up in bridge mode. I checked wpa_supplicant_wpilibpi.conf and here is what was written:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
BELOW THIS LINE EDITED BY RPICONFIGSERVER
network={
ssid="My Network"
p
workaround is to manually update this file to look like this:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
BELOW THIS LINE EDITED BY RPICONFIGSERVER
network={
ssid="My Network"
psk-="MyPassword"
}
Note, this seems to happen randomly as if there is a race condition upon Save.