[OpenWrt-Devel] 5GHz wifi is broken
e9hack
e9hack at gmail.com
Wed Feb 20 11:27:34 EST 2019
Am 18.02.2019 um 22:38 schrieb Hartmut Birr:
> Hi,
>
> this is my wireless configuration. I build hostapd with the internal radius server enabled and set the expected
> configuration for the internal radius server for hostapd if config value for auth_server isn't given or empty.
>
> config wifi-device 'radio0'
> option type 'mac80211'
> option channel 'auto'
> option channels '36-140'
> option hwmode '11a'
> option path 'pci0000:00/0000:00:00.0'
> option htmode 'VHT80'
> option country 'DE'
> option disassoc_low_ack '0'
> option log_level '0'
>
> config wifi-iface
> option device 'radio0'
> option mode 'ap'
> # option encryption 'wpa2+ccmp'
> option encryption 'wpa3-mixed'
> option ssid 'Wxxxxxxb-radius'
> option ca_cert '/etc/certs/ca-d171225.crt'
> option server_cert '/etc/certs/crt-d170807.crt'
> option private_key '/etc/certs/key-d170807.key'
> option dh_file '/etc/certs/hostapd.dh4096.pem'
> option eap_user_file '/etc/config/haprad.eap_user'
> option network 'lan'
> option eapol_version '2'
> option ieee80211w '1'
> option wpa_group_rekey '3600'
>
> config wifi-iface
> option device 'radio0'
> option network 'lan'
> option mode 'ap'
> option ssid 'Wxxxxxxb'
> # option encryption 'psk2+ccmp'
> option encryption 'sae-mixed'
> option wpa_psk_file '/etc/config/hostapd.wpa_psk'
> option disassoc_low_ack '0'
> option ieee80211w '1'
> option wpa_group_rekey '3600'
>
> config wifi-iface
> option device 'radio0'
> option mode 'ap'
> option ssid 'Txxxxxx'
> # option encryption 'psk2+ccmp'
> option encryption 'sae-mixed'
> option key 'xxxxxxxxxxxxxxxxxxxxxxxx'
> option network 'tor'
> option macaddr '00:xx:xx:xx:xx:xx'
> option disassoc_low_ack '0'
> option ieee80211w '1'
> option wpa_group_rekey '3600'
>
If I change the configuration, that the entry for using radius isn't the first one, the issue doesn't appear. I don't
relay understand:
why this occurs with ath10k AC only
why the version of openssl does trigger the issue and
why the error is 'Failed to set beacon parameters'
Regards,
Hartmut
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list