iwd/tools
Andrew Zaborowski d03eeb398c hwsim: Refactor radio, wiphy and interface tracking
Read wiphy addresses from sysfs and perform the wiphy name to wiphy idx
mapping using sysfs.  Do this directly on a new radio notification and
stop using new wiphy notifications except for updating the radio names.
Having the wiphy index available synchronously when parsing a new radio
event we store the wiphy index in the radio_info_rec struct directly and
drop struct wiphy_info_rec as there was a 1:1 mapping.  With this, and
knowing that all radio_info data is available when new interface
notifications are received, the tracking is simplified because dbus
objects can be created and destroyed within the notification handlers.
We also now store both the wiphy hardware address data and separately
the interface MAC addresses and can use them more appropriately in the
medium implementation.
2017-03-03 11:56:50 -06:00
..
hwsim.c hwsim: Refactor radio, wiphy and interface tracking 2017-03-03 11:56:50 -06:00
test-runner.c test-runner: Don't use killall 2016-12-20 12:44:52 -06:00
test_runner_kernel_config tools: Add MD4 to test runner kernel config 2016-12-14 23:01:22 -06:00