Skip to main content

All Questions

10 questions with no upvoted or accepted answers
4 votes
0 answers
809 views

Computer-to-Computer network between OS X and Linux

I want to make a connection point to point via wifi between Mac and Linux. What I did was: I have created Computer-To-Computer network in OS X I have set manually an ip address for Mac, 10.0.0.1/255....
xwgou's user avatar
  • 41
3 votes
1 answer
8k views

wpa_supplicant disconnects with reason=3 on connection

I am using a raspberry pi 4 to connect to my college network (so using WPA-Enterprise using PEAP) using wpa_supplicant when I run the command, sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant....
gfaster's user avatar
  • 31
2 votes
0 answers
894 views

wpa_supplicant needs a manual reassociation every once in a while

I recently reinstalled a Debian 10 on my laptop. Before that, wireless connection to my home AP worked fine (no latency, no disconnection...). But since the reinstallation, when my laptop is connected ...
Youyou's user avatar
  • 21
1 vote
0 answers
94 views

What is the fastest way to switch from one AP to another in Linux

I need to switch between APs quickly - in less than 1 second if possible. Using nmcli or wpa_supplicant the best I can do is about 12 seconds. Does anyone know a method to reduce the time? Thanks.
fubuyuan's user avatar
1 vote
0 answers
215 views

Connecting to a WPA network in Linux with a USB dongle

I'm trying to connect my computer to a wireless network in Linux Mint. I used the Windows Wireless Driver program to load the Windows XP drivers for my USB dongle, a Cisco / Linksys AE1200. After that ...
Chris Burnham's user avatar
0 votes
0 answers
120 views

How to connect Linux to a WPA2-EAP-CCMP Wi-Fi network?

Summary: after having gone through tons of documentation pages, I still cannot connect my Debian to a WPA2-EAP-CCMP Wi-Fi The NIC is correctly configured (driver-wise): # iwconfig wlx00e04c45ad46 ...
WoJ's user avatar
  • 3,263
0 votes
0 answers
60 views

Buildroot: wpa_supplicant cannot connect to ESP32 SoftAP

I have a SoftAP set up using ESP32-S3. Clean example from ESP-IDF SDK, no changes on my end. I also have a MilkV-Duo board running buildroot with RTL8188 network card over USB. Here's the state of ...
piotr-de's user avatar
0 votes
0 answers
265 views

Run Wifi (Intel AX210) with Single Antenna

Is it possible to run an Intel AX210 chip using a single antenna? I've got an embedded project where a single antenna would be optimal. With a single antenna, I get almost perfect data connectivity, ...
johnnyb's user avatar
  • 113
0 votes
1 answer
1k views

getting error while configuring wpa_spplicant in WPA3 SAE mode

I configured as below in wpa_supplicant2.conf: ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=0 sae_pwe=2 sae_groups=19 20 21 24 25 update_config=1 network={ ssid=req_SSID proto=...
yakanna's user avatar
0 votes
1 answer
557 views

Rapsbery Pi stretch lite not connecting to WiFi Network

I am running the latest November release of Raspian Stretch Lite on my Pi. I created a /etc/network/interfaces file with this information whenever I plug in my USB wifi dongle into the USB interface ...
shaun's user avatar
  • 111