Add own_addr as a parameter to sta_deauth() and sta_disassoc()
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 17 Apr 2009 08:37:22 +0000 (11:37 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 17 Apr 2009 08:37:22 +0000 (11:37 +0300)
commit731723a5bd3e899173e88732a4ca843d536cc8c4
tree4556a9668c8a1c870d7970628d005c1141a3af1e
parent7af376e456f3e6e4154044135799a450959405ed
Add own_addr as a parameter to sta_deauth() and sta_disassoc()

This fixes deauth/disassoc frames in secondary BSSes when using
multi-BSSID. In addition, it reduces need to dereference
struct hostapd_data inside driver wrappers.
hostapd/driver_i.h
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_bsd.c
src/drivers/driver_hostap.c
src/drivers/driver_madwifi.c
src/drivers/driver_nl80211.c
src/drivers/driver_prism54.c
src/drivers/driver_test.c