Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wifi_certs.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
12
13#ifndef ZEPHYR_INCLUDE_NET_WIFI_CERTS_H_
14#define ZEPHYR_INCLUDE_NET_WIFI_CERTS_H_
15
16#include <stdbool.h>
17#include <zephyr/kernel.h>
19
37int wifi_set_enterprise_credentials(struct net_if *iface, bool is_ap);
38
43
44#endif /* ZEPHYR_INCLUDE_NET_WIFI_CERTS_H_ */
Public kernel APIs.
Network Interface structure.
Definition net_if.h:764
void wifi_clear_enterprise_credentials(void)
Clear Wi-Fi enterprise credentials.
int wifi_set_enterprise_credentials(struct net_if *iface, bool is_ap)
Set Wi-Fi Enterprise credentials.
WiFi L2 stack public header.