Set only wireless interface

28 views
Skip to first unread message

Michele Salerno

unread,
Dec 2, 2020, 6:23:11 PM12/2/20
to OpenWISP

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.

Federico Capoano

unread,
Dec 2, 2020, 6:29:40 PM12/2/20
to OpenWISP
There's no way to remove it, it was a design decision made to make the network configuration explicit.

Is the interface definition in /etc/config/network causing you any technical issue?
If not, you can just ignore it.

--
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.
Reply all
Reply to author
Forward
0 new messages