Zephyr API Documentation
2.7.0-rc2
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
23
#define WIFI_CHANNEL_MAX 14
24
#define WIFI_CHANNEL_ANY 255
25
26
#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
net
wifi.h
Generated on Sun Oct 9 2022 09:21:57 for Zephyr API Documentation by
1.9.4