commit | 6950ba51e9a35b91687103fdc451e1539cdfb35d | [log] [tgz] |
---|---|---|
author | Paul Stewart <pstew@chromium.org> | Thu Dec 05 08:28:14 2013 -0800 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Wed Dec 11 08:01:54 2013 +0000 |
tree | dfba99420a5f652e59e4b3612eb036cc0c6c9b95 | |
parent | 7a6fdfeb4ebefe1aac4d0b4f6a589336302ff5ee [diff] |
shill: DeviceInfo: Query ARP table for a peer IP Add a DeviceInfo method which queries the ARP table for a peer. This uses the SIOCGARP socket ioctl instead of using RTNL so that the call can be made synchronously as opposed to using RTNL. BUG=chromium:326518 TEST=Unit tests + addition to TDLS autotest (CL:179158) Change-Id: I8d468955be894f44409babd33fdffffc93ad6fb3 Reviewed-on: https://chromium-review.googlesource.com/179159 Reviewed-by: Paul Stewart <pstew@chromium.org> Tested-by: Paul Stewart <pstew@chromium.org> Commit-Queue: Paul Stewart <pstew@chromium.org>