Hello, I read all the topics in the forum but I believe there is no information about my problem.
First, you have to know that my configuration is working fine if the OpenWrt client is connected to some WPA2 encrypted router, the problem is only with mixed WPA/WPA2 - PSK.
I tried to use the automatic encryption as well as 'option encryption 'psk2'' or 'option encryption 'psk-mixed'' but the result was the same.
I'm sending you my wireless configuration:
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11g'
option path 'platform/ar933x_wmac'
option disabled '0'
option country 'GR'
option htmode 'HT20'
option channel '9'
option legacy_rates '0'
config wifi-iface
option network 'wwan'
option ssid 'COSMOTE-488289'
option device 'radio0'
option mode 'sta'
option bssid '58:76:AC:E8:15:D1'
option key '*Indigochild8'
option encryption 'psk-mixed'
And this is my network configuration:
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fdfc:58de:da8b::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth0.1'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option ifname 'eth1'
option proto 'dhcp'
config interface 'wan6'
option ifname 'eth1'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '1 2 3 4 0t'
config interface 'wwan'
option proto 'dhcp'
Best regards Boyan.