mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-21 22:09:23 +01:00
t-runner: Make radio and interface lists optional
This commit is contained in:
parent
0b8d641d2e
commit
912a97719a
@ -1349,9 +1349,10 @@ static void create_network_and_run_tests(const void *key, void *value,
|
||||
if (!configure_hw_radios(hw_settings, hwsim_radio_ids, if_name_map))
|
||||
goto exit_hwsim;
|
||||
|
||||
list_hwsim_radios();
|
||||
|
||||
list_interfaces();
|
||||
if (verbose_out) {
|
||||
list_hwsim_radios();
|
||||
list_interfaces();
|
||||
}
|
||||
|
||||
if (!configure_hostapd_instances(hw_settings, config_dir_path,
|
||||
if_name_map, hostapd_pids))
|
||||
|
Loading…
Reference in New Issue
Block a user