User guide

Redpine Signals, Inc. Proprietary and Confidential. Page 139
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
typedef struct WiFi_CNFG_SlpTimer_s
{
UINT32 timerValue;
}WiFi_CNFG_SlpTimer;
Structure member
name
Description
timerValue
Time in milliseconds for which the
module sleeps before waking up. The
maximum value is 10000 milliseconds.
Response
The response is found in W0[15:8] as explained in Frame Descriptor for
Management/Data Frames in SPI mode. Expected value is 0x98
4.9.9 TCP/IP Bypass
Description
This command configures the RS22/24/28 module in TCP/IP bypassed
mode. A TCP/IP stack in the Host can be used to interface with the
RS22/24/28 module in this mode
Relevance
This command is relevant both when the TCP/IP stack is enabled or bypassed.
Frame Body
struct ModeSelFrameSnd {
uint8 ModeSelVal;
} ModeSelFrameSnd;
ModeSelVal : Decimal value of 0 enables the TCP/IP stack inside the
module. Decimal value of 1 bypasses the TCP/IP stack inside the module.
The command is optional. If it is not issued, the TCP/IP stack inside the
module is enabled by default. This command should be issued
immediately before or after the band command.
Response
The response is found in W0[15:8] as explained in Frame Descriptor for
Management/Data Frames in SPI mode. Expected value is 0xA3