Add BSS ctx to if_add() driver op
authorJouni Malinen <j@w1.fi>
Sun, 13 Dec 2009 16:54:11 +0000 (18:54 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 13 Dec 2009 16:54:11 +0000 (18:54 +0200)
commit8043e72589a57ed80abe1377fff562f01a9f89a3
tree41bf08aba47bddf7d5a9b514bf473cc265d97366
parent9b5d2b8b9ccbd146f382d36f2a08187d459c532a
Add BSS ctx to if_add() driver op

This remove the need from driver_test.c to go through internal hostapd
structures to find the appropriate BSS when reporting events on secondary
BSSes.
hostapd/driver_i.h
hostapd/hostapd.c
hostapd/vlan_init.c
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/drivers/driver_test.c