The wpa-supplicant tag has no wiki summary.
0
votes
1answer
31 views
Problem with WPA connection on OpenBSD
I have an OpenBSD 5.3 amd64 installed and Intel WiFi Link 1000 card which works with WEP but I obtain a strange message with WPA keys:
# sh /etc/netstart iwn0
iwn0: no link ............. sleeping
...
2
votes
1answer
81 views
wpa_supplicant store password as hash (WPA-EAP with phase2=“auth=PAP”)
Is there a way to store my password in /etc/wpa_supplicant/wpa_supplicant.conf as some hash instead of plaintext?
By "password" I refer here to the password used for phase2 authentification. I do not ...
0
votes
1answer
139 views
Wifi connection works but can't connect to internet
I've recently switched to using Slackware 14 on my laptop, so far I'm quite happy with the distro, except for 1 really annoying little thing: I can surf using hotspots, and all sorts of public ...
2
votes
1answer
853 views
Connect to hidden Wifi AP with wpa-supplicant?
I have a headless Debian machine, with a Wifi dongle connected. I used to hide the Wifi AP, but now I can't.
If I unhide it, some lines in the /etc/network/interfaces will allow me to connect:
auto ...
2
votes
0answers
158 views
Can I configure specified PEAP in network-manager
Here's the wpa_supplicant.conf file:
ap_scan=1
network={
ssid="<SSID Name>"
proto=WPA2
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP
eap=PEAP
phase1="peaplabel=0"
...
4
votes
4answers
710 views
Spoofed MAC address ignored by wpa_supplicant?
I'm using wpa_supplicant to power my wireless card in my Ubuntu Server (yes I know wireless in a server is bad, but this is a special case) since it has the ability to automatically roam WAPs instead ...
4
votes
1answer
651 views
Can I spoof the MAC address in Android?
Is it possible to spoof the MAC address of the wireless interface using wpa_supplicant.conf in Android when I connect as a client to an access point?
Edit
Unfortunately, Android doesn't support
...
3
votes
0answers
430 views
WPA pre-shared key format in linux and macintosh
I'm temporarily in a situation where the wifi network I need to use is implemented using Macintosh equipment. They have encoded their network using WPA and TKIP. I can't seem to get onto their network ...
2
votes
1answer
2k views
Wireless card won't connect right away
I have a netgear wg311 wireless card on my Debian machine. I have it connected using wpa_supplicant.
When I type this.
wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dwext
I get ...
2
votes
1answer
568 views
Getting wireless card to work in Debian with wpa_supplicant
I'm having difficulty getting a Netgear WG311 network card to work with Debian. Here is a screenshot showing ifconfig wlan0, iwconfig, network interface cards, and wpa_supplicant configs:
I ...
1
vote
1answer
448 views
Unexplained Log Cruft and Possible Dropped Packets on WPA2-Personal LAN
I've been receiving a LOT of log cruft ever since I installed my Linksys Rangeplus USB WUSB100v2 (using the rt2870sta community driver from the Linux kernel) and was wondering what it all meant.
Many ...
4
votes
2answers
1k views
wireless networking
When I connect my laptop to a wpa2 secured router, using wicd I don't have any connection problems.
BUT when I connect with the following command-line command ( as outlined here )
UPDATED:
...
4
votes
1answer
743 views
Use wpa_supplicant without plain text passwords
I'm running gentoo on my laptop, and I'm currently using wpa_supplicant to handle wifi.
My configuration works and I can connect, but it is required to type in the plain text password into the ...