I am wanting to know how can you get the MAC address of the STA and SoftAP interface in code?
Looking in the code I can see I can set them with the following, but did not find a way to get them.
uint8_t* macAddress(uint8_t* mac);
uint8_t* softAPmacAddress(uint8_t* mac);