Home
last modified time | relevance | path

Searched refs:supType (Results 1 - 9 of 9) sorted by relevance

/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()
/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h31 int32_t HalCmdGetSupportType(uint8_t *supType);
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h118 * @param supType Indicates the pointer to the WLAN features available for the device.
119 * @param size Indicates the length of the <b>supType</b> array.
126 int32_t (*getSupportFeature)(uint8_t *supType, uint32_t size);
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h40 int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t *supType, uint32_t *supTypeLen);
H A Dwlan_common_cmd.c513 int32_t WlanInterfaceGetSupportFeature(struct IWlanInterface *self, uint8_t *supType, uint32_t *supTypeLen) in WlanInterfaceGetSupportFeature() argument
518 if (supType == NULL || supTypeLen == NULL) { in WlanInterfaceGetSupportFeature()
526 ret = g_wifi->getSupportFeature(supType, *supTypeLen); in WlanInterfaceGetSupportFeature()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp72 uint8_t supType[PROTOCOL_80211_IFTYPE_NUM + 1] = {0}; in HWTEST_F() local
77 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, nullptr); in HWTEST_F()
79 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp80 uint8_t supType[PROTOCOL_80211_IFTYPE_NUM + 1] = {0}; in HWTEST_F() local
85 int32_t rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLenInvalid); in HWTEST_F()
87 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen); in HWTEST_F()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp987 uint8_t supType[PROTOCOL_80211_IFTYPE_NUM + 1] = {0};
991 ret = g_wifi->getSupportFeature(supType, PROTOCOL_80211_IFTYPE_NUM);
994 ret = g_wifi->getSupportFeature(supType, PROTOCOL_80211_IFTYPE_NUM + 1);

Completed in 14 milliseconds