MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / APClientMacAddress

Method APClientMacAddress

Arduino/libraries/WiFi101/src/WiFi.cpp:735–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735uint8_t* WiFiClass::APClientMacAddress(uint8_t* mac)
736{
737 if (_mode == WL_AP_MODE) {
738 return remoteMacAddress(mac);
739 } else {
740 memset(mac, 0, 6);
741 return mac;
742 }
743}
744
745uint8_t* WiFiClass::remoteMacAddress(uint8_t* remoteMacAddress)
746{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected