blob: db8950f160de00d131a65c3a3cf09b28171d138b [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/**
2 ****************************************************************************************
3 *
4 * @file rwnx_mesh.h
5 *
6 * @brief VHT Beamformer function declarations
7 *
8 * Copyright (C) RivieraWaves 2016-2019
9 *
10 ****************************************************************************************
11 */
12
13#ifndef _RWNX_MESH_H_
14#define _RWNX_MESH_H_
15
16/**
17 * INCLUDE FILES
18 ****************************************************************************************
19 */
20
21#include "rwnx_defs.h"
22
23/**
24 * DEFINES
25 ****************************************************************************************
26 */
27
28/**
29 * TYPE DEFINITIONS
30 ****************************************************************************************
31 */
32
33/**
34 * FUNCTION DECLARATIONS
35 ****************************************************************************************
36 */
37
38/**
39 ****************************************************************************************
40 * @brief TODO [LT]
41 ****************************************************************************************
42 */
43struct rwnx_mesh_proxy *rwnx_get_mesh_proxy_info(struct rwnx_vif *p_rwnx_vif, u8 *p_sta_addr, bool local);
44
45#endif /* _RWNX_MESH_H_ */