Hi James, On 8/23/21 1:32 PM, James Prestwood wrote: > mac80211_hwsim has a funny quirk with multiple addresses in > radios. Some operations require address index zero, some index > one. And these addresses (possibly a result of how test-runner > initializes radios) sometimes get mixed up. For example scan > results may show a BSS address as 02:00:00:00:00:00, while the > next test run shows 42:00:00:00:00:00. > > Ultimately, sending out frames requires the first nibble of the > address to be 0x4 so to handle both variants of addresses described > above hwsim.py was updated to always bitwise OR the first byte > with 0x40. > --- > autotests/util/hwsim.py | 16 ++++++++++++++-- > 1 file changed, 14 insertions(+), 2 deletions(-) > All applied, thanks.