hostapd: Allow use of driver-generated interface addresses
authorEliad Peller <eliad@wizery.com>
Sun, 6 Mar 2016 09:42:37 +0000 (11:42 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 6 Mar 2016 18:00:40 +0000 (20:00 +0200)
commit6448e06415e314125355a9eed730f3ce11b01d60
treefaa843e33af273cbbb50eb695414b9f77de5fab4
parentf2accfe708c4919dce69d1c33d8ff7f8ba75dbf5
hostapd: Allow use of driver-generated interface addresses

Add a new 'use_driver_iface_addr' configuration parameter to allow use
of the default interface address generated by the driver on interface
creation. This can be useful when specific MAC addresses were allocated
to the device and we want to use them for multi-BSS operation.

Signed-off-by: Eliad Peller <eliad@wizery.com>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/hostapd.c