Home
last modified time | relevance | path

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

/hostap-latest/tests/remote/
Drutils.py157 params = hostapd.g_only_params(channel, ssid, country)
159 params = hostapd.g_only_params(channel, ssid, country)
/hostap-latest/tests/hwsim/
Dhostapd.py864 def g_only_params(channel="1", ssid=None, country=None): function