Home
last modified time | relevance | path

Searched refs:bsQuery (Results 1 – 1 of 1) sorted by relevance

/external/wpa_supplicant_8/src/drivers/
Dndis_events.c47 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecQuery() local
51 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecQuery()
53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags, in call_IWbemServices_ExecQuery()
57 BstrFree(bsQuery); in call_IWbemServices_ExecQuery()
67 BSTR bsQueryLanguage, bsQuery; in call_IWbemServices_ExecNotificationQueryAsync() local
71 bsQuery = BstrAlloc(strQuery); in call_IWbemServices_ExecNotificationQueryAsync()
74 bsQuery, lFlags, pCtx, in call_IWbemServices_ExecNotificationQueryAsync()
78 BstrFree(bsQuery); in call_IWbemServices_ExecNotificationQueryAsync()