Two quick items on managing Wi-Fi on a Raspberry Pi:
- If you want to disable Wi-Fi altogether, you can add the text
dtoverlay=disable-wifi
to the file/boot/config.txt
. - To connect to a hidden SSID, you need to add
scan_ssid=1
to thenetwork
definition in/etc/wpa_supplicant/wpa_supplicant.conf
.