Searched refs:GetSupportFeature (Results 1 - 4 of 4) sorted by relevance
/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_interface_service.c | 52 service->interface.GetSupportFeature = WlanInterfaceGetSupportFeature; in WlanInterfaceImplGetInstance()
|
/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 75 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 D | wlan_hdi_hal_services_c_test.cpp | 85 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 D | wifi_hal.c | 427 static int32_t GetSupportFeature(uint8_t *supType, uint32_t size) in GetSupportFeature() function 641 singleWifiInstance.getSupportFeature = GetSupportFeature; in WifiConstruct()
|
Completed in 6 milliseconds