commit | d385445171074ae070c5ddce94344ec0f06d15b4 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Thu Jul 07 16:46:41 2016 -0700 |
committer | Roshan Pius <rpius@google.com> | Mon Oct 24 09:23:13 2016 -0700 |
tree | 8c768630b0d39cbc90a730acb624c999a2063df2 | |
parent | 32c15e2ef4170f3b82d90b69c52c28351ca4cf0a [diff] |
binder: Implement network addition/removal Implement the |IIface.AddNetwork| & |IIface.RemoveNetwork| binder calls. Also hookup the network addition notifications to BinderManager for creating corresponding network binder objects. The network binder objects are keyed using |ifname|_|network_id|. BUG: 30015382 Change-Id: I0842563e74ff8b120d34f63fa28965bf264bb55f TEST: Ran the integration tests under |wificond|. Signed-off-by: Roshan Pius <rpius@google.com>