Hello, I am trying to use wifi.h library to connect my ESP32 board to my university's wifi which requires student id and password but, I cannot. Because "WiFi.begin(ssid, password);" does not involve an id section. Is there any way to connect such a wifi using development boards.
Note: Student id and password is required for connecting to wifi, not while logging in internet after connecting to it.
The reason I did not mention creating a hot-spot through WiFi sharing (that is connected to the network) is that (in most enterprise environment I've seen) it's considered wrong doing ➜ don't do that, it might create a vulnerability that will be associated to your user name and can result in disciplinary action...
I'd give the IT route a chance. It's not uncommon in a university to have special needs (for research etc). They might have various options for offering access.
if your arduino does not need to access the school's network (ie no need to send data to a database privately hosted on campus) then you could use your phone wifi hotspot to just create a local access point and use 4G to go to the internet.