Home
last modified time | relevance | path

Searched refs:combo (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c90 static int32_t GetSupportComboInner(uint64_t *combo, uint32_t size) in GetSupportComboInner() argument
92 if (combo == NULL) { in GetSupportComboInner()
96 return HalCmdGetSupportCombo(combo, size); in GetSupportComboInner()
437 static int32_t GetSupportCombo(uint64_t *combo, uint32_t size) in GetSupportCombo() argument
441 int32_t ret = GetSupportComboInner(combo, size); in GetSupportCombo()
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h132 * @param combo Indicates the pointer to WLAN features available for the device.
133 * @param size Indicates the length of the <b>combo</b> array.
140 int32_t (*getSupportCombo)(uint64_t *combo, uint32_t size);
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h39 int32_t WlanInterfaceGetSupportCombo(struct IWlanInterface *self, uint64_t *combo);
H A Dwlan_common_cmd.c493 int32_t WlanInterfaceGetSupportCombo(struct IWlanInterface *self, uint64_t *combo) in WlanInterfaceGetSupportCombo() argument
498 if (combo == NULL) { in WlanInterfaceGetSupportCombo()
506 ret = g_wifi->getSupportCombo(combo, DEFAULT_COMBO_SIZE); in WlanInterfaceGetSupportCombo()
508 HDF_LOGW("%{public}s: not support to getting combo!, error code: %{public}d", __func__, ret); in WlanInterfaceGetSupportCombo()
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp128 * @tc.desc: Get supported combo
136 uint64_t combo[DEFAULT_COMBO_SIZE] = {0}; in HWTEST_F() local
146 ret = g_wifi->getSupportCombo(combo, DEFAULT_COMBO_SIZE); in HWTEST_F()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp85 * @tc.desc: Wifi hdi get support combo function test
91 uint64_t combo[DEFAULT_COMBO_SIZE] = {0}; in HWTEST_F() local
95 rc = g_wlanObj->GetSupportCombo(g_wlanObj, combo); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp74 * @tc.desc: Wifi hdi get support feature and combo function test
82 uint64_t combo[DEFAULT_COMBO_SIZE] = {0}; in HWTEST_F() local
89 rc = g_wlanObj->GetSupportCombo(g_wlanObj, combo); in HWTEST_F()

Completed in 9 milliseconds