Hello,
It appears that I have detected a incompatibility in the repeater function.
This happens when I let my Beryl 7 (fw: 4.8.6) connect to my Flint 2 running from OpenWrt master branch with the following config:
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/soc/18000000.wifi'
option channel '10'
option band '2g'
option htmode 'HE20'
option cell_density '0'
option txpower '10'
option country 'NL'
list hostapd_options 'ssid_protection=1'
option log_level '3'
config wifi-device 'radio1'
option type 'mac80211'
option path 'platform/soc/18000000.wifi+1'
option band '5g'
option htmode 'HE160'
option cell_density '0'
option country 'NL'
option txpower '17'
list hostapd_options 'ssid_protection=1'
option log_level '3'
list channels '132 100 104 112 116'
option channel 'auto'
config wifi-iface 'default_radio0'
option device 'radio0'
option mode 'ap'
option ssid 'GL-MT6000-7fa'
option encryption 'psk2+ccmp'
option ieee80211r '1'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option ieee80211w '1'
option ocv '1'
option wpa_disable_eapol_key_retries '1'
option mobility_domain 'F8DD'
option reassociation_deadline '20000'
option macaddr 'random'
option wpa_psk_file '/etc/hostapd/ppsk-vlans'
option skip_inactivity_poll '1'
option multicast_to_unicast_all '1'
option vlan_naming '1'
option dynamic_vlan '2'
config wifi-iface 'default_radio1'
option device 'radio1'
option mode 'ap'
option ssid 'GL-MT6000-7fa-5G'
option encryption 'psk2+gcmp256'
option ieee80211r '1'
option mobility_domain 'F8DC'
option ft_over_ds '0'
option ft_psk_generate_local '1'
option reassociation_deadline '20000'
option macaddr 'random'
option ocv '1'
option wpa_disable_eapol_key_retries '1'
option skip_inactivity_poll '1'
option wpa_psk_file '/etc/hostapd/ppsk-vlans'
option multicast_to_unicast_all '1'
option dynamic_vlan '2'
option vlan_naming '1'
option ieee80211w '2'
config wifi-vlan
option iface 'default_radio0'
option vid '178'
option name 'aqnet'
option network 'aqaranet'
config wifi-vlan
option iface 'default_radio0'
option vid '179'
option name 'hwnet'
option network 'hwnet'
config wifi-vlan
option iface 'default_radio1'
option vid '90'
option name 'aya'
option network 'ayaneo'
config wifi-vlan
option vid '52'
option name 'iot'
option network 'iot'
option iface 'default_radio0'
config wifi-vlan
option vid '62'
option name 'beta'
option network 'beta'
config wifi-vlan
option iface 'default_radio0'
option vid '133'
option name 'sma'
option network 'sma'
config wifi-vlan
option iface 'default_radio1'
option vid '50'
option name 'wlan0'
option network 'wlan0'
config wifi-vlan
option iface 'default_radio0'
option vid '51'
option name 'wlan1'
option network 'wlan1'
It worked before on the 5ghz channel, the only change I made was using the channel array and I think this causes some minor DFS problems within the repeater function, it seem it tries to brute force random channels on the Beryl 7 and fails.
It is possible that the Flint 2 is using a bug, wifi-scripts-ucode still can cause random problems.
The commit hash of the build for OpenWrt a2b8a3fbb92eeb36a8465df214d5ab454a89272e.
Could there be a limitation perhaps?
Edit:
No it isn't the channel array, I also tried a different vlan password but no avail, from the logs on the Flint 2 I don't see a attempt.
Edit:
It only affects 5G band on the repeater, when I connect to a 2.4ghz network it works fine, is there a way to set wireless country in Beryl 7 since it is not there?




