]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/drv_callbacks.c
Replace direct driver call to wpa_ft_rrb_rx() with driver event
authorJouni Malinen <j@w1.fi>
Sat, 12 Dec 2009 20:43:26 +0000 (22:43 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Dec 2009 20:43:26 +0000 (22:43 +0200)
commit08fd8c15a0eee9d29535264d8d350e7132e8121e
tree4301aec6a38f44d300f860022f78774892cbd1b2
parentc779b04ab6644c0e697432bf49db22de680d70e6
Replace direct driver call to wpa_ft_rrb_rx() with driver event

This avoids need to include hostapd/wpa.h into the driver wrappers.
hostapd/drv_callbacks.c
src/drivers/driver.h
src/drivers/driver_test.c