iwd/tools
Andrew Zaborowski 465488878e hwsim: Look up radio address in radio_info
In mac80211_hwsim each radio is assigned two addresses, the second (addr
1) being used over nl80211.  In SendFrame we'd hardcode the mapping of
address 0 to address 1 even though we track all the addresses in radio_info,
so instead use that data to find the radio that has given address 0.  Also
if no address 0 matches what was supplied over DBus try to find a matching
address 1.

There are ways userspace can request different addresses when managing
mac80211_hwsim radios and the hardcoded mapping would become wrong.
2018-05-22 11:35:57 -05:00
..
hwsim.c hwsim: Look up radio address in radio_info 2018-05-22 11:35:57 -05:00
test-runner.c test-runner: fix iwd verbosity 2018-05-21 17:49:01 -05:00
test_runner_kernel_config tools: Remove unused kernel config 2018-01-22 10:27:50 -06:00