I&#39;m getting the following messages<br><div style="font-family: &quot;Courier New&quot;; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-style: normal; font-weight: normal; text-decoration: none;">

<pre>EAP: Received EAP-Request id=70 method=25 vendor=0 vendorMethod=0<br>EAP: EAP entering state GET_METHOD<br>EAP: Initialize selected EAP method: vendor 0 method 25 (PEAP)<br>TLS: Unsupported Phase2 EAP method &#39;MSCHAPv2&#39;<br>
TLS: Phase2 EAP types - hexdump(len=8): 00 00 00 00 1a 00 00 00<br>TLS: using phase1 config options<br>TLS: Trusted root certificate(s) loaded<br>CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected<br>EAP: EAP entering state METHOD<br>
SSL: Received packet(len=6) - Flags 0x20<br>EAP-PEAP: Start (server ver=0, own ver=1)<br>EAP-PEAP: Using PEAP version 0<br></pre></div>
with the following config file:<br><div style="font-family: &quot;Courier New&quot;; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-style: normal; font-weight: normal; text-decoration: none;">

<pre>ctrl_interface=/var/run/wpa_supplicant<br>ap_scan=1<br>network={<br>        ssid=&quot;OSD&quot;<br>        proto=RSN<br>        key_mgmt=WPA-EAP<br>        group=CCMP<br>        eap=PEAP<br>        identity=&quot;admin&quot;<br>
        password=&quot;wpi01&quot;<br>        ca_cert=&quot;/etc/cert/TrustedCA.pem&quot;<br>        phase2=&quot;auth=MSCHAPv2&quot;<br>        priority=2<br>}<br></pre></div>
Why is the <div style="font-family: &quot;Courier New&quot;; font-size: 10pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-style: normal; font-weight: normal; text-decoration: none;"><pre>TLS: Unsupported Phase2 EAP method &#39;MSCHAPv2&#39;<br>
<br>line being displayed? Do I have a problem with my setup?<br></pre></div>
<br><br>