Searched refs:getAssociatedStas (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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
|
/ohos5.0/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_ap_feature.c | 83 (*fe)->getAssociatedStas = HalGetAssociatedStas; in InitApFeature()
|
/ohos5.0/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 290 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 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);
|
/ohos5.0/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() 239 ret = g_apFeature->getAssociatedStas(g_apFeature, wifiStaInfo, *staInfoLen, num); in WlanInterfaceGetAssociatedStas()
|
/ohos5.0/drivers/peripheral/wlan/ |
H A D | README.md | 115 …16"><a name="p77321105516"></a><a name="p77321105516"></a>int32_t (*getAssociatedStas)(const struc…
|
H A D | README_zh.md | 169 …16"><a name="p77321105516"></a><a name="p77321105516"></a>int32_t (*getAssociatedStas)(const struc…
|