Home
last modified time | relevance | path

Searched refs:supTypeLen (Results 1 - 3 of 3) sorted by relevance

/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_hal_services_c_test.cpp81 uint32_t supTypeLen = PROTOCOL_80211_IFTYPE_NUM + 1; in HWTEST_F() local
87 rc = g_wlanObj->GetSupportFeature(g_wlanObj, supType, &supTypeLen); in HWTEST_F()

Completed in 6 milliseconds