root@cyb-rt:~# wifi status
{
"radio0": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"config": {
"hwmode": "11g",
"path": "platform\/ar934x_wmac",
"country": "PL",
"txpower": 18,
"channel": "auto",
"htmode": "HT40"
},
"interfaces": [
{
"section": "@wifi-iface[0]",
"ifname": "wlan0",
"config": {
"mode": "ap",
"ssid": "nazwa1",
"encryption": "wpa2+ccmp",
"auth_server": "192.168.xx.xx",
"auth_port": xxx,
"auth_secret": "xxx",
"hidden": true,
"mode": "ap",
"network": [
"lan"
]
}
},
{
"section": "@wifi-iface[3]",
"ifname": "wlan0-1",
"config": {
"mode": "ap",
"ssid": "nazwa2",
"encryption": "psk2+ccmp",
"key": "xxxxx",
"macfilter": "allow",
"maclist": [
"7C:DD:90:xx:xx:xx",
"B4:8B:19:xx:xx:xx"
],
"mode": "ap",
"network": [
"nazwa2",
"lan"
]
}
}
]
},
"radio1": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"config": {
"channel": "36",
"hwmode": "11a",
"path": "pci0000:00\/0000:00:00.0",
"country": "PL",
"txpower": 15
},
"interfaces": [
{
"section": "@wifi-iface[1]",
"ifname": "wlan1",
"config": {
"mode": "ap",
"ssid": "nazwa3",
"hidden": true,
"encryption": "wpa2+ccmp",
"auth_server": "192.168.xx.xx",
"auth_port": xxx,
"auth_secret": "xxx",
"mode": "ap",
"network": [
"lan"
]
}
},
{
"section": "@wifi-iface[2]",
"ifname": "wlan1-1",
"config": {
"mode": "ap",
"ssid": "nazwa4",
"encryption": "psk2+ccmp",
"key": "xxxx",
"hidden": true,
"network": [
"nazwa4"
],
"mode": "ap"
}
}
]
}
}