lwfinger / rtl8852au

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid RSNE capabilities (0x002d) when try to connect with Tenda AX12Pro.

qiankun-zhu opened this issue · comments

STAUT: ASUS USB-AX56
Driver: 9cd89a3
PC: OptiPlex 7090 SFF
OS: Ubuntu 22.04.1, Kernel: 5.15.0-43

Reproduced steps:
Step 1. Set Tenda AX12Pro security mode to WPA2-PSK.
Step 2. STAUT connects to this AP.

Actual result:
Connection failed.

STAUT association request:
image

AP association response:
image

Should the RSN Capabilities be 0x0000 in STAUT's association request?

First of all, you cut off the bits that are set in the STA's request. I have no idea what those bits in the upper part of the RSNs code mean.

Perhaps the code being sent should be zero, but the code is set by the parameters of the network setup.

Thanks for your reply.
Attach the packets, can you please take a look?

packets_20231027-153819.zip
STAUT MAC: 08:bf:b8:4e:91:38
AP MAC: b8:3a:08:99:40:e2

The only thing I see is that the "IEEE802.11Wireless Management"/"Capabilities Information" for both STAUT and AP show that the "Transmitter is an AP". What are you trying to do?