Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network association followed by supplicant TDLS error #226

Open
netizeno opened this issue Jul 17, 2024 · 3 comments
Open

Network association followed by supplicant TDLS error #226

netizeno opened this issue Jul 17, 2024 · 3 comments

Comments

@netizeno
Copy link

netizeno commented Jul 17, 2024

After the router tries to associate a hardware address to my device (I believe that is what is happening) I see the following error exactly every three minutes, whether or not i'm using the internet. It also doesn't happen on other networks. I'm using NM with wpa_supplicant backend. I tried debugging relevant components and running tcpdump to see if there was an obvious pattern causing the following but couldn't find one.

localhost kernel: wpa_supplicant[pid]: TDLS: Invalid frame - payloadtype=1 category=203 action=56

I believe the wifi is working fine but i don't knowingly use or intend to use TDLS. Can you explain to me what is going on here and how to disable it?

edit - This also happens periodically. Maybe the type of connection is relevant.
RTW: recv eapol packet - WPA Group Key 1/2
RTW: set group key camid:2, addr:00:11:bb:33:d9:66, kid:2, type:TKIP
RTW: send eapol packet - WPA Group Key 2/2

edit - also this
RTW: WARN cfg80211_rtw_scan : scan abort!! BusyTraffic

@morrownr
Copy link
Owner

Hi @netizeno

In the driver folder, open the file Makefile in a test editor and look for the following line:

CONFIG_TDLS = y

Change it to the following and save:

CONFIG_TDLS = n

Run:

$ sudo sh install-driver.sh

Let me know.

@netizeno
Copy link
Author

Yes it worked. sudo iw list shows that it is not TDLS capable and i do not get the invalid frame error anymore. Thank you.

@morrownr
Copy link
Owner

You are welcome. I did some research and based on nobody asking for this capability, I pushed a commit to make the default as TDLS off. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants