Home
last modified time | relevance | path

Searched refs:HalCmdGetAssociatedStas (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/hal/include/
H A Dwifi_hal_cmd.h37 int32_t HalCmdGetAssociatedStas(const char *ifName, struct StaInfo *staInfo, uint32_t count, uint32…
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_ap_feature.c36 return HalCmdGetAssociatedStas(apFeature->baseFeature.ifName, staInfo, size, num); in GetAssociatedStasInner()
H A Dwifi_hal_cmd.c186 int32_t HalCmdGetAssociatedStas(const char *ifName, struct StaInfo *staInfo, uint32_t count, uint32… in HalCmdGetAssociatedStas() function