OIT manages the wireless networks across campus, including those available in MCECS. MCECS users can contact the CAT as a first step when encountering wireless problems. If the problem appears to be upstream, we will most likely recommend you then contact OIT directly.

Connecting to Wi-Fi from Windows, MacOS, iOS, Android

OIT has step-by-step procedures for connecting to campus Wi-Fi from Windows, Macs and mobile devices running iOS or Android.

https://www.pdx.edu/technology/wireless-network

Connecting to Wi-Fi from Linux

Using the GUI to Connect to PSU Secure

https://cat.pdx.edu/platforms/linux/remote-access/psu-secure-gnome/

Using wpa_supplicant to Connect to PSU Secure

Adding the following to your existing wpa_supplicant configuration will allow you to login to PSU’s secure wireless network “PSU Secure”:

network={
ssid=”PSU Secure”
scan_ssid=1
key_mgmt=WPA-EAP
eap=PEAP
identity=”odin_user”
password=”odin_pass”
phase1=”peaplabel=0″
phase2=”auth=MSCHAPV2″
}