nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
wifi_mgmt_ext.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef WIFI_MGMT_EXT_H__
8#define WIFI_MGMT_EXT_H__
9
10#include <zephyr/net/wifi_mgmt.h>
11
20 NET_REQUEST_WIFI_CMD_CONNECT_STORED = NET_REQUEST_WIFI_CMD_REG_DOMAIN + 100,
21};
22
23#define NET_REQUEST_WIFI_CONNECT_STORED \
24 (_NET_WIFI_BASE | NET_REQUEST_WIFI_CMD_CONNECT_STORED)
25
26NET_MGMT_DEFINE_REQUEST_HANDLER(NET_REQUEST_WIFI_CONNECT_STORED);
27
30#endif /* WIFI_MGMT_EXT_H__ */
net_request_wifi_cmd_ext
Definition: wifi_mgmt_ext.h:19
@ NET_REQUEST_WIFI_CMD_CONNECT_STORED
Definition: wifi_mgmt_ext.h:20
#define NET_REQUEST_WIFI_CONNECT_STORED
Definition: wifi_mgmt_ext.h:23