Home
last modified time | relevance | path

Searched refs:StaInfo (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal_ap_feature.h56 struct StaInfo { struct
83 int32_t (*getAssociatedStas)(const struct IWiFiAp *apFeature, struct StaInfo *staInfo,
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_ap_feature.c30 struct StaInfo *staInfo, uint32_t size, uint32_t *num) in GetAssociatedStasInner()
49 struct StaInfo *staInfo, uint32_t count, uint32_t *num) in HalGetAssociatedStas()
H A Dwifi_hal_cmd.c186 int32_t HalCmdGetAssociatedStas(const char *ifName, struct StaInfo *staInfo, uint32_t count, uint32_t *num) in HalCmdGetAssociatedStas()
/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h37 int32_t HalCmdGetAssociatedStas(const char *ifName, struct StaInfo *staInfo, uint32_t count, uint32_t *num);
/drivers/peripheral/wlan/test/performance/common/
H A Dhdf_wlan_performance_test.cpp274 struct StaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}}; in HWTEST_F()
/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c234 struct StaInfo *wifiStaInfo = (struct StaInfo *)OsalMemCalloc(sizeof(struct StaInfo) * (*staInfoLen)); in WlanInterfaceGetAssociatedStas()
/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp1325 struct StaInfo staInfo[MAX_ASSOC_STA_NUM];
1326 (void)memset_s(staInfo, sizeof(StaInfo) * MAX_ASSOC_STA_NUM, 0, sizeof(StaInfo) * MAX_ASSOC_STA_NUM);

Completed in 7 milliseconds