problem in copying wpa_supplicant.conf information from /boot on startup

Bug #1879811 reported by Scott Daniels
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Raspbian
New
Undecided
Unassigned

Bug Description

When creating a network interface by creating a wpa_supplicant.conf file in the /boot volume, the enclosing quotes for the ssid are not carried over, and the wlan interface thereby fails.

In /boot/wpa_supplicant.conf:

...
network={
        ssid="Office"
        psk=b5c75967571eb215b636c3f2d2cd460320b9c731c4b32c6eebf5b6d378aoeu0a8
}

becomes in /etc/wpa_supplicant/wpa_supplicant.conf after startup:

...
network={
        ssid=Office
        psk=b5c75967571eb215b636c3f2d2cd460320b9c731c4b32c6eebf5b6d378aoeu0a8
}

Thus configured, the wlan0 interface fails to connect to the network. When adding the quotes around `Office` back in and rebooting, the wlan0 interface works.

Here is my OS version:

pi@indicator:~ $ uname -a
Linux indicator 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l GNU/Linux
pi@indicator:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.