Lines Matching refs:status
34 status = dev[0].request("WMM_AC_STATUS")
35 if "WMM AC is Enabled" not in status:
37 if "TSID" in status:
39 if "BK: acm=0 uapsd=0" not in status:
40 raise Exception("Unexpected BK info" + status)
41 if "BE: acm=0 uapsd=0" not in status:
42 raise Exception("Unexpected BE info" + status)
43 if "VI: acm=1 uapsd=0" not in status:
44 raise Exception("Unexpected VI info" + status)
45 if "VO: acm=1 uapsd=0" not in status:
46 raise Exception("Unexpected VO info" + status)
67 status = dev[0].request("WMM_AC_STATUS")
68 if "TSID" in status:
73 status = dev[0].request("WMM_AC_STATUS")
74 if "TSID" not in status:
88 status = dev[0].request("WMM_AC_STATUS")
89 if "TSID" in status:
142 (categ, action, dialog, status) = struct.unpack('BBBB', payload[0:4])
197 (categ, action, dialog, status) = struct.unpack('BBBB', payload[0:4])
229 status = dev[0].request("WMM_AC_STATUS")
230 if "Not associated to a WMM AP, WMM AC is Disabled" not in status:
231 raise Exception("Unexpected WMM_AC_STATUS: " + status)