Home
last modified time | relevance | path

Searched refs:getAssociatedStas (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_ap_feature.h83 int32_t (*getAssociatedStas)(const struct IWiFiAp *apFeature, struct StaInfo *staInfo, member
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_ap_feature.c83 (*fe)->getAssociatedStas = HalGetAssociatedStas; in InitApFeature()
/ohos5.0/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp290 ret = apFeature->getAssociatedStas(apFeature, nullptr, 0, nullptr);
293 ret = apFeature->getAssociatedStas(apFeature, staInfo, WLAN_MAX_NUM_STA_WITH_AP, &num);
/ohos5.0/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);
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c224 if (g_apFeature == NULL || g_apFeature->getAssociatedStas == NULL) { in WlanInterfaceGetAssociatedStas()
239 ret = g_apFeature->getAssociatedStas(g_apFeature, wifiStaInfo, *staInfoLen, num); in WlanInterfaceGetAssociatedStas()
/ohos5.0/drivers/peripheral/wlan/
H A DREADME.md115 …16"><a name="p77321105516"></a><a name="p77321105516"></a>int32_t (*getAssociatedStas)(const struc…
H A DREADME_zh.md169 …16"><a name="p77321105516"></a><a name="p77321105516"></a>int32_t (*getAssociatedStas)(const struc…