Virtual WIFI client.

This is currently only a skeleton. It is meant to be able to create
a virtual wifi interface on host and guest. Packet exchange between
instances is not yet implemented.

Change-Id: If5f98ea4ee7f20d736fc3bd779dd3f309294c74a
diff --git a/common/Android.bp b/common/Android.bp
index 2d1c3d9..da33b5a 100644
--- a/common/Android.bp
+++ b/common/Android.bp
@@ -14,6 +14,7 @@
 // limitations under the License.
 
 subdirs = [
+    "commands",
     "libs",
     "vsoc",
 ]