Home
last modified time | relevance | path

Searched refs:supTypeLen (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h40 …lanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t *supType, uint32_t *supTypeLen);
H A Dwlan_common_cmd.c514 …WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t *supType, uint32_t *supTypeLen) in WlanInterfaceGetSupportFeature() argument
519 if (supType == NULL || supTypeLen == NULL) { in WlanInterfaceGetSupportFeature()
527 ret = g_wifi->getSupportFeature(supType, *supTypeLen); in WlanInterfaceGetSupportFeature()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_0/c_target/wlan/v1_0/
H A Dwlan_interface_stub.c.txt970 uint32_t supTypeLen = 0;
979 if (!HdfSbufReadUint32(wlanInterfaceData, &supTypeLen)) {
985 …HDI_CHECK_VALUE_RET_GOTO(supTypeLen, >, HDI_BUFF_MAX_SIZE / sizeof(uint8_t), wlanInterfaceRet, HDF…
986 if (supTypeLen > 0) {
987 supType = (uint8_t*)OsalMemCalloc(sizeof(uint8_t) * (supTypeLen));
1001 supTypeLen = (HDI_BUFF_MAX_SIZE / sizeof(uint8_t));
1017 wlanInterfaceRet = serviceImpl->GetSupportFeature(serviceImpl, supType, &supTypeLen);
1023 if (!WritePodArray(wlanInterfaceReply, supType, sizeof(uint8_t), supTypeLen)) {
H A Diwlan_interface.h.txt123 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_proxy.c.txt927 …nterfaceProxyGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen)
958 if (supType == NULL || supTypeLen == NULL || *supTypeLen == 0) {
964 if (!HdfSbufWriteUint32(wlanInterfaceData, *supTypeLen)) {
965 HDF_LOGE("%{public}s: write supTypeLen failed!", __func__);
976 if (!ReadPodArray(wlanInterfaceReply, supType, sizeof(uint8_t), supTypeLen)) {
H A Dwlan_interface_service.c.txt101 …WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_1/c_target/wlan/v1_1/
H A Dwlan_interface_stub.c.txt970 uint32_t supTypeLen = 0;
979 if (!HdfSbufReadUint32(wlanInterfaceData, &supTypeLen)) {
985 …HDI_CHECK_VALUE_RET_GOTO(supTypeLen, >, HDI_BUFF_MAX_SIZE / sizeof(uint8_t), wlanInterfaceRet, HDF…
986 if (supTypeLen > 0) {
987 supType = (uint8_t*)OsalMemCalloc(sizeof(uint8_t) * (supTypeLen));
1001 supTypeLen = (HDI_BUFF_MAX_SIZE / sizeof(uint8_t));
1017 wlanInterfaceRet = serviceImpl->GetSupportFeature(serviceImpl, supType, &supTypeLen);
1023 if (!WritePodArray(wlanInterfaceReply, supType, sizeof(uint8_t), supTypeLen)) {
H A Diwlan_interface.h.txt126 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
H A Dwlan_interface_proxy.c.txt927 …nterfaceProxyGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen)
958 if (supType == NULL || supTypeLen == NULL || *supTypeLen == 0) {
964 if (!HdfSbufWriteUint32(wlanInterfaceData, *supTypeLen)) {
965 HDF_LOGE("%{public}s: write supTypeLen failed!", __func__);
976 if (!ReadPodArray(wlanInterfaceReply, supType, sizeof(uint8_t), supTypeLen)) {
H A Dwlan_interface_service.c.txt101 …WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_v1_2/c_target/wlan/v1_2/
H A Dwlan_interface_stub.c.txt970 uint32_t supTypeLen = 0;
979 if (!HdfSbufReadUint32(wlanInterfaceData, &supTypeLen)) {
985 …HDI_CHECK_VALUE_RET_GOTO(supTypeLen, >, HDI_BUFF_MAX_SIZE / sizeof(uint8_t), wlanInterfaceRet, HDF…
986 if (supTypeLen > 0) {
987 supType = (uint8_t*)OsalMemCalloc(sizeof(uint8_t) * (supTypeLen));
1001 supTypeLen = (HDI_BUFF_MAX_SIZE / sizeof(uint8_t));
1017 wlanInterfaceRet = serviceImpl->GetSupportFeature(serviceImpl, supType, &supTypeLen);
1023 if (!WritePodArray(wlanInterfaceReply, supType, sizeof(uint8_t), supTypeLen)) {
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 …WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen)
H A Dwlan_interface_proxy.c.txt927 …nterfaceProxyGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen)
958 if (supType == NULL || supTypeLen == NULL || *supTypeLen == 0) {
964 if (!HdfSbufWriteUint32(wlanInterfaceData, *supTypeLen)) {
965 HDF_LOGE("%{public}s: write supTypeLen failed!", __func__);
976 if (!ReadPodArray(wlanInterfaceReply, supType, sizeof(uint8_t), supTypeLen)) {
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md772 uint32_t supTypeLen = PROTOCOL_80211_IFTYPE_NUM + 1;
789 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/drivers/peripheral/wlan/
H A DREADME_zh.md74 …32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);</p>
388 uint32_t supTypeLen = PROTOCOL_80211_IFTYPE_NUM + 1;
405 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_hal_services_c_test.cpp81 uint32_t supTypeLen = PROTOCOL_80211_IFTYPE_NUM + 1; variable
87 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md776 uint32_t supTypeLen = PROTOCOL_80211_IFTYPE_NUM + 1;
793 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);