Searched refs:StaInfo (Results 1 - 7 of 7) sorted by relevance
/drivers/peripheral/wlan/interfaces/include/ |
H A D | wifi_hal_ap_feature.h | 56 struct StaInfo { struct 83 int32_t (*getAssociatedStas)(const struct IWiFiAp *apFeature, struct StaInfo *staInfo,
|
/drivers/peripheral/wlan/hal/src/ |
H A D | wifi_hal_ap_feature.c | 30 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 D | wifi_hal_cmd.c | 186 int32_t HalCmdGetAssociatedStas(const char *ifName, struct StaInfo *staInfo, uint32_t count, uint32_t *num) in HalCmdGetAssociatedStas()
|
/drivers/peripheral/wlan/hal/include/ |
H A D | wifi_hal_cmd.h | 37 int32_t HalCmdGetAssociatedStas(const char *ifName, struct StaInfo *staInfo, uint32_t count, uint32_t *num);
|
/drivers/peripheral/wlan/test/performance/common/ |
H A D | hdf_wlan_performance_test.cpp | 274 struct StaInfo staInfo[WLAN_MAX_NUM_STA_WITH_AP] = {{0}};
in HWTEST_F()
|
/drivers/peripheral/wlan/hdi_service/service_common/ |
H A D | wlan_common_cmd.c | 234 struct StaInfo *wifiStaInfo = (struct StaInfo *)OsalMemCalloc(sizeof(struct StaInfo) * (*staInfoLen));
in WlanInterfaceGetAssociatedStas()
|
/drivers/peripheral/wlan/test/unittest/hal/ |
H A D | wifi_hal_test.cpp | 1325 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