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-wifito the file/boot/config.txt. - To connect to a hidden SSID, you need to add
scan_ssid=1to thenetworkdefinition in/etc/wpa_supplicant/wpa_supplicant.conf.