Appearance
Disabling the WiFi Module on Raspberry Pi
- Modify your
/boot/config.txtfile inside your Raspberry Pi's SD card. - Add a line
dtoverlay=disable-wifito the file and save changes. - Reboot the Raspberry Pi.
NOTE
If you wish to have WiFi module re-enabled for another purpose, you can repeat the steps above but ignore step 2 and comment out the dtoverlay=disable-wifi
Source: https://forums.raspberrypi.com/viewtopic.php?t=342095#p2049384
