Questions tagged [wpa-supplicant]

wpa_supplicant is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with support for WPA and WPA2 (IEEE 802.11i/RSN). It is suitable for both desktop/laptop computers and embedded systems. Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver.

wpa_supplicant is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with support for WPA and WPA2 (IEEE 802.11i/RSN). It is suitable for both desktop/laptop computers and embedded systems. Supplicant is the IEEE 802.1X/WPA component that is used in the client stations. It implements key negotiation with a WPA Authenticator and it controls the roaming and IEEE 802.11 authentication/association of the wlan driver.

wpa_supplicant is designed to be a "daemon" program that runs in the background and acts as the backend component controlling the wireless connection. wpa_supplicant supports separate frontend programs and a text-based frontend (wpa_cli) and a GUI (wpa_gui) are included with wpa_supplicant.

More information can be found at http://w1.fi/wpa_supplicant/.

126 questions
-1
votes
0 answers

Jetson Xavier NX + Intel AX210NGW WIFI 6E 6Ghz

my setup: Jetson Xavier NX, Jetpack 5.1.1, ubuntu 20.04, linux kernel 5.10 Intel AX210NGW WIFI 6E 6Ghz Router netgear RAXE300 tri-band situation: I was able to connect to wifi 6ghz from my laptop running the same Ubuntu 20.04 and the same wifi…
-1
votes
1 answer

Golang API to WPA Supplicant

I need connect headless IoT device (Raspberry Pi) to Wi-Fi Network. I have custom Linux built using YoctoProject. I don't have connman or Network Manager installed. There is only WPA Supplicant. My services are written in Golang. Call wpa_cli is…
Mark Berner
  • 119
  • 1
  • 6
-1
votes
1 answer

Making password bullets for Eduroam in Wicd

In order to connect to Eduroam wifi on wicd, I added the following Eduroam file to my /etc/wicd/encryption/templates folder: name = Eduroam author = hautod version = 1 require identity *Username password…
-1
votes
1 answer

wpa_supplicant throws reason=0 locally_generated=1

I am running wpa_supplicant on my pi3 board. If I provide credentials using wpa_cli, it tries to connect to the AP but throws out an error as below pi@adityapi:~/Desktop/WifiConnectApp/Rust/latest $ sudo wpa_supplicant -i wlan0 -Dnl80211,wext -c…
Vinay KS
  • 35
  • 1
  • 11
-1
votes
1 answer

wpa_supplicant keeping print message to screen

I am start learning Linux(CentOs 5.5 kernel 2.6.35.13). When I try to install a usb wifi stick(TP-Link TL-WN823N,and "lsusb" will show ID 0bda:8178 Realtek Semiconductor Corp..) It work fine in the window interface( ctrl+shift+F7). But when I…
D.tom
  • 21
  • 2
-1
votes
1 answer

How do I connect a raspberry pi to a hidden network with no password using a static ip address

I am connecting a raspberry pi to help a friend of mine. The wifi network it needs to be on is on a hidden SSID that has no passkey, and it needs to setup for a static ip address. I can't have access to the router to make it static, and the gui…
1 2 3
8
9