Page 10 of 17

Re: Openwrt 19.07 based Gargoyle

Posted: Tue Dec 24, 2019 8:39 am
by Lantis
That doesn't sound right.
I think what they are trying to say is that usb3 is enabled by default. However. In our config we quite clearly have it disabled.

So yes while setting it to "=y" is not strictly required, setting it to "is not set" overrides the default and turns it off.

And no, there is still a kmod-usb3 and there's no indication I can see that this functionality has been merged elsewhere (why would they?)
Please seek some clarification.

Re: Openwrt 19.07 based Gargoyle

Posted: Tue Dec 24, 2019 10:25 am
by papka__
Lantis wrote:That doesn't sound right.
I think what they are trying to say is that usb3 is enabled by default. However. In our config we quite clearly have it disabled.

So yes while setting it to "=y" is not strictly required, setting it to "is not set" overrides the default and turns it off.

And no, there is still a kmod-usb3 and there's no indication I can see that this functionality has been merged elsewhere (why would they?)
Please seek some clarification.
Two things:
1. Only after this change USB became fully functional.
2. In Gargoyle 1.11 this option also set to 'y'.

Re: Openwrt 19.07 based Gargoyle

Posted: Tue Dec 24, 2019 12:15 pm
by papka__
Lantis wrote:I've added code to select the highest protocol in a situation where the upstream network is "mixed"
Finally tested this. Unfortunately not working. If main router unsing WPA3/WPA2 authentication and slave set to WPA3/WPA2 also, slave router not able to connect to main router. If I change authentication to WPA2 on main - slave router got connected without problem. And other way around if main use WPA3/WPA2 and slave set to WPA2 - everything is fine.
So not working situation mixed/mixed. Could you, please, have a look?

Re: Openwrt 19.07 based Gargoyle

Posted: Tue Dec 24, 2019 4:32 pm
by Lantis
Can you post your config you're using for Wi-Fi?
The client shouldn't be in mixed mode which confuses me and is why I think it isn't working.
Screenshots is fine.

Re: Openwrt 19.07 based Gargoyle

Posted: Tue Dec 24, 2019 4:37 pm
by Lantis
Config on both upstream and downstream devices preferably as well thanks.

Re: Openwrt 19.07 based Gargoyle

Posted: Wed Dec 25, 2019 3:38 am
by papka__
Lantis wrote:Can you post your config you're using for Wi-Fi?
The client shouldn't be in mixed mode which confuses me and is why I think it isn't working.
Screenshots is fine.
Before posting, probably, unnecessary things, I would like to check that I'm correct in my understanding of how wireless repeater working (I didn't use much before on routers). If main router having mixed authentication (wpa2 and wpa3 clients should be accepted) and repeater (connected via wds) I will set wpa3 authentication. Will wpa2 clients be accepted by repeater? Probably it's stupid question, but I didn't found clear answer and almost everywhere were written that authentication should match on both devices.

Re: Openwrt 19.07 based Gargoyle

Posted: Wed Dec 25, 2019 9:14 pm
by Lantis
papka__ wrote:Before posting, probably, unnecessary things, I would like to check that I'm correct in my understanding of how wireless repeater working (I didn't use much before on routers). If main router having mixed authentication (wpa2 and wpa3 clients should be accepted) and repeater (connected via wds) I will set wpa3 authentication. Will wpa2 clients be accepted by repeater? Probably it's stupid question, but I didn't found clear answer and almost everywhere were written that authentication should match on both devices.
Ok, that's an interesting scenario. The code doesn't currently accommodate that.

The way it works is that the Repeater is supposed to mirror the Upstream AP (i.e. repeat it). This includes channel, encryption and password (we let you change the name if you like).
The problem is, there's no such thing as "mixed" encryption when you JOIN an AP. You use one or the other.
So therefore the repeater then also gets the "one or the other" treatment as well.

We can probably fix this, but it's a curly situation.
For example, what if you have a downstream router which can't do WPA3, so it connects as WPA2. It isn't capable of repeating the mixed WPA3/2 signal, so it will only do WPA2, but that's now an unexpected (or at least, strange) behaviour.

For now as a workaround, you can manually edit your repeater config to "sae-mixed" instead of "sae", and then restart your wifi.

Re: Openwrt 19.07 based Gargoyle

Posted: Thu Dec 26, 2019 6:38 am
by papka__
Thank you. I will try and will let you know.
However, is it not the same as I would set wpa3/wpa2 authentication on repeater GUI?

Re: Openwrt 19.07 based Gargoyle

Posted: Thu Dec 26, 2019 7:14 am
by Lantis
Maybe, but i don't know how the host will connect in this behaviour. It sounds like "undefined" behaviour.

Re: Openwrt 19.07 based Gargoyle

Posted: Thu Dec 26, 2019 8:56 am
by papka__
Lantis wrote:Maybe, but i don't know how the host will connect in this behaviour. It sounds like "undefined" behaviour.
That's the thing. Connection happen only if either main router or repeater authentication is distinct. If both mixed - repeater not creating connection to main router. I already tested this.