Article 5RHH1 Networking with University Wifi with OpenBSD and wpa_supplicant

Networking with University Wifi with OpenBSD and wpa_supplicant

by
robert1234
from LinuxQuestions.org on (#5RHH1)
I am trying to learn how to use OpenBSD, and I have been trying to get connected to my University's wifi with wpa_supplicant. I have been able to connect with wpa_supplicant on Linux, but not OpenBSD.
I have the following entry in /etc/wpa_supplicant, which works on Linux but not OpenBSD:
Code:network={
ssid="my-ssid"
scan_ssid=1
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=PEAP
phase2="auth=MSCHAPV2"
identity="my-username"
password="my-password"
phase1="peapver=0"
}I try with the following commands as root:
Code:ifconfig rtwn0 up
rcctl start wpa_supplicant
dhcpcd rtwn0Then it just times out.

Would anyone be able to help me?

Thankslatest?d=yIl2AUoC8zA latest?i=_mfuHumsmcU:FXZFt6uLQ10:F7zBnMy latest?i=_mfuHumsmcU:FXZFt6uLQ10:V_sGLiP latest?d=qj6IDK7rITs latest?i=_mfuHumsmcU:FXZFt6uLQ10:gIN9vFw_mfuHumsmcU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments