STREAM User Manual
69
restart
/api/wifiap/restart
Restart after any settings change for changes to take effect
set ssid
/api/wifiap?ssid=Stream
set password
/api/wifiap?password=extremetech
set encryption type
/api/wifiap?enctype=wpa2
wpa2, wep, and none are supported
set autostart on
/api/wifiap?autostart=1
set autostart off
/api/wifiap?autostart=0
wificlient
Status
/api/wificlient
<wificlient>
<status>Off</status>
<autorun>0</autorun>
<ssid>foo</ssid>
<iptype>DHCP</iptype>
<ipaddress>none</ipaddress>
<subnet>none</subnet>
<enctype>wpa2</enctype>
</wificlient>
Note that each item may be retrieved individually instead of as a group. For instance
/api/wificlient/autorun will retrieve only the autorun setting.
start
/api/wificlient/start
stop
/api/wificlient/stop