Add MGMT_RX_PROCESS test command for wpa_supplicant
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 13 May 2016 17:48:00 +0000 (20:48 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 13 May 2016 17:54:51 +0000 (20:54 +0300)
commit4de70e2330c54c32f42a5fc93517d65c0a2c3be9
treeaec59039ffdedf73105a5ec93720ea00935820d0
parentf42c3ceb949691cd906c0aa67f23a548cee70d62
Add MGMT_RX_PROCESS test command for wpa_supplicant

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
wpa_supplicant to process a received a management frame, e.g., based on
information reported in the MGMT-RX events.

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