User guide

Redpine Signals, Inc. Proprietary and Confidential. Page 179
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
4.13.3 Get Information about Stored Configuration
Description
This command is used to get the configuration values that have been stored in the
moduleā€Ÿs memory. The parameters returned in this command are the parameters
used in automatically joining to a pre-configured network when the module boots up
in the auto-join mode.
Relevance
This command is relevant both when the TCP/IP stack is enabled or bypassed.
Frame Body
This command does not have the frame body
Response
typedef struct flash_config_s
{
UINT16 valid_flag;
UINT8 cnum;
UINT8 NetworkType;
UINT8 secMode;
UINT8 uRate;
UINT8 uTxPower;
UINT8 psk[64];
UINT8 join_ssid[32];
UINT8 uibss_mode;
UINT8 uchannel;
UINT8 uAction;
UINT8 dhcp_enable;
#define IP_ADDRESS_SZ 4
UINT8 ip[IP_ADDRESS_SZ];
UINT8 sn_mask[IP_ADDRESS_SZ];
UINT8 dgw[IP_ADDRESS_SZ];
UINT32 feature_select_bitmap;
UINT8 wep_mode;
UINT8 wep_index;
UINT8 wep_keys[3][32];