This is a structure for compatibility with older versions. Do not use unless there is a special reason.

Syntax

typedef struct {
    unsigned char  au8SSID[33];
    unsigned char  u8ListenChannel;
    unsigned char  u8KeyIndx;
    unsigned char  u8KeySz;
    unsigned char  au8WepKey[26 + 1];
    unsigned char  u8SecType;
    unsigned char  u8SsidHide;
    unsigned char  au8DHCPServerIP[4];
    unsigned char  __PAD24__[3];
} tstrM2MAPConfig;

Members

au8SSID
Specify the SSID.
u8ListenChannel
Specify the Channel.
u8KeyIndx
Specify the index of Wepkey.
u8KeySz
Specify the size of Wepkey.
au8WepKey
Specify the Wepkey.
u8SecType
Specify the security type.
OPEN・WEP ・WPA
u8SsidHide
Specifies whether to hidden or visible the SSID status. "Hidden(1)/Visible(0)"
au8DHCPServerIP
Specify the IP server address.
__PAD24__
Padding bytes for forcing alignment.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/11/26