Lines Matching refs:network
98 expected_con: The expected info of the network to we expect the DUT
109 self.log.info("Connected to %s network after PNO interval"
127 network = {}
128 network[WifiEnums.SSID_KEY] = ssid_name_base + str(i)
129 network[WifiEnums.PWD_KEY] = "pno_dummy"
130 self.add_network_and_enable(network)
132 def add_network_and_enable(self, network):
133 """Add a network and enable it.
136 network : Network details for the network to be added.
139 ret = self.dut.droid.wifiAddNetwork(network)
140 asserts.assert_true(ret != -1, "Add network %r failed" % network)
148 """Test PNO triggered autoconnect to a network.
152 2. Save 2 valid network configurations (a & b) in the device.
153 3. Attenuate 5Ghz network and wait for a few seconds to trigger PNO.
154 4. Check the device connected to 2Ghz network automatically.
162 """Test PNO triggered autoconnect to a network.
166 2. Save 2 valid network configurations (a & b) in the device.
167 3. Attenuate 2Ghz network and wait for a few seconds to trigger PNO.
168 4. Check the device connected to 5Ghz network automatically.
177 """Test PNO triggered autoconnect to a network when there are more
185 1. Save 16 dummy network configurations in the device.