RPi-Distro / raspi-config

Configuration tool for the Raspberry Pi
Other
565 stars 206 forks source link

Specify wlan interface when setting wifi country #205

Closed jcapona closed 1 year ago

jcapona commented 1 year ago

Closes #204

Select the first wireless interface returned by list_wlan_interfaces when setting the wi-fi country via wpa_cli.

Also, merging https://github.com/RPi-Distro/raspi-config/pull/162 would prevent from using an invalid wireless interface to perform this operation.

XECDesign commented 1 year ago

Not quite sure I get how you'd hit the problem, but I don't see an issue with the fix. Thanks