Zephyr Project API
3.1.0
A Scalable Open Source RTOS
wifi.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2018 Texas Instruments, Incorporated
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
12
#ifndef ZEPHYR_INCLUDE_NET_WIFI_H_
13
#define ZEPHYR_INCLUDE_NET_WIFI_H_
14
15
enum
wifi_security_type
{
16
WIFI_SECURITY_TYPE_NONE
= 0,
17
WIFI_SECURITY_TYPE_PSK
,
18
};
19
20
#define WIFI_SSID_MAX_LEN 32
21
#define WIFI_PSK_MAX_LEN 64
22
#define WIFI_MAC_ADDR_LEN 6
23
24
#define WIFI_CHANNEL_MAX 14
25
#define WIFI_CHANNEL_ANY 255
26
27
#endif
/* ZEPHYR_INCLUDE_NET_WIFI_H_ */
wifi_security_type
wifi_security_type
Definition:
wifi.h:15
WIFI_SECURITY_TYPE_PSK
@ WIFI_SECURITY_TYPE_PSK
Definition:
wifi.h:17
WIFI_SECURITY_TYPE_NONE
@ WIFI_SECURITY_TYPE_NONE
Definition:
wifi.h:16
include
zephyr
net
wifi.h
Generated on Fri Oct 14 2022 07:25:58 for Zephyr Project API by
1.9.2