Searched refs:connect_wlan_profile (Results 1 – 5 of 5) sorted by relevance
24 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile83 if not connect_wlan_profile(self.pri_ad, self.network):
26 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile94 if not connect_wlan_profile(self.pri_ad, self.network):
35 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile114 if not connect_wlan_profile(self.pri_ad, self.network):
21 from acts.test_utils.coex.coex_test_utils import connect_wlan_profile143 if not connect_wlan_profile(self.pri_ad, self.network):
856 def connect_wlan_profile(pri_ad, network): function