Lines Matching refs:test_bad_oci

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)
487 conn.test_bad_oci("wrong primary channel", 128, 32, 0)
488 conn.test_bad_oci("smaller bandwidth than negotiated", 116, 36, 0)
489 conn.test_bad_oci("smaller bandwidth than negotiated", 115, 36, 0)
520 conn.test_bad_oci("wrong primary channel", 129, 36, 0)
521 conn.test_bad_oci("wrong primary channel", 129, 114, 0)
522 conn.test_bad_oci("smaller bandwidth (20 Mhz) than negotiated", 121, 100, 0)
523 conn.test_bad_oci("smaller bandwidth (40 Mhz) than negotiated", 122, 100, 0)
524 conn.test_bad_oci("smaller bandwidth (80 Mhz) than negotiated", 128, 100, 0)
557 conn.test_bad_oci("using 80 MHz operating class", 128, 36, 155)
558 conn.test_bad_oci("wrong frequency segment 1", 130, 36, 138)
772 def test_bad_oci(self, logmsg, op_class, channel, seg1_idx, errmsg): member in STAConnection
815 conn.test_bad_oci("element missing", None, 0, 0,
817 conn.test_bad_oci("wrong channel number", 81, 6, 0,
819 conn.test_bad_oci("invalid channel number", 81, 0, 0,
821 conn.test_bad_oci("wrong operating class", 80, 0, 0,
823 conn.test_bad_oci("invalid operating class", 0, 0, 0,
853 conn.test_bad_oci("smaller bandwidth (20 Mhz) than negotiated",
855 conn.test_bad_oci("wrong frequency, bandwith, and secondary channel",
857 conn.test_bad_oci("wrong upper/lower behaviour",