]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Enforce unique address for AP iftype
authorJintao Lin <jintaolin@chromium.org>
Tue, 6 Dec 2022 00:37:04 +0000 (00:37 +0000)
committerJouni Malinen <j@w1.fi>
Sat, 17 Dec 2022 10:11:15 +0000 (12:11 +0200)
commitf9804e3067a73d06dafd4f917fe3e3d645242cf6
tree8a294ebfe0ecd474bbf6b91f15f041edd318b322
parent87bad8afad46a418ee7a4de4c8acd7e670c137d9
nl80211: Enforce unique address for AP iftype

Some Wi-Fi SoCs do not ensure unique MAC address for the new virtual
interface. Enforce unique address is used for the created AP interface
similarly to other previously address interface types.

Signed-off-by: Jintao Lin <jintaolin@chromium.org>
src/drivers/driver_nl80211.c