Zephyr API Documentation 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
11
12#ifndef ZEPHYR_INCLUDE_AUTHENTICATION_FIDO2_FIDO2_UP_H_
13#define ZEPHYR_INCLUDE_AUTHENTICATION_FIDO2_FIDO2_UP_H_
14
15#include <zephyr/kernel.h>
16
22
23#ifdef __cplusplus
24extern "C" {
25#endif
26
37int fido2_up_wait(void);
38
44void fido2_up_cancel(void);
45
46#ifdef __cplusplus
47}
48#endif
49
51
52#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.