Hello Folks
Following information here:
https://wiki.openwrt.org/doc/recipes/atheroswds
I've installed LEDE from here:
https://github.com/infinitnet/lede-ar71xx-optimized-archer-c7-v2/blob/master/lede-ar71xx-generic-archer-c7-v2-squashfs-sysupgrade.bin
After first installing from here:
https://downloads.lede-project.org/releases/17.01.4/targets/ar71xx/generic/lede-17.01.4-ar71xx-generic-archer-c7-v2-squashfs-factory-eu.bin
And, then attempted to set up a WDS Client. I've tried to do that with a Plusnet Hub One router as WDS Master - with stock firmware. Before I'm screamed down for attempting WDS with the Hub One on stock firmware, I only attempted that after discovering my Archer C7 was running as a WDS Client when it was on stack firmware. They're both atheros devices.
The LEDE Archer C7 sees the Hub One and reports it's MAC address A4:08:F5:AE:CE:04:
root@OpenWrt0:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'pci0000:01/0000:01:00.0'
option country 'GB'
option log_level '2'
option distance '5'
option htmode 'VHT20'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option ssid 'OpenWrt0'
option mode 'ap'
option encryption 'psk2'
option key '19ClarkeRoad'
option wps_pushbutton '0'
config wifi-device 'radio1'
option type 'mac80211'
option hwmode '11g'
option path 'platform/qca955x_wmac'
option disabled '0'
option channel '1'
option log_level '2'
option htmode 'HT20'
option country 'GB'
option distance '10'
config wifi-iface
option ssid 'OpenWrt0'
option encryption 'psk2'
option device 'radio1'
option mode 'sta'
option bssid 'A4:08:F5:AE:CE:04'
option key '19ClarkeRoad'
option wds '1'
option wps_pushbutton '0'
option network 'lan'
config wifi-iface
option device 'radio1'
option mode 'ap'
option ssid 'OpenWrt0'
option network 'lan'
option encryption 'psk2'
option key '19ClarkeRoad'
option wps_pushbutton '0'
root@OpenWrt0:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '36'
option hwmode '11a'
option path 'pci0000:01/0000:01:00.0'
option country 'GB'
option log_level '2'
option distance '5'
option htmode 'VHT20'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option ssid 'OpenWrt0'
option mode 'ap'
option encryption 'psk2'
option key '19ClarkeRoad'
option wps_pushbutton '0'
config wifi-device 'radio1'
option type 'mac80211'
option hwmode '11g'
option path 'platform/qca955x_wmac'
option disabled '0'
option channel '1'
option log_level '2'
option htmode 'HT20'
option country 'GB'
option distance '10'
config wifi-iface
option ssid 'OpenWrt0'
option encryption 'psk2'
option device 'radio1'
option mode 'sta'
option bssid 'A4:08:F5:AE:CE:04'
option key '19ClarkeRoad'
option wds '1'
option wps_pushbutton '0'
option network 'lan'
config wifi-iface
option device 'radio1'
option mode 'ap'
option ssid 'OpenWrt0'
option network 'lan'
option encryption 'psk2'
option key '19ClarkeRoad'
option wps_pushbutton '0'
root@OpenWrt0:~#
But, no packets...
Some screen shots of my Luci config, here:https://www.dropbox.com/s/wt70ok2pvyu75dy/WDSBidgeSetup.pdf?dl=0
I wonder if anyone can tell me if I've missed something here, or I should go back to the stock firmware (before getting LEDE on the Hub One - a longer term project)
Thanks
Morgan.