Home
last modified time | relevance | path

Searched refs:GetSupportFeature (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/wlan/
H A Dinterface_i_wlan_interface_v10.md35 | [GetSupportFeature](#getsupportfeature) ([out] unsigned char[] supType) | 获取该设备支持的WLAN特性(不考虑当前的使用…
434 ### GetSupportFeature()
437 IWlanInterface::GetSupportFeature ([out] unsigned char[] supType)
H A Dinterface_i_wlan_interface_v11.md33 | [GetSupportFeature](#getsupportfeature) ([out] unsigned char[] supType) | 获得设备支持的WLAN功能(不考虑当前的使用状…
492 ### GetSupportFeature()
495 IWlanInterface::GetSupportFeature ([out] unsigned char[] supType)
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_sta_interface_test.cpp240 EXPECT_TRUE(GetSupportFeature(NULL) == WIFI_HAL_FAILED);
241 EXPECT_GE(GetSupportFeature(&frequencies), WIFI_HAL_FAILED);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_sta_iface.h106 WifiErrorNo GetSupportFeature(long *feature);
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_sta_interface.h223 WifiErrorNo GetSupportFeature(long *feature);
/ohos5.0/drivers/peripheral/wlan/hdi_service/
H A Dwlan_interface_service.c52 service->interface.GetSupportFeature = WlanInterfaceGetSupportFeature; in WlanInterfaceImplGetInstance()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/
H A Dmock_wifi_sta_hal_interface.h58 WifiErrorNo GetSupportFeature(long &feature);
H A Dmock_wifi_sta_hal_interface.cpp135 WifiErrorNo WifiStaHalInterface::GetSupportFeature(long &feature) in GetSupportFeature() function in OHOS::Wifi::WifiStaHalInterface
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_sta_hal_interface.h144 WifiErrorNo GetSupportFeature(long &feature);
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp75 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, nullptr, &supTypeLenInvalid);
77 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, nullptr);
79 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid);
H A Dwlan_hdi_hal_services_c_test.cpp85 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid);
87 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/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()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md744 HDI接口调用开发步骤(以GetSupportFeature为例):
750 3. 通过GetSupportFeature获取该设备支持的WLAN特性。
789 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Diwlan_interface.h.txt123 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_service.c.txt229 service->interface.GetSupportFeature = WlanInterfaceGetSupportFeature;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Diwlan_interface.h.txt126 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_service.c.txt246 service->interface.GetSupportFeature = WlanInterfaceGetSupportFeature;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/
H A Ddump.txt58 [mini, lite, full] GetSupportFeature(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Diwlan_interface.h.txt132 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_service.c.txt279 service->interface.GetSupportFeature = WlanInterfaceGetSupportFeature;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_sta_hal_interface_test.cpp173 WifiErrorNo ret = WifiStaHalInterface::GetInstance().GetSupportFeature(feature);
H A Dmock_wifi_hal_service.c188 WifiErrorNo GetSupportFeature(long *feature) in GetSupportFeature() function
/ohos5.0/drivers/peripheral/wlan/
H A DREADME_zh.md74 …<a name="p6760128135514"></a><a name="p6760128135514"></a>int32_t (*GetSupportFeature)(struct IWla…
367 3. 通过GetSupportFeature获取该设备支持的WLAN特性。
405 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/dump_ast_target/
H A Ddump.txt84 [mini, lite, full] GetSupportFeature(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/dump_ast_target/
H A Ddump.txt118 [mini, lite, full] GetSupportFeature(

12