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