Lines Matching refs:t
606 for t in tests:
607 if "FAIL" not in hapd_global.request("DUP_NETWORK " + t):
608 raise Exception("Invalid DUP_NETWORK accepted: " + t)
829 for t in tests:
830 if "FAIL" not in hapd.request("SET " + t):
831 raise Exception("Invalid SET command accepted: " + t)
840 for t in tests:
841 if "FAIL" not in hapd.request("RADAR " + t):
842 raise Exception("Invalid RADAR command accepted: " + t)
848 for t in tests:
849 hapd.request("RADAR " + t)
863 for t in tests:
864 if "FAIL" not in hapd.request(t):
865 raise Exception("Invalid command accepted: " + t)
881 for t in tests:
882 if "FAIL" not in hapd.request(t):
883 raise Exception("Invalid command accepted: " + t)
897 for t in tests:
898 if "FAIL" not in hapd.request(t):
899 raise Exception("Invalid command accepted: " + t)
907 for t in tests:
908 if "FAIL" not in hapd.request(t):
909 raise Exception("Invalid command accepted: " + t)
954 for t in tests:
955 if "FAIL" not in hapd.request("VENDOR " + t):
956 raise Exception("Invalid VENDOR command accepted: " + t)
971 for t in tests:
972 if "FAIL" not in hapd.request("EAPOL_REAUTH " + t):
973 raise Exception("Invalid EAPOL_REAUTH command accepted: " + t)
990 for t in tests:
991 if "FAIL" not in hapd.request("POLL_STA " + t):
992 raise Exception("Invalid POLL_STA command accepted: " + t)
1063 for t in tests:
1064 if "FAIL" not in hapd.request("PMKSA_ADD " + t):
1065 raise Exception("Invalid PMKSA_ADD accepted: " + t)