Searched refs:soft_ap_settings (Results 1 – 1 of 1) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 278 def associate_with_soft_ap(self, device, soft_ap_settings): argument 293 check_connectivity = soft_ap_settings[ 296 soft_ap_settings['ssid'], 297 target_pwd=soft_ap_settings.get('password'), 300 soft_ap_settings['security_type'], None), 604 def verify_soft_ap_associate_only(self, client, soft_ap_settings): argument 605 if not self.associate_with_soft_ap(client, soft_ap_settings): 608 def verify_soft_ap_associate_and_ping(self, client, soft_ap_settings): argument 609 self.verify_soft_ap_associate_only(client, soft_ap_settings)
|