Opened 13 months ago

Last modified 13 months ago

#18342 new bug

USB WiFi TL-WN821N can't pass authentication

Reported by: olegkapitonov Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Drivers/Network Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

USB WiFi adapter TP-Link TL-WN821N

Chip: RTL8192EU

Vendor ID: 0x2357 Device ID: 0x0107

Driver works, I can see AP list, but it can not pass authentication - it always shows the message "password incorrect".

The same situation with another USB Card:

Chip Ralink RT5370

Vendor ID: 0x148F Device ID: 0x5370

Attachments (4)

syslog (445.7 KB ) - added by olegkapitonov 13 months ago.
photo_2023-04-05_09-08-41.jpg (139.7 KB ) - added by olegkapitonov 13 months ago.
Ralink adapter device info
screenshot1.png (147.9 KB ) - added by olegkapitonov 13 months ago.
Realtek adapter device info
wpa_supplicant.log (27.4 KB ) - added by olegkapitonov 13 months ago.

Download all attachments as: .zip

Change History (6)

by olegkapitonov, 13 months ago

Attachment: syslog added

by olegkapitonov, 13 months ago

Ralink adapter device info

by olegkapitonov, 13 months ago

Attachment: screenshot1.png added

Realtek adapter device info

by olegkapitonov, 13 months ago

Attachment: wpa_supplicant.log added

comment:1 by waddlesplash, 13 months ago

KERN: [net/realtekwifi/0] [98:da:c4:0e:6e:58] station deauth via MLME (reason: 3 (sending STA is leaving/has left IBSS or ESS))

That's what appears in the logs each time.

comment:2 by waddlesplash, 13 months ago

Component: - GeneralDrivers/Network
/dev/net/realtekwifi/0: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=98:da:c4:0e:6e:58 reason=3 (DEAUTH_LEAVING) state=ASSOCIATING
/dev/net/realtekwifi/0: Event DEAUTH (11) received
/dev/net/realtekwifi/0: Deauthentication notification
/dev/net/realtekwifi/0:  * reason 3 (DEAUTH_LEAVING) locally_generated=1
Deauthentication frame IE(s) - hexdump(len=0): [NULL]
/dev/net/realtekwifi/0: CTRL-EVENT-DISCONNECTED bssid=98:da:c4:0e:6e:58 reason=3 locally_generated=1

I admittedly do not know much about WPA authentication at this level, and may have to do some research to figure out what is going on here, and whether this is a problem in Haiku's ports, or something else.

Note: See TracTickets for help on using tickets.