OSDN Git Service

Add support for creating client interfaces
authorChristopher Wiley <wiley@google.com>
Wed, 27 Jul 2016 20:48:22 +0000 (13:48 -0700)
committerChristopher Wiley <wiley@google.com>
Tue, 2 Aug 2016 22:53:31 +0000 (15:53 -0700)
commitc139fbf821d3c62523afbcf0950ebc2d1abaa93d
tree1b195b2e620bd77bb396faa2771ad4e9d7e53064
parent2acbc1243c156aa13c54fcc4723a79f398da47ec
Add support for creating client interfaces

Bug: 30041062
Test: unit/integration tests pass

Change-Id: I48a0adc338e474085c399750441198a4acae2cf5
Android.mk
aidl/android/net/wifi/IWificond.aidl
ap_interface_impl.cpp
ap_interface_impl.h
client_interface_binder.cpp [moved from client_interface.cpp with 78% similarity]
client_interface_binder.h [new file with mode: 0644]
client_interface_impl.cpp [moved from client_interface.h with 58% similarity]
client_interface_impl.h [new file with mode: 0644]
server.cpp
server.h
tests/integration/client_interface_test.cpp [new file with mode: 0644]