I&#39;ve been banging my head against wpa_supplicant configuration for Linux in my network. OSX and Windows do fine.<br><br>I&#39;m probably just missing something simple<br><br>Settings from IBM Connections: <br>Wireless Settings
<br>Network name (SSID): &quot;SecureSSID&quot;<br>Connection Type: Access Point<br>Security Encryption: 8021.x / WPA / EAP<br><br>IEEE 802.1x  Authentication settings<br>EAP Type: PEAP<br>Tunneled authentication protocol: MS-CHAP-V2
<br>User name and password settings: Use saved name and password <br>username: testuser<br>Validate server certificate? no<br><br>Our best guess at this config in wpa_supplicant.conf is: <br><font size="2"><font color="#d69d1b">
network={<br>&nbsp;&nbsp;        ssid=&quot;SecureSSID&quot;<br>&nbsp;&nbsp;        key_mgmt=IEEE8021X<br>&nbsp;&nbsp;        pairwise=TKIP<br>&nbsp;&nbsp;        eap=PEAP<br>&nbsp;&nbsp;        identity=&quot;testuser&quot;<br>&nbsp;&nbsp; password=&quot;testpass&quot;<br>&nbsp;&nbsp; phase2=&quot;auth=MSCHAPV2&quot;<br>}<br>
</font></font><br>Is that correct? I feel like I&#39;ve mistranslated something along the line. <br><br>Thanks in advance for any help.<br><br>Sincerely,<br><br>~drdreff<br>