Wifi certificates

Hello,

I am aware that ML2 only supports EAP TLS and TTLS. Is there any way to use EAP-PEAP or MS-CHAPv2 certificates? If so, is it compatible with a certain OS version or with all of them?

Thank you for your answer
Jerome

Hey @jerome.nachef,

I'm working on getting an answer for you as I do not know the answer myself.

I will update here once I have one!

@jerome.nachef,

I have some hopefully useful information for you!

WPA-EAP-PEAP does not require certificate installation (unlike TLS and TTLS). Using adb, I can connect to ML Discovery network with following command.

$ adb shell wifi-ml connect-enterprise-network Discovery --p2 mschapv2 --aid $ML_USER --eid $ML_USER --epw $ML_PASSWORD

You should be able to achieve the same result using Settings UI.

If you have anymore questions please let me know!

1 Like

Hi,

Thanks for getting back to me real quick. I will test it out then.

Does that mean we could edit the following page: Connecting to Wi-Fi with Wireless Certificates – Care | Magic Leap

Thanks,
Jerome