Lines Matching refs:status
156 status = dev[0].get_status()
157 if status["ieee80211ac"] != "1":
159 status = hapd.get_status()
160 logger.info("hostapd STATUS: " + str(status))
161 if status["ieee80211n"] != "1":
163 if status["ieee80211ac"] != "1":
165 if status["ieee80211ax"] != "1":
167 if status["secondary_channel"] != "1":
169 if status["vht_oper_chwidth"] != "1":
171 if status["vht_oper_centr_freq_seg0_idx"] != "42":
173 if "vht_caps_info" not in status:
175 if status["he_oper_chwidth"] != "1":
177 if status["he_oper_centr_freq_seg0_idx"] != "42":
210 status = dev[0].get_status()
211 if 'wifi_generation' not in status:
215 if status['wifi_generation'] != "6":
216 raise Exception("Unexpected wifi_generation value: " + status['wifi_generation'])
221 status = wpas.get_status()
222 if 'wifi_generation' not in status:
226 if status['wifi_generation'] != "6":
227 … raise Exception("Unexpected wifi_generation value (connect): " + status['wifi_generation'])
1058 status = hapd.get_status()
1059 logger.info("hostapd STATUS: " + str(status))
1060 if status["ieee80211n"] != "0":
1062 if status["ieee80211ac"] != "0":
1064 if status["ieee80211ax"] != "0":
1066 if status["secondary_channel"] != "0":
1196 status = dev[0].get_status()
1197 if 'wifi_generation' not in status:
1201 if status['wifi_generation'] != "6":
1202 raise Exception("Unexpected wifi_generation value: " + status['wifi_generation'])
1203 status = hapd.get_status()
1204 logger.info("hostapd STATUS: " + str(status))
1205 if status["ieee80211ax"] != "1":
1207 if status["he_oper_chwidth"] != "0":
1246 status = dev[0].get_status()
1247 if "pmf" not in status:
1249 if status["pmf"] != "2":
1250 raise Exception("Unexpected pmf status value: " + status["pmf"])
1271 status = dev[0].get_status()
1272 if "pmf" in status:
1273 raise Exception("Unexpected pmf status value(2): " + status["pmf"])
1613 status = hapd.get_status()
1614 logger.info("hostapd STATUS: " + str(status))
1616 if status["ieee80211n"] != "1":
1618 if status["ieee80211ac"] != "1":
1620 if status["ieee80211ax"] != "1":
1636 status = dev.get_status()
1637 logger.info("station status: " + str(status))
1640 if 'wifi_generation' not in status:
1644 if status['wifi_generation'] != "6":
1645 raise Exception("Unexpected wifi_generation value: " + status['wifi_generation'])