Searched refs:getSupportFeature (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 113 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 D | wifi_hal.h | 126 int32_t (*getSupportFeature)(uint8_t *supType, uint32_t size); member
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 641 singleWifiInstance.getSupportFeature = GetSupportFeature; in WifiConstruct()
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 989 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 D | wlan_common_cmd.c | 522 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