]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Allow external management frame processing or testing
authorJouni Malinen <j@w1.fi>
Thu, 26 Dec 2013 06:35:22 +0000 (08:35 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Dec 2013 14:55:45 +0000 (16:55 +0200)
commit93827f456a4d741084369d4a1786479223bf365f
treefc3ec3860ab288fa723158111ad2af0021085c63
parente4a44b3c091ee1d48ab0a3ce46a33673ae7f2551
hostapd: Allow external management frame processing or testing

This enables more convenient protocol testing of station side
functionality in various error cases and unexpected sequences without
having to implement each test scenario within hostapd.
ext_mgmt_frame_handle parameter can be set to 1 to move all management
frame processing into an external program through control interface
events (MGMT-RX and MGMT-TX-STATUS) and command (MGMT_TX).

Signed-hostap: Jouni Malinen <j@w1.fi>
hostapd/ctrl_iface.c
src/ap/hostapd.h
src/ap/ieee802_11.c