What are you try to do exactly?
If you wish to disable the built-in wifi on an RPi3, for example, you can add the following to /mnt/mmcblk0p1/config.txt: dtoverlay=pi3-disable-wifi
Once the built-in wifi is disabled, the wifi.sh script from the wifi extension looks like it would detect rpine0 from your extenal adapter.
Edit: it also looks like "dtoverlay=disable-wifi" would disable the built-in wifi on both RPi3 and RPi4.