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
25
extern
"C"
{
26
#endif
27
38
int
fido2_up_wait
(
void
);
39
45
void
fido2_up_cancel
(
void
);
46
47
#ifdef __cplusplus
48
}
49
#endif
50
52
53
#endif
/* ZEPHYR_INCLUDE_AUTHENTICATION_FIDO2_FIDO2_UP_H_ */
fido2_up_wait
int fido2_up_wait(void)
FIDO2 user presence.
fido2_up_cancel
void fido2_up_cancel(void)
Cancel a pending user presence wait.
kernel.h
Public kernel APIs.
include
zephyr
authentication
fido2
fido2_up.h
Generated on
for Zephyr Project API by
1.16.1