Hi

I have connected WL1273 in wpa2 Enterprise mode with TTLS/MSCHAPv2 and TTLS/MD5 modes using steel Belt Radius server 6.0

TTLS/MD5

----------------

EAP-MD5

Firmware Version: Rev 6.1.3.01.5
Station ID      : 08-00-28-7E-90-B2
--------------------------------------------------------------------

Interrogate TX/RX parameters
Trying to associate with SSID 'WPA2'
Connection established with supplicant
user_main, start
\> Driver/, Connection/, Management/, Show/, Privacy/, scAn/, roaminG/, qOs/, po
Wer/, eVents/, Bt coexsistance/, Report/, dEbug/, biT/, aboUt, Quit
Associated with 00:26:0b:68:5e:31
CTRL-EVENT-EAP-STARTED EAP authentication started
CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
OpenSSL: tls_connection_handshake - Failed to read possible Application Data err
or:00000000:lib(0):func(0):reason(0)
CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
WPA: Could not find AP from the ************ NEW CONNECTION ************
scan results
WPA: Key negotiati-- SSID  = WPA2
on completed with 00:26:0b:68:5e-- BSSID = 0-26-b-68-5e-31
:31 [PTK=CCMP GTK=CCMP]
CTRL-EV****************************************
ENT-CONNECTED - Connection to 00:26:0b:68:5e:31 completed (auth) [id=5 id_str=]

 

TTLS/MSCHAPv2

---------------------

Interrogate TX/RX parameters
Trying to associate with SSID 'WPA2'
Associated with 00:26:0b:68:64:81
CTRL-EVENT-EAP-STARTED EAP authentication started
CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
Connection established with supplicant
user_main, start
\> Driver/, Connection/, Management/, Show/, Privacy/, scAn/, roaminG/, qOs/, po
Wer/, eVents/, Bt coexsistance/, Report/, dEbug/, biT/, aboUt, Quit
OpenSSL: tls_connection_handshake - Failed to read possible Application Data err
or:00000000:lib(0):func(0):reason(0)
EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded
CTRL-EVENT-EAP-SUCCESS EAP authenticat************ NEW CONNECTION ************
ion completed successfully
WPA:-- SSID  = WPA2
 Could not find AP from the scan-- BSSID = 0-26-b-68-64-81
 results
****************************************
WPA: Key negotiation completed with 00:26:0b:68:64:81 [PTK=CCMP GTK=CCMP]
CTRL-EVENT-CONNECTED - Connection to 00:26:0b:68:64:81 completed (auth) [id=5 id
_str=]

1.when i connected the WL1271 solution in TTLS/MSCHAPv2 mode it is displaying as  "EAP-TTLS: Phase 2 MSCHAPV2 authentication succeeded"on Host terminal.

2.when connected in TTLS/MD5 it is displaying as "CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully"

My question is by default which inner authentication method it will take if EAP-MSCHAPv2 is disabled  in config file.

ctrl_interface=/var/run
ap_scan=2
update_config=0

network={
        ssid="WPA2"
        proto=RSN
        key_mgmt=WPA-EAP
        pairwise=CCMP
        group=CCMP
        auth_alg=OPEN
        eap=TTLS
        identity="prabhjot"
        password="polycom123"
        ca_cert="/etc/cert/root.pem"
    #   phase2="auth=MSCHAPV2"
}

2.is the wlan1273 solution  is taking MSCHAPv2 or MD5  by default .