1. 23 Mar, 2022 1 commit
  2. 18 Mar, 2022 1 commit
  3. 15 Mar, 2022 1 commit
    • John P. Swensen's avatar
      Added another overloaded WiFiSTAClass::begin() function that provides… (#6398) · d977359e
      John P. Swensen authored
      Summary
      
      The examples demonstrate how to create a WPA2 Enterprise connection, but it requires using various direct esp_idf functions. This patch is intended to create another overloaded version of the WiFi.begin() function that allows a user to create a WPA2 Enterprise connection in much the same way as different kinds of connections.
      
      My only question for the core maintainers is whether I should leave those #ifdef's in there. I added them so that it was easy to disable all the code I added via defines from my platformio.ini file, but they technically aren't necessary.
      
      Impact
      
      This should make it easier for novice users to create WPA2 Enterprise connections. For my university, I didn't need a root certificate or the client certificate or client key, so I haven't been able to debug those scenarios, but I built the begin functions to allow any one of those to be used, if needed.
      
      I can confirm that eduroam-style WPA2 Enterprise networks that only require authentication with a username and password works as expected.
      d977359e
  4. 14 Mar, 2022 3 commits
  5. 10 Mar, 2022 8 commits
  6. 02 Mar, 2022 5 commits
  7. 28 Feb, 2022 7 commits
  8. 23 Feb, 2022 10 commits
  9. 21 Feb, 2022 4 commits