Reference Language | Libraries | Comparison | Changes
WiFiNINA : WiFi class
Gets the MAC address of the router you are connected to or the MAC address of a network that was scanned.
WiFi.BSSID(bssid)
WiFi.BSSID(wifiAccessPoint, bssid)
bssid - 6 byte array
wifiAccessPoint - specifies from which network to get the information (optional), only needed after a scan
A byte array containing the MAC address of the router the WiFi shield is currently connected to or the MAC address of a network that was scanned. The first array index contains the last byte of the MAC address.
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.