]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Add .get_mac_addr() callback for P2P Device
authorArend van Spriel <arend@broadcom.com>
Tue, 25 Jun 2013 10:50:21 +0000 (13:50 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 25 Jun 2013 10:50:21 +0000 (13:50 +0300)
commit597b94f5f4e77ca86d04828386380ba2e575cc65
treec8418c63e4aca9041e218198fac0fd6b03bc9c8a
parent8e12685c43546d03ced5ec5dc4b56486a1204115
nl80211: Add .get_mac_addr() callback for P2P Device

For P2P Device the MAC address is determined upon .init2(). The
wpa_s for this interface retrieves this address in
wpa_supplicant_update_mac_addr() using the .get_mac_addr() callback.

Signed-hostap: Arend van Spriel <arend@broadcom.com>
src/drivers/driver_nl80211.c