/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_cmd.c | 75 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 D | wifi_hal.c | 81 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 D | interface_i_wlan_interface_v10.md | 35 | [GetSupportFeature](#getsupportfeature) ([out] unsigned char[] supType) | 获取该设备支持的WLAN特性(不考虑当前的使用… 437 IWlanInterface::GetSupportFeature ([out] unsigned char[] supType) 449 | supType | 保存当前设备支持的特性。 |
|
H A D | interface_i_wlan_interface_v11.md | 33 | [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 D | wifi_hal_cmd.h | 31 int32_t HalCmdGetSupportType(uint8_t *supType);
|
/ohos5.0/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal.h | 126 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 D | wlan_interface_stub.c.txt | 969 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 D | iwlan_interface.h.txt | 123 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
|
H A D | wlan_interface_service.c.txt | 101 static int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32…
|
H A D | wlan_interface_proxy.c.txt | 927 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 D | wlan_interface_stub.c.txt | 969 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 D | iwlan_interface.h.txt | 126 … int32_t (*GetSupportFeature)(struct IWlanInterface *self, uint8_t* supType, uint32_t* supTypeLen);
|
H A D | wlan_interface_service.c.txt | 101 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 D | wlan_interface_stub.c.txt | 969 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 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 static int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t* supType, uint32…
|
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.h | 40 int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t *supType, uint32_t *sup…
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | wlan_hdi_direct_test.cpp | 72 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 D | wlan_hdi_hal_services_c_test.cpp | 80 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 D | README_zh.md | 74 …"></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 D | dump.txt | 59 [out] unsigned char[] supType);
|
/ohos5.0/drivers/interface/wlan/v1_0/ |
H A D | IWlanInterface.idl | 241 * @param supType Indicates the features obtained. 249 GetSupportFeature([out] unsigned char[] supType);
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 771 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 D | IWlanInterface.idl | 241 * @param supType Indicates the features obtained. 249 GetSupportFeature([out] unsigned char[] supType);
|
/ohos5.0/drivers/interface/wlan/v1_1/ |
H A D | IWlanInterface.idl | 241 * @param supType Indicates the features obtained. 249 GetSupportFeature([out] unsigned char[] supType);
|