mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
wpa_supplicant HAL uses "default" service name
The getService() and registerAsService() methods of interface objects now have default parameters of "default" for the service name. HALs will not have to use any service name unless they want to register more than one service. Test: builds; verify HAL still works In support of b/33844934 Change-Id: Ib80edecf53adf442e935a2535b8cc6e2e5aefd1e
This commit is contained in:
@@ -49,7 +49,7 @@ using ::android::wifi_system::InterfaceTool;
|
||||
using ::android::wifi_system::SupplicantManager;
|
||||
|
||||
namespace {
|
||||
const char kSupplicantServiceName[] = "wpa_supplicant";
|
||||
const char kSupplicantServiceName[] = "default";
|
||||
|
||||
// Helper function to initialize the driver and firmware to STA mode.
|
||||
void initilializeDriverAndFirmware() {
|
||||
|
||||
Reference in New Issue
Block a user