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
24
extern
"C"
{
25
#endif
26
37
int
fido2_up_wait
(
void
);
38
44
void
fido2_up_cancel
(
void
);
45
46
#ifdef __cplusplus
47
}
48
#endif
49
51
52
#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.
zephyr
authentication
fido2
fido2_up.h
Generated on
for Zephyr API Documentation by
1.16.1