Home
last modified time | relevance | path

Searched refs:subnet_mask (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/performance/
DWifiP2pRvrTest.py299 def _get_gc_ip(self, subnet_mask='255.255.255.0'): argument
300 subnet_mask = ['255', '255', '255', '0']
304 for dut, subnet in zip(go_ip.split('.'), subnet_mask)
311 for ip, subnet in zip(current_ip.split('.'), subnet_mask)
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_sender.py352 self.subnet_mask = config_params['subnet_mask']
378 ('subnet_mask', self.subnet_mask),
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py111 def get_server_address(ssh_connection, dut_ip, subnet_mask): argument
128 if subnet_mask == 'public':
134 dut_network = ipaddress.ip_network('{}/{}'.format(dut_ip, subnet_mask),