Home
last modified time | relevance | path

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

/hostap-3.6.0/tests/remote/
Drutils.py162 params = hostapd.a_only_params(channel, ssid, country)
164 params = hostapd.a_only_params(channel, ssid, country)
/hostap-3.6.0/tests/hwsim/
Dhostapd.py779 def a_only_params(channel="36", ssid=None, country=None): function