Home
last modified time | relevance | path

Searched refs:getApBandwidth (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_ap_feature.h112 int32_t (*getApBandwidth)(const char *ifName, uint8_t *bandwidth); member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_ap_feature.c85 (*fe)->getApBandwidth = HalGetApBandwidth; in InitApFeature()
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp385 ret = apFeature->getApBandwidth(apFeature->baseFeature.ifName, &bandwidth); in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1567 if (g_apFeature == NULL || g_apFeature->getApBandwidth == NULL) { in WlanInterfaceGetApBandwidth()
1568 HDF_LOGE("%{public}s g_apFeature or g_staFeature->getApBandwidth is NULL!", __func__); in WlanInterfaceGetApBandwidth()
1571 ret = g_apFeature->getApBandwidth(ifName, bandwidth); in WlanInterfaceGetApBandwidth()

Completed in 4 milliseconds