Tagged Questions
2
votes
0answers
157 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"
...
2
votes
1answer
560 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
447 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 ...