Use a single binary for setting up wifi.

There was a case where using separate ip link add and rename_netiface
commands would fail when the initial rename_netiface took too long. This
solves that by makign the operations sequential in the same binary.

This is a simplified version of aosp/772734, without the optional vlan
logic.

Bug: 119771992
Test: Ran phone target, checked if wifi worked
Change-Id: Ie6e472be0831fae2039d14d6c947235b5318603f
2 files changed
tree: 834f3aafb7c4e603681aa992ffd76a17d019485c
  1. common/
  2. guest/
  3. host/
  4. tests/
  5. tools/
  6. Android.bp
  7. Android.mk
  8. OWNERS