Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/
H A Dap_fuzzer.cpp23 const int32_t WLAN_MAX_NUM_STA_WITH_AP = 4; member
31 struct HdfStaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in FuzzGetAssociatedStas()
32 uint32_t staInfoLen = WLAN_MAX_NUM_STA_WITH_AP; in FuzzGetAssociatedStas()
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp35 const int32_t WLAN_MAX_NUM_STA_WITH_AP = 4; member
274 struct StaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in HWTEST_F()
293 ret = apFeature->getAssociatedStas(apFeature, staInfo, WLAN_MAX_NUM_STA_WITH_AP, &num); in HWTEST_F()
/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp27 const int32_t WLAN_MAX_NUM_STA_WITH_AP = 4; member
163 struct HdfStaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in HWTEST_F()
164 uint32_t staInfoLen = WLAN_MAX_NUM_STA_WITH_AP; in HWTEST_F()
H A Dwlan_hdi_hal_services_c_test.cpp30 const int32_t WLAN_MAX_NUM_STA_WITH_AP = 4; member
484 struct HdfStaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in HWTEST_F()
485 uint32_t staInfoLen = WLAN_MAX_NUM_STA_WITH_AP; in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c37 #define WLAN_MAX_NUM_STA_WITH_AP 4 macro

Completed in 7 milliseconds