b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /** |
| 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 | */ |
| 43 | struct 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_ */ |