Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fido2_up.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Siratul Islam <email@sirat.me>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_AUTHENTICATION_FIDO2_FIDO2_UP_H_
14#define ZEPHYR_INCLUDE_AUTHENTICATION_FIDO2_FIDO2_UP_H_
15
16#include <zephyr/kernel.h>
17
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
38int fido2_up_wait(void);
39
45void fido2_up_cancel(void);
46
47#ifdef __cplusplus
48}
49#endif
50
52
53#endif /* ZEPHYR_INCLUDE_AUTHENTICATION_FIDO2_FIDO2_UP_H_ */
int fido2_up_wait(void)
FIDO2 user presence.
void fido2_up_cancel(void)
Cancel a pending user presence wait.
Public kernel APIs.