Home
last modified time | relevance | path

Searched refs:phase2 (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/rtio/rtio_i2c/src/
Dmain.cpp159 struct rtio_sqe *phase2 = rtio_sqe_acquire(&test_rtio_ctx); in ZTEST() local
164 zassert_not_null(phase2); in ZTEST()
168 rtio_sqe_prep_read(phase2, &blocking_emul_iodev, RTIO_PRIO_NORM, buffer, ARRAY_SIZE(buffer), in ZTEST()
191 struct rtio_sqe *phase2 = rtio_sqe_acquire(&test_rtio_ctx); in ZTEST() local
194 zassert_not_null(phase2); in ZTEST()
198 rtio_sqe_prep_read(phase2, &blocking_emul_iodev, RTIO_PRIO_NORM, buffer, ARRAY_SIZE(buffer), in ZTEST()
/Zephyr-latest/tests/drivers/build_all/comparator/mcux_acmp/
Dmimxrt1176_mux_dac.dts45 discrete-mode-phase2-time = "ALT7";
/Zephyr-latest/modules/hostap/src/
Dsupp_api.c397 if (conf->eap_user->next && conf->eap_user->next->phase2) { in wpas_key_mgmt_to_zephyr()
408 if (conf->eap_user->next && conf->eap_user->next->phase2) { in wpas_key_mgmt_to_zephyr()
420 if (!os_memcmp(ssid->eap.phase2, "auth=MSCHAPV2", in wpas_key_mgmt_to_zephyr()
421 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
425 if (!os_memcmp(ssid->eap.phase2, "auth=MSCHAPV2", in wpas_key_mgmt_to_zephyr()
426 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
428 } else if (!os_memcmp(ssid->eap.phase2, "auth=GTC", in wpas_key_mgmt_to_zephyr()
429 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
431 } else if (!os_memcmp(ssid->eap.phase2, "auth=TLS", in wpas_key_mgmt_to_zephyr()
432 os_strlen(ssid->eap.phase2))) { in wpas_key_mgmt_to_zephyr()
[all …]
/Zephyr-latest/include/zephyr/net/
Dwifi.h202 char *phase2; member