]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: wpa_supplicant ctrl_iface SET operations
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 5 Dec 2014 14:24:21 +0000 (16:24 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 5 Dec 2014 14:29:08 +0000 (16:29 +0200)
This adds more test coverage for wpa_supplicant SET ctrl_iface command.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_wpas_ctrl.py

index bee13470b61526edd3176325b98eae55ce11573a..decd01c006d4d24e122886dc6d44388c47bbc318 100644 (file)
@@ -703,6 +703,10 @@ def test_wpas_ctrl_set_uapsd(dev):
 def test_wpas_ctrl_set(dev):
     """wpa_supplicant ctrl_iface SET"""
     vals = [ "foo",
+             "ampdu 0",
+             "radio_disable 0",
+             "ps 10",
+             "ps 1",
              "dot11RSNAConfigPMKLifetime 0",
              "dot11RSNAConfigPMKReauthThreshold 101",
              "dot11RSNAConfigSATimeout 0",
@@ -717,6 +721,9 @@ def test_wpas_ctrl_set(dev):
              "EAPOL::startPeriod 30",
              "EAPOL::maxStart 3",
              "dot11RSNAConfigSATimeout 60",
+             "ps -1",
+             "ps 0",
+             "no_keep_alive 0",
              "tdls_disabled 1",
              "tdls_disabled 0" ]
     for val in vals: