Searched refs:SECURITY2 (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/net/lib/wifi_credentials/src/ |
D | main.c | 50 #define SECURITY2 WIFI_SECURITY_TYPE_NONE macro 175 err = wifi_credentials_set_personal(SSID2, sizeof(SSID2), SECURITY2, NULL, 6, NULL, 0, in ZTEST() 278 err = wifi_credentials_set_personal(SSID2, sizeof(SSID2), SECURITY2, NULL, 6, NULL, 0, in ZTEST() 306 zassert_equal(security, SECURITY2, "Security type mismatch"); in ZTEST() 342 err = wifi_credentials_set_personal(SSID2, sizeof(SSID2), SECURITY2, NULL, 6, NULL, 0, in ZTEST()
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_psa/src/ |
D | main.c | 30 #define SECURITY2 WIFI_SECURITY_TYPE_NONE macro 69 .type = SECURITY2,
|
/Zephyr-latest/tests/net/lib/wifi_credentials_backend_settings/src/ |
D | main.c | 30 #define SECURITY2 WIFI_SECURITY_TYPE_NONE macro 66 .type = SECURITY2,
|