Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h246 struct AssocStaInfoResult { struct
347 int32_t GetAssociatedStas(const char *ifName, struct AssocStaInfoResult *result);
/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal_cmd.c193 struct AssocStaInfoResult result; in HalCmdGetAssociatedStas()
/drivers/peripheral/wlan/client/src/sbuf/
H A 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/test/unittest/client/
H A Dhdf_client_test.cpp285 struct AssocStaInfoResult result;
/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c1359 int32_t GetAssociatedStas(const char *ifName, struct AssocStaInfoResult *result) in GetAssociatedStas()
1362 if (memset_s(result, sizeof(struct AssocStaInfoResult), 0, sizeof(struct AssocStaInfoResult)) != EOK) { in GetAssociatedStas()

Completed in 10 milliseconds