Yup, you can't change the country code for WiFi on official ROMs, at least not normally.
You can try the following ADB command:
adb shell cmd wifi force-country-code enabled XX
Replace XX with 2 uppercase letters of the country code of your choosing.
You might need root for that, not sure.