Add driver API functionality for off-channel Action frames
authorJouni Malinen <jouni.malinen@atheros.com>
Sun, 3 Jan 2010 11:57:51 +0000 (13:57 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Jan 2010 11:57:51 +0000 (13:57 +0200)
commit55777702cd7df7d459c89ceee8bfbb8a7f5bce0a
tree12771d02288ce3fbb0c596221db398a2c21b1d07
parentd7c53e432bee5085a8d654b71a6311919e06eedf
Add driver API functionality for off-channel Action frames

This adds new commands and events for allowing off-channel Action
frame exchanges to be requested. This functionality is not yet used
and is only fully supported by driver_test.c at this point.
driver_nl80211.c has support for the remain-on-channel commands, but
the Action frame TX/RX part is still pending review for the kernel
code and as such, is not yet included here.
src/drivers/driver.h
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
src/drivers/driver_test.c
wpa_supplicant/driver_i.h