Searched defs:test_ssid (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/cros/ap_configurators/
H A Dap_configurator_test.py39 $ python -m unittest ap_configurator_test.ConfiguratorTest.test_ssid
147 def test_ssid(self): member in class:ConfiguratorTest
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.c1508 struct wpa_ssid *test_ssid)
1513 if (ssid == test_ssid)
1522 struct wpa_ssid *test_ssid)
1527 return test_ssid == NULL || wpas_valid_ssid(wpa_s, test_ssid);
1507 wpas_valid_ssid(struct wpa_supplicant *wpa_s, struct wpa_ssid *test_ssid) argument
1521 wpas_valid_bss_ssid(struct wpa_supplicant *wpa_s, struct wpa_bss *test_bss, struct wpa_ssid *test_ssid) argument

Completed in 214 milliseconds