Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Inet] InetIterator::GetHardwareAddress for LwIP (#12687)
* [Inet] InetIterator::GetHardwareAddress for LwIP #### Problem 1b24137 (#12552) added `InetIterator::GetHardwareAddress()`, with an implementation for Zephyr and stubs for other builds. #### Change overview Implement `GetHardwareAddress()` for LwIP builds. (For sockets builds, there is no cross-platform access to the hardware MAC. Linux could use `SIOCGIFHWADDR`.) #### Testing CI (test from #12552) * fix buffer size check
- Loading branch information