1

I've just bought an Arduino WiFi shield called "RedFly", which support WPA-TKIP but my school wifi is WPA2-Enterprise + PEAP (MSCHAPv2).

Is there a way, and how to implement myself the support of this WIFI security please?

10 Rep
  • 2,217
  • 7
  • 19
  • 33
Max13
  • 919
  • 2
  • 9
  • 27

1 Answers1

0

I am working with a different shield. Attempting to get the same result as you, connection to a MSCHAP(v2) network.

Just received word back from the manufacturer of my shield I purchased and it does support MS-CHAPv2.That's great news, now we are just troubleshooting with the network admin!

Stefen Kaur smkaur@bsu.edu

  • Hello, The WiFi module only supports WPA2-PSK (no Enterprise/EAP) and I have no information if RedPine will add this feature. Mit freundlichen Gruessen / Best Regards Andreas Watterott - CTO - – Max13 Dec 24 '11 at 17:57
  • This answer isn't very useful as-is. You should consider going into more detail, or at least the name of the module you used. – Dominick Pastore Jun 22 '15 at 18:50