Searched refs:combo (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal.c | 90 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 D | wifi_hal.h | 132 * @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 D | wlan_common_cmd.h | 39 int32_t WlanInterfaceGetSupportCombo(struct IWlanInterface *self, uint64_t *combo);
|
H A D | wlan_common_cmd.c | 493 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 D | hdf_wlan_performance_test.cpp | 128 * @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 D | wlan_hdi_direct_test.cpp | 85 * @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 D | wlan_hdi_hal_services_c_test.cpp | 74 * @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