arduino-libraries / WiFiNINA

136 stars 105 forks source link

WiFi.beginEnterprise cannot connect to WPA2 enterprise wifi #272

Open Brexei opened 5 months ago

Brexei commented 5 months ago

WiFi.beginEnterprise cannot connect to the eduroam wifi networks. The eduroam network uses WPA2 enterprise.

Our system administrator looked into the problem and concluded that WiFi.beginEnterprise routines are incomplete and they are not sufficient to connect to a pwa2 enterprise wifi network. The routines are just a few lines of code, but wpa2 enterprise connection requires much more and has two levels of validation.

Please correct the issue. Many people have issues connecting to eduroam networks, but no solution so far.

Thank you very much