scan-wifi-results 接口
获取可连接的无线网络信息。
请求方式
GET http://ip/usapi?method=scan-wifi-results
参数 | 说明 |
---|---|
method | 方法名称:scan-wifi-results |
返回数据
{
"result": 0
"user-items": [
],
"scan-items": [
]
}
已连接无线网络
"user-items": [
{
"name": "",
"freq": 5785,
"level": -35,
"is-auto": 0,
"is-use": 0
}
]
未连接无线网络
"scan-items": [
{
"name": "",
"freq": 5785,
"level": -35,
"is-auto": 0,
"is-use": 0
}
]
属性 | 说明 |
---|---|
result | 返回状态,0:操作成功,返回其它值请参考 API 状态码 |