/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.h | 40 …lanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t *supType, uint32_t *supTypeLen);
|
H A D | wlan_common_cmd.c | 514 …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 D | wlan_interface_stub.c.txt | 970 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 D | iwlan_interface.h.txt | 123 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
|
H A D | wlan_interface_proxy.c.txt | 927 …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 D | wlan_interface_service.c.txt | 101 …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 D | wlan_interface_stub.c.txt | 970 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 D | iwlan_interface.h.txt | 126 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
|
H A D | wlan_interface_proxy.c.txt | 927 …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 D | wlan_interface_service.c.txt | 101 …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 D | wlan_interface_stub.c.txt | 970 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 D | iwlan_interface.h.txt | 132 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
|
H A D | wlan_interface_service.c.txt | 101 …WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen)
|
H A D | wlan_interface_proxy.c.txt | 927 …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 D | driver-peripherals-external-des.md | 772 uint32_t supTypeLen = PROTOCOL_80211_IFTYPE_NUM + 1; 789 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
|
/ohos5.0/drivers/peripheral/wlan/ |
H A D | README_zh.md | 74 …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 D | wlan_hdi_hal_services_c_test.cpp | 81 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 D | driver-peripherals-external-des.md | 776 uint32_t supTypeLen = PROTOCOL_80211_IFTYPE_NUM + 1; 793 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen);
|