]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add MGMT_RX_PROCESS test command for hostapd
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 29 Nov 2016 13:57:22 +0000 (15:57 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 29 Nov 2016 14:26:00 +0000 (16:26 +0200)
commit47d74bf010dff9e96748b777edc9f700451e5860
tree17495482db415a2f475107e2ed3aad8532ea344d
parent2ab09656ae53af3416765428df2bbba45fe1e60d
Add MGMT_RX_PROCESS test command for hostapd

This makes it easier to write hwsim test cases to verify management
frame processing sequences with dropped or modified frames. When
ext_mgmt_frame_handling is used, this new command can be used to request
hostapd to process a received a management frame, e.g., based on
information reported in the MGMT-RX events.

This is more or less identical to the earlier wpa_supplicant commit
4de70e2330c54c32f42a5fc93517d65c0a2c3be9 ('Add MGMT_RX_PROCESS test
command for wpa_supplicant'), but for hostapd.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c