Searched refs:test_bad_oci (Results 1 – 1 of 1) sorted by relevance
| /hostap-latest/tests/hwsim/ |
| D | test_ocv.py | 409 def test_bad_oci(self, logmsg, op_class, channel, seg1_idx): member in APConnection 444 conn.test_bad_oci("element missing", None, 0, 0) 445 conn.test_bad_oci("wrong channel number", 81, 6, 0) 446 conn.test_bad_oci("invalid channel number", 81, 0, 0) 447 conn.test_bad_oci("wrong operating class", 80, 0, 0) 448 conn.test_bad_oci("invalid operating class", 0, 0, 0) 460 conn.test_bad_oci("wrong primary channel", 84, 5, 0) 461 conn.test_bad_oci("lower bandwidth than negotiated", 81, 6, 0) 462 conn.test_bad_oci("bad upper/lower channel", 83, 6, 0) 486 conn.test_bad_oci("wrong primary channel", 128, 38, 0) [all …]
|