simwifi: fixed @simwifi_nmcli_radio fails on some machines
Seems like some wireless network modules were not labeled as "wireless" in output of lshw -C network
, thus causing @simwifi_nmcli_radio
test fails. iw list
looks to be more robust in this case, returning empty output in case of no wireless modules detected.