Searched refs:getAssociatedStas (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal_ap_feature.h | 83 int32_t (*getAssociatedStas)(const struct IWiFiAp *apFeature, struct StaInfo *staInfo, member
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_ap_feature.c | 83 (*fe)->getAssociatedStas = HalGetAssociatedStas; in InitApFeature()
|
/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 290 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 D | wifi_hal_test.cpp | 1332 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 D | wlan_common_cmd.c | 224 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 7 milliseconds