Replace wpa_supplicant_sta_rx() call with driver event
authorJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 09:50:26 +0000 (11:50 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 09:50:26 +0000 (11:50 +0200)
commit245519e0cd6d4e0c4bcc1810e8a08743c446e8e6
tree2da7bd88f686c56774cbdd4b2242ef664b771181
parent7d7d57b2dcd864122fb1a958cbb7b0f4a337b159
Replace wpa_supplicant_sta_rx() call with driver event

Get rid of wpa_supplicant_sta_rx() and add a new driver event that is
marked to be used only with driver_test.c. In addition, remove this
functionality from privsep wrapper. This is only use for client mode
MLME testing with driver_test.c.
src/common/privsep_commands.h
src/drivers/driver.h
src/drivers/driver_privsep.c
src/drivers/driver_test.c
wpa_supplicant/events.c
wpa_supplicant/mlme.h
wpa_supplicant/wpa_priv.c
wpa_supplicant/wpa_supplicant.c