Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py952 def start_client_mode_and_verify_connected(self, ap_params): argument
963 ap_ssid = ap_params['ssid']
964 ap_password = ap_params['password']
965 ap_channel = ap_params['channel']
966 ap_security = ap_params.get('security')
989 def stop_client_mode_and_verify_disconnected(self, ap_params): argument
1001 STATE_DOWN, ap_params['channel']):
1044 ap_params = settings['ap_params']
1045 ap_channel = ap_params['channel']
1046 ap_profile = ap_params.pop('profile')
[all …]
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/
DWlanWmmTest.py250 def associate_transceiver(self, wmm_transceiver, ap_params): argument
261 ssid = ap_params['ssid']
264 security = ap_params.get('security')