Home
last modified time | relevance | path

Searched refs:supType (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c75 static void GetSupportTypeByList(uint8_t *supType) in GetSupportTypeByList() argument
83 supType[i] = 1; in GetSupportTypeByList()
89 int32_t HalCmdGetSupportType(uint8_t *supType) in HalCmdGetSupportType() argument
94 GetSupportTypeByList(supType); in HalCmdGetSupportType()
100 supType[PROTOCOL_80211_IFTYPE_NUM] = isComboValid; in HalCmdGetSupportType()
H A Dwifi_hal.c81 static int32_t GetSupportFeatureInner(uint8_t *supType, uint32_t size) in GetSupportFeatureInner() argument
83 if (supType == NULL || size <= PROTOCOL_80211_IFTYPE_NUM) { in GetSupportFeatureInner()
87 return HalCmdGetSupportType(supType); in GetSupportFeatureInner()
427 static int32_t GetSupportFeature(uint8_t *supType, uint32_t size) in GetSupportFeature() argument
431 int32_t ret = GetSupportFeatureInner(supType, size); in GetSupportFeature()
/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特性(不考虑当前的使用…
437 IWlanInterface::GetSupportFeature ([out] unsigned char[] supType)
449 | supType | 保存当前设备支持的特性。 |
H A Dinterface_i_wlan_interface_v11.md33 | [GetSupportFeature](#getsupportfeature) ([out] unsigned char[] supType) | 获得设备支持的WLAN功能(不考虑当前的使用状…
495 IWlanInterface::GetSupportFeature ([out] unsigned char[] supType)
509 | supType | 表示获得的功能 |
/ohos5.0/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h31 int32_t HalCmdGetSupportType(uint8_t *supType);
/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h126 int32_t (*getSupportFeature)(uint8_t *supType, uint32_t size);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Dwlan_interface_stub.c.txt969 uint8_t* supType = NULL;
980 HDF_LOGE("%{public}s: read supType size failed!", __func__);
987 supType = (uint8_t*)OsalMemCalloc(sizeof(uint8_t) * (supTypeLen));
988 if (supType == NULL) {
989 HDF_LOGE("%{public}s: malloc supType failed", __func__);
995 supType = (uint8_t*)OsalMemCalloc(HDI_BUFF_MAX_SIZE);
996 if (supType == NULL) {
997 HDF_LOGE("%{public}s: malloc supType failed", __func__);
1024 HDF_LOGE("%{public}s: failed to write supType", __func__);
1030 if (supType != NULL) {
[all …]
H A Diwlan_interface.h.txt123 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_service.c.txt101 static int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32…
H A Dwlan_interface_proxy.c.txt927 static int32_t WlanInterfaceProxyGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, u…
958 if (supType == NULL || supTypeLen == NULL || *supTypeLen == 0) {
959 HDF_LOGE("%{public}s: supType is invalid", __func__);
976 if (!ReadPodArray(wlanInterfaceReply, supType, sizeof(uint8_t), supTypeLen)) {
977 HDF_LOGE("%{public}s: failed to read supType", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_interface_stub.c.txt969 uint8_t* supType = NULL;
980 HDF_LOGE("%{public}s: read supType size failed!", __func__);
987 supType = (uint8_t*)OsalMemCalloc(sizeof(uint8_t) * (supTypeLen));
988 if (supType == NULL) {
989 HDF_LOGE("%{public}s: malloc supType failed", __func__);
995 supType = (uint8_t*)OsalMemCalloc(HDI_BUFF_MAX_SIZE);
996 if (supType == NULL) {
997 HDF_LOGE("%{public}s: malloc supType failed", __func__);
1024 HDF_LOGE("%{public}s: failed to write supType", __func__);
1030 if (supType != NULL) {
[all …]
H A Diwlan_interface.h.txt126 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_service.c.txt101 static int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_interface_stub.c.txt969 uint8_t* supType = NULL;
980 HDF_LOGE("%{public}s: read supType size failed!", __func__);
987 supType = (uint8_t*)OsalMemCalloc(sizeof(uint8_t) * (supTypeLen));
988 if (supType == NULL) {
989 HDF_LOGE("%{public}s: malloc supType failed", __func__);
995 supType = (uint8_t*)OsalMemCalloc(HDI_BUFF_MAX_SIZE);
996 if (supType == NULL) {
997 HDF_LOGE("%{public}s: malloc supType failed", __func__);
1024 HDF_LOGE("%{public}s: failed to write supType", __func__);
1030 if (supType != NULL) {
[all …]
H A Diwlan_interface.h.txt132 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_service.c.txt101 static int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32…
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h40 int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t *supType, uint32_t *sup…
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp72 uint8_t supType[PROTOCOL_80211_IFTYPE_NUM + 1] = {0}; variable
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.cpp80 uint8_t supType[PROTOCOL_80211_IFTYPE_NUM + 1] = {0}; variable
85 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid);
87 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/drivers/peripheral/wlan/
H A DREADME_zh.md74 …"></a>int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTyp…
76 …"></a><a name="p6760128135514"></a>int32_t (*getSupportFeature)(uint8_t *supType, uint32_t size);<…
387 uint8_t supType[ PROTOCOL_80211_IFTYPE_NUM + 1 ] = {0};
405 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/dump_ast_target/
H A Ddump.txt59 [out] unsigned char[] supType);
/ohos5.0/drivers/interface/wlan/v1_0/
H A DIWlanInterface.idl241 * @param supType Indicates the features obtained.
249 GetSupportFeature([out] unsigned char[] supType);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md771 uint8_t supType[PROTOCOL_80211_IFTYPE_NUM + 1] = {0};
789 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/foo/wlan/v1_0/
H A DIWlanInterface.idl241 * @param supType Indicates the features obtained.
249 GetSupportFeature([out] unsigned char[] supType);
/ohos5.0/drivers/interface/wlan/v1_1/
H A DIWlanInterface.idl241 * @param supType Indicates the features obtained.
249 GetSupportFeature([out] unsigned char[] supType);

12