<div>&nbsp;</div>
<div>Hi All,</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp; Can I support both EAP-TTLS and EAP-PEAP in same supplicant config?</div>
<div>&nbsp;</div>
<div>&nbsp; I mean, i have following&nbsp;wpa_supplicant.conf file which works for EAP-TTLS.</div>
<div>
<p>update_config=1<br>eapol_version=1<br>ap_scan=1<br>fast_reauth=1</p>
<p>network={<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ssid=&quot;test&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan_ssid=1<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; auth_alg=OPEN<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proto=WPA RSN<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; key_mgmt=WPA-EAP IEEE8021X<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pairwise=TKIP CCMP<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; group=CCMP TKIP WEP104 WEP40
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; eap=TTLS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; identity=&quot;jbibe&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; anonymous_identity=&quot;jbibe&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; password=&quot;whatever&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; phase2=&quot;autheap=MD5&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; priority=2<br>}<br></p>
</div>
<div>Can any one tell me what all things I have to add extra or modify. So that I can use same wpa_supplicant.conf file to support EAP-PEAP also.</div>
<div>&nbsp;</div>
<div>Thing I I want end user to configure less number of parameters. To elaborate this in above config file for EAP-TTLS and end user have to change following parameters to work in his network.</div>
<div>1. ssid</div>
<div>2. username</div>
<div>3. anonymous - Is this parameter must?</div>
<div>4. password</div>
<div>&nbsp;</div>
<div>Other config parameters he need not modify to make EAP-TTLS working. Similarly I need your help for supporting EAP-PEAP? where as end user modify only above 3/4 parameters.</div>
<div>&nbsp;</div>
<div>Also please let me know if I can support some more methods using same config file.<br clear="all"><br>-- <br>Regards &amp; Thanks<br>Raghavendra. S </div>