Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
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
7#ifndef WIFI_CERTS_H__
8#define WIFI_CERTS_H__
9
10#include <stdbool.h>
11#include <zephyr/kernel.h>
13
31int wifi_set_enterprise_credentials(struct net_if *iface, bool is_ap);
32
37
38#endif /* WIFI_CERTS_H__ */
Public kernel APIs.
Network Interface structure.
Definition net_if.h:726
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.