Tests with ESP32 lead me to believe that wifi persistence is not being completely disabled. The connection times are completely unaffected by setting WiFi.persistence() to true ore false. setting it to false should greatly increase connection time under normal circumstances, which it does not. changing the value to true or false makes no difference in connection times using this library or not, so there must be more required to fully disable it.
Tests with ESP32 lead me to believe that wifi persistence is not being completely disabled. The connection times are completely unaffected by setting WiFi.persistence() to true ore false. setting it to false should greatly increase connection time under normal circumstances, which it does not. changing the value to true or false makes no difference in connection times using this library or not, so there must be more required to fully disable it.