Home
last modified time | relevance | path

Searched refs:GetSupportFeature (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c52 service->interface.GetSupportFeature = WlanInterfaceGetSupportFeature; in WlanInterfaceImplGetInstance()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp75 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, nullptr, &supTypeLenInvalid); in HWTEST_F()
77 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, nullptr); in HWTEST_F()
79 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp85 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid); in HWTEST_F()
87 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen); in HWTEST_F()
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c427 static int32_t GetSupportFeature(uint8_t *supType, uint32_t size) in GetSupportFeature() function
641 singleWifiInstance.getSupportFeature = GetSupportFeature; in WifiConstruct()

Completed in 6 milliseconds