uint8_t* BSSID( uint8_t* bssid );
Returns the current BSSID associated with the network. It's the MAC address of the Access Point.
The pointer to uint8_t array with length WL_MAC_ADDR_LENGTH which is 6 bytes long.
LWiFi.h
LWiFiClass Class