Description
Have any updates or consideration been addressed toward implementing the ability to retrieve a wifi client's MAC address yet? I researched the issue a number of months ago and was able to determine the original C code had support for polling clients to get info including their MAC addresses, but it was not as of yet implemented in any of the C++ wrappers for the Arduino code suite for anything other than the local shield. I don't have enough knowledge of C++ to implement my own wrapper for the older C code, but it would be nice to be able to get the MAC addresses for clients within range so you could uniquely identify them. (I'm trying to implement a beacon style device that searches for open wifi hubs for geo location purposes, but sometimes SSIDs alone aren't sufficient for avoiding re-using already seen open wifi hubs)