Can this be made to work on Ralink? When I have the adhoc0 interface
up bringing up ap0 says interface busy.....

Does it work on Atheros?

root@OpenWrt:/etc/config#
root@OpenWrt:/etc/config# ifconfig ap0 up
ifconfig: SIOCSIFFLAGS: Device or resource busy
root@OpenWrt:/etc/config#
root@OpenWrt:/etc/config# ifconfig adhoc0 down
[ 2510.510000] batman_adv: bat0: Interface deactivated: adhoc0
root@OpenWrt:/etc/config# ifconfig ap0 up
[ 2518.350000] IPv6: ADDRCONF(NETDEV_UP): ap0: link is not ready
root@OpenWrt:/etc/config# ifconfig ap0 up
root@OpenWrt:/etc/config# ifconfig adhoc0 up
ifconfig: SIOCSIFFLAGS: Device or resource busy
root@OpenWrt:/etc/config#


config wifi-device radio0
        option type     mac80211
        option channel  11
        option hwmode 11ng
        option path '10180000.wmac'
        option htmode HT20
        list ht_capab GF
        list ht_capab SHORT-GI-20
        list ht_capab SHORT-GI-40
        list ht_capab RX-STBC1

config wifi-iface
        option device 'radio0'
        option ifname 'ap0'
        option network 'lan'
        option mode 'ap'
        option ssid 'Smirl secure'
        option encryption 'psk2'

config wifi-iface
        option device 'radio0'
        option ifname 'ap1'
        option ssid 'Smirl open'
        option network 'hotspot'
        option mode 'ap'
        option encryption 'none'
        option isolate '1'

config wifi-iface
        option device 'radio0'
        option ifname 'adhoc0'
        option network 'mesh'
        option mode 'adhoc'
        option ssid 'mesh'
        option bssid '02:CA:FE:CA:CA:40'

--
Jon Smirl
jonsm...@gmail.com
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to