{
"id": "GSF_ID_BSP_WIFISTA",
"op": "G0C0S0"
}
curl --location --request POST 'http://192.168.0.168/api/network/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_BSP_WIFISTA",
"op": "G0C0S0"
}'
{
"code": 0,
"data": {
"enable": 1,
"s": {
"ssid": "wifiname",
"bssid": "",
"signal": 0,
"encrypt": 0,
"frequency": 0
},
"stat": {
"ssid": "bova_tech",
"state": "COMPLETED",
"ipaddr": "192.168.0.43",
"mac": "32:7b:c9:38:eb:ab"
},
"psk": "password"
}
}