Searched refs:g_wpaServiceName (Results 1 - 2 of 2) sorted by relevance
/drivers/peripheral/wlan/test/fuzztest/hostapd_fuzzer/ |
H A D | hostapd_fuzzer.cpp | 29 const char *g_wpaServiceName = "hostapd_interface_service"; member 69 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI() 74 g_wpaObj = IHostapdInterfaceGetInstance(g_wpaServiceName, true); in DoSomethingInterestingWithMyAPI() 98 IHostapdInterfaceReleaseInstance(g_wpaServiceName, g_wpaObj, true); in DoSomethingInterestingWithMyAPI() 100 g_devMgr->UnloadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()
|
/drivers/peripheral/wlan/test/fuzztest/wpa_fuzzer/ |
H A D | wpa_fuzzer.cpp | 29 const char *g_wpaServiceName = "wpa_interface_service"; member 133 int32_t rc = g_devMgr->LoadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI() 138 g_wpaObj = IWpaInterfaceGetInstance(g_wpaServiceName, true); in DoSomethingInterestingWithMyAPI() 165 IWpaInterfaceReleaseInstance(g_wpaServiceName, g_wpaObj, true); in DoSomethingInterestingWithMyAPI() 167 g_devMgr->UnloadDevice(g_devMgr, g_wpaServiceName); in DoSomethingInterestingWithMyAPI()
|
Completed in 2 milliseconds