Home
last modified time | relevance | path

Searched refs:staInfo (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/hdf/wlan/hdi_service/
H A Dwlan_hdi_direct_test.cpp141 struct HdfStaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in HWTEST_F() local
147 int32_t rc = g_wlanObj->GetAssociatedStas(g_wlanObj, nullptr, staInfo, &staInfoLen, &num); in HWTEST_F()
150 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, &num); in HWTEST_F()
155 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, nullptr, &num); in HWTEST_F()
157 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, nullptr); in HWTEST_F()
159 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, &num); in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp463 struct HdfStaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in HWTEST_F() local
469 rc = g_wlanObj->GetAssociatedStas(g_wlanObj, &ifeature, staInfo, &staInfoLen, &num); in HWTEST_F()
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp1884 struct StaInfo staInfo[MAX_ASSOC_STA_NUM];
1885 (void)memset_s(staInfo, sizeof(StaInfo) * MAX_ASSOC_STA_NUM, 0, sizeof(StaInfo) * MAX_ASSOC_STA_NUM);
1891 ret = apFeature->getAssociatedStas(nullptr, staInfo, MAX_ASSOC_STA_NUM, &num);
1907 struct StaInfo staInfo[MAX_ASSOC_STA_NUM];
1908 (void)memset_s(staInfo, sizeof(StaInfo) * MAX_ASSOC_STA_NUM, 0, sizeof(StaInfo) * MAX_ASSOC_STA_NUM);
1930 struct StaInfo staInfo[MAX_ASSOC_STA_NUM];
1931 (void)memset_s(staInfo, sizeof(StaInfo) * MAX_ASSOC_STA_NUM, 0, sizeof(StaInfo) * MAX_ASSOC_STA_NUM);
1937 ret = apFeature->getAssociatedStas(apFeature, staInfo, 0, &num);
1954 struct StaInfo staInfo[MAX_ASSOC_STA_NUM];
1955 (void)memset_s(staInfo, sizeo
[all...]
/test/xts/hats/hdf/wlan/wlanBenchmarkTest/
H A Dhdf_wifi_benchmark_test.cpp726 struct StaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in BENCHMARK_F() local
734 ret = apFeature->getAssociatedStas(apFeature, staInfo, WLAN_MAX_NUM_STA_WITH_AP, &num); in BENCHMARK_F()

Completed in 7 milliseconds