binder: Use ifname as key in BinderManager |IIface| map
Since ifname is unique, its probably a better key to lookup the
corresponding |IIface| binder object than using raw pointer.
This deprecates the usage |binder_object_key| added in |wpa_supplicant|
struct.
While there,
1. Change all comments in |BinderManager| to c++ style.
2. Add braces for all one line if statements.
BUG: 29998764
Change-Id: Ie0b571204b8363ac49c5db7666249b9a39006f31
TEST: Ran the integration tests under |wificond|.
Signed-off-by: Roshan Pius <rpius@google.com>
4 files changed