Hi Andrew,
On Tue, 2020-09-29 at 18:37 +0200, Andrew Zaborowski wrote:
Add the "wpa_supplicant_radios=<radio_name_list>"
option in hw.conf's
SETUP section that only reserves radios for the autotest to be able
to
start wpa_supplicant on them, i.e. prevents iwd or hostapd from being
started on them.
Instead could we just add a new group [WPA_S] or [WPA_SUPPLICANT] and
have radN=<config>. This would be consistent with how hostapd works,
and still allows you to reserve radios for wpa_supplicant. And if we
ever require wpa_s specific options in the future we may want a group
for it.
This would also allow you to hide a lot of those init arguments to your
wpa_s constructor since you would already know the config file,
interface, and control socket.
Thanks,
James