Home
last modified time | relevance | path

Searched refs:AssocStaInfoResult (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h230 struct AssocStaInfoResult { struct
331 int32_t GetAssociatedStas(const char *ifName, struct AssocStaInfoResult *result);
/drivers/peripheral/wlan/hal/src/
Dwifi_hal_cmd.c193 struct AssocStaInfoResult result; in HalCmdGetAssociatedStas()
/drivers/peripheral/wlan/test/unittest/client/
Dhdf_client_test.cpp281 struct AssocStaInfoResult result;
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_cmd_adapter.c124 static int32_t ParserAssociatedStas(struct HdfSBuf *reply, struct AssocStaInfoResult *result) in ParserAssociatedStas()
463 int32_t GetAssociatedStas(const char *ifName, struct AssocStaInfoResult *result) in GetAssociatedStas()
/drivers/peripheral/wlan/client/src/netlink/
Dnetlink_cmd_adapter.c1116 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()