User guide

Redpine Signals, Inc. Proprietary and Confidential. Page 178
R
R
S
S
9
9
1
1
1
1
0
0
-
-
N
N
-
-
1
1
1
1
-
-
2
2
2
2
/
/
2
2
4
4
/
/
2
2
8
8
S
S
o
o
f
f
t
t
w
w
a
a
r
r
e
e
P
P
r
r
o
o
g
g
r
r
a
a
m
m
m
m
i
i
n
n
g
g
R
R
e
e
f
f
e
e
r
r
e
e
n
n
c
c
e
e
M
M
a
a
n
n
u
u
a
a
l
l
V
V
e
e
r
r
s
s
i
i
o
o
n
n
4
4
.
.
1
1
5
5
UINT16 uErrorCode;
};
Result code (in Descriptor)
Description
UErrorCode
0- Success
1- Flash access failure
2- Not connected
4.13.2 Enable automatic joining to pre-configured Access Point
Description
This command is used to enable or disable the feature of automatic joining to a pre-
configured Access Point on power up.
Relevance
This command is relevant both when the TCP/IP stack is enabled or bypassed.
Frame Body
struct WiFi_CNFG_Enable_Config
{
UINT8 enable;
};
The valid values for the parameter for this command (enable) are as follows:
0 – Disable
1 – Enable
Response
struct WiFi_CNFG_EnableConfigRsp
{
UINT16 uErrorCode;
};
Result code (in Descriptor)
Description
UErrorCode
0- Success
1- Flash access failure
2- Not connected