Reference Language | Libraries | Comparison | Changes
WiFiNINA : WiFi class
Initializes the WiFiNINA library's network settings for a common WPA2 Enterprise network with username and password authentication.
WiFi.beginEnterprise(ssid, username, password);
ssid: the SSID (Service Set Identifier) is the name of the WiFi network you want to connect to.
username: username part of WPA2 Enterprise (RADIUS) credentials
password: password part of WPA2 Enterprise (RADIUS) credentials
WL_CONNECTED when connected to a network
WL_IDLE_STATUS when not connected to a network, but powered on
Corrections, suggestions, and new documentation should be posted to the Forum.
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.