Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
H A Dap_fuzzer.cpp32 uint32_t staInfoLen = WLAN_MAX_NUM_STA_WITH_AP; in FuzzGetAssociatedStas() local
36 interface->GetAssociatedStas(interface, &feature, staInfo, &staInfoLen, &num); in FuzzGetAssociatedStas()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp164 uint32_t staInfoLen = WLAN_MAX_NUM_STA_WITH_AP; in HWTEST_F() local
169 int32_t rc = g_wlanObj->GetAssociatedStas(g_wlanObj, nullptr, staInfo, &staInfoLen, &num); in HWTEST_F()
172 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, &num); in HWTEST_F()
175 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, nullptr, &staInfoLen, &num); in HWTEST_F()
179 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, nullptr); in HWTEST_F()
181 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, &num); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp485 uint32_t staInfoLen = WLAN_MAX_NUM_STA_WITH_AP; in HWTEST_F() local
490 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, &num); in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.h25 struct HdfStaInfo *staInfo, uint32_t *staInfoLen, uint32_t *num);
H A Dwlan_common_cmd.c215 struct HdfStaInfo *staInfo, uint32_t *staInfoLen, uint32_t *num) in WlanInterfaceGetAssociatedStas()
220 if (ifeature == NULL || ifeature->ifName == NULL || staInfo == NULL || staInfoLen == NULL || num == NULL) { in WlanInterfaceGetAssociatedStas()
234 struct StaInfo *wifiStaInfo = (struct StaInfo *)OsalMemCalloc(sizeof(struct StaInfo) * (*staInfoLen)); in WlanInterfaceGetAssociatedStas()
239 ret = g_apFeature->getAssociatedStas(g_apFeature, wifiStaInfo, *staInfoLen, num); in WlanInterfaceGetAssociatedStas()
214 WlanInterfaceGetAssociatedStas(struct IWlanInterface *self, const struct HdfFeatureInfo *ifeature, struct HdfStaInfo *staInfo, uint32_t *staInfoLen, uint32_t *num) WlanInterfaceGetAssociatedStas() argument

Completed in 7 milliseconds