You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ConfigurationManagerImpl::GetPrimaryWiFiMACAddress for Linux is only checking address not associated with the loopback interface [1], which doesn't work well for device that have other network interfaces beside WiFi (including virtual network interface that have all 0s for MAC address). Instead we should be able to check for the CHIP_DEVICE_CONFIG_WIFI_STATION_IF_NAME interface [2] to obtain the proper MAC address.[1]: https://github.com/project-chip/connectedhomeip/blob/master/src/platform/Linux/ConfigurationManagerImpl.cpp#L143[2]: https://github.com/project-chip/connectedhomeip/blob/master/src/include/platform/CHIPDeviceConfig.h#L357
Platform
other
Platform Version(s)
No response
Type
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Reproduction steps
Platform
other
Platform Version(s)
No response
Type
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: