kaloz / mwlwifi

mac80211 driver for the Marvell 88W8864 802.11ac chip
396 stars 119 forks source link

WRT3200ACM + OpenWrt + 802.11s #348

Closed mikysal78 closed 5 years ago

mikysal78 commented 5 years ago

With 802.11s dont'work, I setting network

config interface 'mesh'
    option proto 'static'
    option ifname 'mesh'
    option ipaddr '172.27.85.1'
    option netmask '255.255.0.0'

and wireless

config wifi-iface 'wifi_mesh'
    option device 'radio0'
    option encryption 'none'
    option ifname 'mesh'
    option mesh_id 'ninux'
    option mode 'mesh'
    option network 'mesh'

Thanks.

lantis1008 commented 5 years ago

See #268 I don’t think this has changed since then.

yuhhaurlin commented 5 years ago

This feature is not supported.

mikysal78 commented 5 years ago

This feature is not supported.

ad-hoc?