© Microhard Systems Inc.
117
5.0 AT Command Line Interface
AT+MAATH
Command Syntax (Effect: AT&W)
Get/Set Authentication configuration.
AT+MAAUTH[=<Mode>,<ServerIP>,
<ServerPort>[,<SharedSecret>]]
<Mode>:
0 - Local
1 - Local&RADIUS
<ServerIP>:
Remote Server IP Address
<ServerPort>:
Remote Server IP Port. 0 to 65535. Default is
1812
<SharedSecret>:
0 to 63 characters
Usage:
AT+MAAUTH
AT+MAAUTH=0
AT+MAAUTH=1[,<ServerIP>,<ServerPort>
[,<SharedSecret>]]
Description
Examples
Input:
AT+MAAUTH?
Response:
+MAAUTH:
Mode : 1 - Local&RADIUS
ServerIP : 8.8.8.8
ServerPort : 1812
SharedSecret : test
OK
Input:
AT+MAAUTH=0
Response:
OK
Input:
AT+MAAUTH
Response:
+MAAUTH:
Mode : 0 - Local
OK