getWifiGlobal.lua
[INDEX]

ABSTRACT

Get the WIFI global options

ARGUMENTS

HTTP Arguments submit: GET; POST

Test this API over HTTP - (URL):

RETURNS

Return a JSON style result. The JSON format is:

{
/*OBJECT*/

"Result":
NUMBER

200 means OK, other error code meanings are similar to HTTP Response.

"Status":
"STRING"

Status message. Responsing result status of API executive, if there errors, it will describe reasons.

"Data": {
/*OBJECT*/

"ScanPlan":
"STRING"

WIFI Country/Domain/Standard option:

0x00

FCC

0x01

IC

0x02

ETSI

0x03

SPAIN

0x04

FRANCE

0x05

MKK

0x06

MKK1

0x07

ISRAEL

0x08

TELEC

0x09

GLOBAL_DOAMIN

0x0a

WORLD_WIDE_13

0x0b

TAIWAN

0x0c

CHINA

0x0d

SINGAPORE_INDIA_MEXICO (ETSI:Singapore, India. FCC:Mexico => WW)

0x0e

KOREA

0x0f

TURKEY

0x10

JAPAN

0x11

FCC_NO_DFS

0x12

JAPAN_NO_DFS

0x13

WORLD_WIDE_5G

0x14

TAIWAN_NO_DFS

0x15

ETSI_NO_DFS

0x16

KOREA_NO_DFS

0x17

JAPAN_NO_DFS

0x18

PAKISTAN_NO_DFS

0x19

TAIWAN2_NO_DFS

0x1f

WORLD_WIDE_ONLY_5G

}
}

OTHER NOTES

KILOVIEW Device HTTP API, v1.0