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.py631 soft_ap_params = settings['soft_ap_params']
640 self.start_soft_ap(soft_ap_params)
649 self.verify_soft_ap_associate_only(client, soft_ap_params)
653 client, soft_ap_params)
657 client, soft_ap_params)
810 def start_soft_ap_and_verify_connected(self, client, soft_ap_params): argument
822 soft_ap_params['ssid'] = utils.rand_ascii_str(
824 self.start_soft_ap(soft_ap_params)
825 associated = self.associate_with_soft_ap(client, soft_ap_params)
836 def stop_soft_ap_and_verify_disconnected(self, client, soft_ap_params): argument
[all …]