Home
last modified time | relevance | path

Searched refs:getSupportFeature (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp113 ret = g_wifi->getSupportFeature(nullptr, 0); in HWTEST_F()
115 ret = g_wifi->getSupportFeature(supportTest, PROTOCOL_80211_IFTYPE_NUM); in HWTEST_F()
118 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1); in HWTEST_F()
141 ret = g_wifi->getSupportFeature(support, PROTOCOL_80211_IFTYPE_NUM + 1); in HWTEST_F()
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h126 int32_t (*getSupportFeature)(uint8_t *supType, uint32_t size); member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c641 singleWifiInstance.getSupportFeature = GetSupportFeature; in WifiConstruct()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp989 ret = g_wifi->getSupportFeature(nullptr, PROTOCOL_80211_IFTYPE_NUM + 1);
991 ret = g_wifi->getSupportFeature(supType, PROTOCOL_80211_IFTYPE_NUM);
994 ret = g_wifi->getSupportFeature(supType, PROTOCOL_80211_IFTYPE_NUM + 1);
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c522 if (g_wifi == NULL || g_wifi->getSupportFeature == NULL) { in WlanInterfaceGetSupportFeature()
523 HDF_LOGE("%{public}s g_wifi or g_wifi->getSupportFeature is NULL!", __func__); in WlanInterfaceGetSupportFeature()
526 ret = g_wifi->getSupportFeature(supType, *supTypeLen); in WlanInterfaceGetSupportFeature()

Completed in 7 milliseconds