Lines Matching refs:status
155 status = dev[0].get_status()
156 if status["ieee80211ac"] != "1":
158 status = hapd.get_status()
159 logger.info("hostapd STATUS: " + str(status))
160 if status["ieee80211n"] != "1":
162 if status["ieee80211ac"] != "1":
164 if status["ieee80211ax"] != "1":
166 if status["secondary_channel"] != "1":
168 if status["vht_oper_chwidth"] != "1":
170 if status["vht_oper_centr_freq_seg0_idx"] != "42":
172 if "vht_caps_info" not in status:
174 if status["he_oper_chwidth"] != "1":
176 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'])
1046 status = hapd.get_status()
1047 logger.info("hostapd STATUS: " + str(status))
1048 if status["ieee80211n"] != "0":
1050 if status["ieee80211ac"] != "0":
1052 if status["ieee80211ax"] != "0":
1054 if status["secondary_channel"] != "0":