WifiStackClient: Register wifi API services from system_server

a) Expose AIDL methods in IWifiStackConnector to retrieve the various
wifi API service implementation from the WifiStack.apk.
b) WifiStackClient running on system_server will register the various
wifi services & trigger the initialization sequence of the various wifi
services.

Regardless of whether the wifi stack runs in system_server or
network_stack process, this ensures that binder service publish always
happens in system_server. This allows us to maintain a default set of
sepolicy rules regardless of which version of the APK is running
(mainline or non-mainline).

Bug: 135753701
Change-Id: I2c1c40d14d6ec822694d6a3250b81694ab6b2a81
Merged-In: I2c1c40d14d6ec822694d6a3250b81694ab6b2a81
Test: Verified that device boots up & connects to wifi networks with
both WifiStack.apk & InProcessWifiStack.apk.
Test: Will send for regression tests
2 files changed