Searched refs:AssocStaInfoResult (Results 1 – 5 of 5) sorted by relevance
230 struct AssocStaInfoResult { struct331 int32_t GetAssociatedStas(const char *ifName, struct AssocStaInfoResult *result);
193 struct AssocStaInfoResult result; in HalCmdGetAssociatedStas()
281 struct AssocStaInfoResult result;
124 static int32_t ParserAssociatedStas(struct HdfSBuf *reply, struct AssocStaInfoResult *result) in ParserAssociatedStas()463 int32_t GetAssociatedStas(const char *ifName, struct AssocStaInfoResult *result) in GetAssociatedStas()
1116 int32_t GetAssociatedStas(const char *ifName, struct AssocStaInfoResult *result) in GetAssociatedStas()1119 …if (memset_s(result, sizeof(struct AssocStaInfoResult), 0, sizeof(struct AssocStaInfoResult)) != E… in GetAssociatedStas()