Lines Matching refs:info
102 self.dut.log.info(
112 self.dut.log.info("saved config: network_id = %d" % network_id)
142 self.log.info("Found SSID %s" % network[wutils.WifiEnums.SSID_KEY])
152 self.dut.log.info("Deleting config: networkId = %s" % network_id)
161 def gen_uri(self, device, info="DPP_TESTER", chan="81/1", mac=None): argument
177 self.log.info("Generating a URI for the Responder")
178 cmd = "wpa_cli DPP_BOOTSTRAP_GEN type=qrcode info=%s" % info
196 device.log.info("Generated URI, id = %s" % result)
211 self.log.info("Reading the contents of the URI of the Responder")
219 device.log.info("URI contents = %s" % result)
230 self.log.info("Deleting the Responder URI")
236 device.log.info("Deleted URI, id = %s" % uri_id)
261 self.log.info("Starting Responder in Configurator mode, frequency %sMHz" % freq)
327 device.log.info("Started responder in configurator mode")
351 self.log.info("Starting Responder in Enrollee mode, frequency %sMHz" % freq)
359 device.log.info("Started responder in enrollee mode")
372 device.log.info("Stopped responder")
435 self.log.info("Corrupted enrollee URI: %s" % enrollee_uri)
441 self.log.info("Not starting DPP responder on purpose")
443 self.log.info("Starting DPP in Configurator-Initiator mode")
468 self.dut.log.info("DPP Configuration sent success")
472 self.dut.log.info("DPP progress event")
475 self.dut.log.info("DPP Authentication success")
477 self.dut.log.info("DPP Response pending")
482 self.dut.log.info(
550 self.log.info(
554 self.log.info("Starting DPP in Enrollee-Initiator mode")
572 self.dut.log.info("DPP Configuration received success")
575 self.dut.log.info("NetworkID: %d" % network_id)
586 self.dut.log.info("DPP progress event")
589 self.dut.log.info("DPP Authentication success")
591 self.dut.log.info("DPP Response pending")
596 self.dut.log.info(