Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
3.0.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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
net
wifi.h
Generated on Mon Feb 21 2022 22:43:02 for Zephyr API Documentation by
1.9.2