I have set interface wireless on openwisp, this is in advance mode:
"interfaces": [
{
"wireless": {
"mode": "access_point",
"radio": "radio0",
"ssid": "ciao",
"encryption": {
"protocol": "none"
},
"network": [
"br-lan"
]
},
"type": "wireless",
"name": "test"
}
]
because in preview set network interface?
howto only wifi?
config interface 'test'
option ifname 'test'
option proto 'none'
package wireless
config wifi-iface 'wifi_test'
option device 'radio0'
option encryption 'none'
option ifname 'test'
option mode 'ap'
option network 'br_lan'
option ssid 'ciao'
Thanks.
--
You received this message because you are subscribed to the Google Groups "OpenWISP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openwisp+u...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/90aeb325-bc48-ea9e-3207-4641ebf350eb%40gmail.com.