Hi Albert,
On 4/1/20 2:01 PM, Albert Pretorius wrote:
Hi
I was on IRC earlier about this problem: my new ZyXel router (and aruba
access point) does not connect:
<snip>
src/netdev.c:netdev_control_port_frame_cb() 0
New Key for Group Mgmt failed for ifindex: 4
So from the pcap log I was able to discern that the kernel is replying
with a -EINVAL here, which suggests that some of the info we're getting
from the AP is likely invalid.
I have heard reports of some routers sending a key index that is
improperly formatted (i.e. in big endian and not little endian). I
think recent versions of wpa_s have a workaround for this.
If you're able, can you apply the attached patch on top of iwd (and ell)
git HEAD and tell me if this solves this issue?
<snip>
which works but with the caveat that I now have to manually do iwctl
connect and type the password in.
strange. This setting should have no effect on iwctl or any other
behavior. It simply picks whether BIP is advertised as a local
capability to the AP.
Regards,
-Denis