From: Jouni Malinen Date: Sun, 8 Jan 2017 14:48:59 +0000 (+0200) Subject: tests: wpa_supplicant SET tdls_trigger_control X-Git-Tag: hostap_2_7~1781 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74582acc14aca491ed759108fe9ee0ee73d555be;p=thirdparty%2Fhostap.git tests: wpa_supplicant SET tdls_trigger_control Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_wpas_ctrl.py b/tests/hwsim/test_wpas_ctrl.py index 7683276dc..761e90188 100644 --- a/tests/hwsim/test_wpas_ctrl.py +++ b/tests/hwsim/test_wpas_ctrl.py @@ -2003,3 +2003,10 @@ def test_wpas_ctrl_set_radio_disabled(dev): # without checking the result for some additional code coverage. dev[0].request("SET radio_disabled 1") dev[0].request("SET radio_disabled 0") + +def test_wpas_ctrl_set_tdls_trigger_control(dev): + """wpa_supplicant SET tdls_trigger_control""" + # This is not supported with upstream nl80211, but execute the commands + # without checking the result for some additional code coverage. + dev[0].request("SET tdls_trigger_control 1") + dev[0].request("SET tdls_trigger_control 0")