BACKPORT: mac80211_hwsim: notify wmediumd of used MAC addresses

Currently, wmediumd requires each used MAC address to be configured
as a station in the virtual air, but that doesn't make sense as any
station could have multiple MAC addresses, and even have randomized
ones in scanning, etc.

Add some code here to tell wmediumd of used MAC addresses, binding
them to the hardware address. Combined with a wmediumd patch that
makes it track the addresses this allows configuring just the radio
address (42:00:00:00:nn:00 unless the radio was manually created)
in wmediumd as a station, and all addresses that the station uses
are added/removed dynamically.

Tested with random scan, which without this and the corresponding
wmediumd change doesn't get anything through as the sender doesn't
exist as far as wmediumd is concerned (it's random).

Link: https://lore.kernel.org/r/20200323162358.b397b1a1acef.Ice0536e34e5d96c51f97c374ea8af9551347c7e8@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
(cherry picked from commit 5cc58a9ecfa1bbf5fb587ec65e42f15dd5051238)
Signed-off-by: Jeongik Cha <jeongik@google.com>
Bug: 238124637
(cherry picked from commit cc9d67ff745c7e47893a9724824882c1e7b25764)
(cherry picked from https://android-review.googlesource.com/q/commit:3daec397eecd02a6e84ba4a2f2376f165fcc5460)
Merged-In: I973948f65a6303ffff7aa8998b68cc8e6ce98930
Change-Id: I973948f65a6303ffff7aa8998b68cc8e6ce98930
This commit is contained in:
Johannes Berg 2020-03-23 16:24:00 +01:00 committed by Jeongik Cha
parent 8ac436fa26
commit 1221512b02

Diff Content Not Available