Home
last modified time | relevance | path

Searched refs:getAssociatedStas (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_ap_feature.h83 int32_t (*getAssociatedStas)(const struct IWiFiAp *apFeature, struct StaInfo *staInfo, member
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_ap_feature.c83 (*fe)->getAssociatedStas = HalGetAssociatedStas; in InitApFeature()
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp290 ret = apFeature->getAssociatedStas(apFeature, nullptr, 0, nullptr); in HWTEST_F()
293 ret = apFeature->getAssociatedStas(apFeature, staInfo, WLAN_MAX_NUM_STA_WITH_AP, &num); in HWTEST_F()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp1332 ret = apFeature->getAssociatedStas(nullptr, staInfo, MAX_ASSOC_STA_NUM, &num);
1334 ret = apFeature->getAssociatedStas(apFeature, nullptr, MAX_ASSOC_STA_NUM, &num);
1336 ret = apFeature->getAssociatedStas(apFeature, staInfo, 0, &num);
1338 ret = apFeature->getAssociatedStas(apFeature, staInfo, MAX_ASSOC_STA_NUM, nullptr);
1340 ret = apFeature->getAssociatedStas(apFeature, staInfo, MAX_ASSOC_STA_NUM, &num);
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c224 if (g_apFeature == NULL || g_apFeature->getAssociatedStas == NULL) { in WlanInterfaceGetAssociatedStas()
225 HDF_LOGE("%{public}s g_apFeature or g_apFeature->getAssociatedStas is NULL!", __func__); in WlanInterfaceGetAssociatedStas()
239 ret = g_apFeature->getAssociatedStas(g_apFeature, wifiStaInfo, *staInfoLen, num); in WlanInterfaceGetAssociatedStas()

Completed in 6 milliseconds