mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-18 02:44:03 -05:00
tests: FST-MANAGER TEST_REQUEST error cases
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
9c68b6af97
commit
3b765ea545
@ -1446,6 +1446,20 @@ def test_fst_ap_ctrl_iface(dev, apdev, test_params):
|
||||
"SESSION_RESPOND " + sid,
|
||||
"SESSION_RESPOND " + sid + " foo",
|
||||
"TEST_REQUEST foo",
|
||||
"TEST_REQUEST SEND_SETUP_REQUEST",
|
||||
"TEST_REQUEST SEND_SETUP_REQUEST foo",
|
||||
"TEST_REQUEST SEND_SETUP_RESPONSE",
|
||||
"TEST_REQUEST SEND_SETUP_RESPONSE foo",
|
||||
"TEST_REQUEST SEND_ACK_REQUEST",
|
||||
"TEST_REQUEST SEND_ACK_REQUEST foo",
|
||||
"TEST_REQUEST SEND_ACK_RESPONSE",
|
||||
"TEST_REQUEST SEND_ACK_RESPONSE foo",
|
||||
"TEST_REQUEST SEND_TEAR_DOWN",
|
||||
"TEST_REQUEST SEND_TEAR_DOWN foo",
|
||||
"TEST_REQUEST GET_FSTS_ID",
|
||||
"TEST_REQUEST GET_FSTS_ID foo",
|
||||
"TEST_REQUEST GET_LOCAL_MBIES",
|
||||
"TEST_REQUEST GET_LOCAL_MBIES foo",
|
||||
"GET_PEER_MBIES",
|
||||
"GET_PEER_MBIES ",
|
||||
"GET_PEER_MBIES unknown",
|
||||
|
Loading…
Reference in New Issue
Block a user