Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py632 soft_ap_params = settings['soft_ap_params']
641 self.start_soft_ap(soft_ap_params)
650 self.verify_soft_ap_associate_only(client, soft_ap_params)
654 client, soft_ap_params)
658 client, soft_ap_params)
811 def start_soft_ap_and_verify_connected(self, client, soft_ap_params): argument
823 soft_ap_params['ssid'] = utils.rand_ascii_str(
825 self.start_soft_ap(soft_ap_params)
826 associated = self.associate_with_soft_ap(client, soft_ap_params)
837 def stop_soft_ap_and_verify_disconnected(self, client, soft_ap_params): argument
[all …]