Das Netzwerk Menü :: WiFi
param.cgi?cmd=setwirelessattr
Function | Configure your Camera´s WiFi |
---|---|
Authority | admin |
Parameter | wf_enable : 1 (WiFi enabled), 0 (WiFi disabled) |
wf_ssid : SSID (max. 32 Characters) | |
wf_auth : 0 (no encryption), 1 (WEP), 2 (WPA-PSK), 3 (WPA2-PSK) | |
wf_key : Key max. 63 Characters (Allowed special characters: &="`\) | |
wf_enc : Key type 0 (TKIP), 1 (AES) | |
wf_mode : 0 (infra), 1 (ad-hoc) | |
Return | Success, Error |
Example | GET: http://admin:instar@192.168.2.168/cgi-bin/hi3510/param.cgi?cmd=getwirelessattr |
SET: http://admin:instar@192.168.2.168/cgi-bin/hi3510/param.cgi?cmd=setwirelessattr&-wf_ssid=linksys&-wf_enable=1&-wf_auth=2&-wf_key=1234567890&-wf_enc=0&-wf_mode=0 |