Hi Guys,

Awesome project!

Why can't we create a wifi-iface without an interface?


I want something like this but there is a dependency on Interface

I want this:
package wireless

config wifi-iface 'wifi_wlan52'
        option device 'radio0'
        option encryption 'psk2+ccmp'
        option isolate '0'
        option key 'password'
        option mode 'ap'
        option network 'lan'
        option ssid 'openWisp'
        option wmm '1'
        option wpa_disable_eapol_key_retries '1'

But i need to config it like this:

package network

config interface 'wlan52'
        option delegate '0'
        option force_link '1'
        option ifname 'wlan52'
        option proto 'none'

package wireless

config wifi-iface 'wifi_wlan52'
        option device 'radio0'
        option encryption 'psk2+ccmp'
        option ifname 'wlan52'
        option isolate '0'
        option key 'password'
        option mode 'ap'
        option network 'lan'
        option ssid 'openWisp'
        option wmm '1'
        option wpa_disable_eapol_key_retries '1'


Now we have a extra redundant interface (wlan52), the wifi "openwisp" is 
bridged on the LAN interface, so why do we need to config an interface for 
every wifi-iface?

I just want some wifi-iface config templates and don't care if there is no 
interface to attache to. 

Can someone please explain?
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to