Add driver ops for allocating interface addresses
authorJouni Malinen <jouni.malinen@atheros.com>
Sun, 3 Jan 2010 11:42:06 +0000 (13:42 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 11:42:06 +0000 (13:42 +0200)
commit7bfc47c34f0e683ca6ab7f4f76595ad67b03d0a0
tree85263c5cb9833b0a1b11fe2abe13ec47cd107cd4
parent504e905c6e41b860e2da63bd56d8d296c531a48f
Add driver ops for allocating interface addresses

This adds placeholder code for allowing the virtual interfaces to be
pre-allocated a MAC address before the interface type is known with
drivers that do not handle interface type changes.
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
src/drivers/driver_test.c
wpa_supplicant/driver_i.h