WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Problem connecting to WiFi via a Mediatek USB Dongle  (Read 2718 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Problem connecting to WiFi via a Mediatek USB Dongle
« Reply #15 on: March 14, 2022, 09:27:54 AM »
Does using something like this help:
Code: [Select]
key_mgmt=WPA-PSK
proto=WPA2
pairwise=CCMP
group=CCMP

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1072
Re: Problem connecting to WiFi via a Mediatek USB Dongle
« Reply #16 on: March 15, 2022, 05:58:40 AM »
Pretty sure TKIP is not valid for WPA2.   Newer devices probably have TKIP disabled altogether.

Offline xuraax

  • Newbie
  • *
  • Posts: 37
Re: Problem connecting to WiFi via a Mediatek USB Dongle
« Reply #17 on: March 15, 2022, 07:44:08 AM »
I tried proto=WPA2 either with TKIP in the other lines or CCMP (whatever they mean) as suggested by @Juanito but I still could not connect. I also tried to run the WPA_supplicant command with logging enabled but even though a lot of data gets recorded I could not make heads or tails of it.

Regards