]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use different mechanism for failing random MAC address change
authorJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:31:36 +0000 (12:31 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 18 Dec 2022 10:33:02 +0000 (12:33 +0200)
commit823cf218e4f38361408292c3959bf68542dbc329
tree22e61cbb2f94752f81d7ab472a6bc307e6dc87d8
parent317adf2359e85edc368c0ec717d591754611ac8f
tests: Use different mechanism for failing random MAC address change

gas_failures was using an invalid preassoc_mac_addr value 1111 to
trigger a failure. That won't work once wpa_supplicant starts validating
the range of the configuration parameter. Use a different mechanism to
force a failure in the actual random MAC address change functionality.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_gas.py