Searched refs:staInfoLen (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
H A D | ap_fuzzer.cpp | 32 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 D | wlan_hdi_direct_test.cpp | 164 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 D | wlan_hdi_hal_services_c_test.cpp | 485 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 D | wlan_common_cmd.h | 25 struct HdfStaInfo *staInfo, uint32_t *staInfoLen, uint32_t *num);
|
H A D | wlan_common_cmd.c | 215 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 10 milliseconds