| /** |
| **************************************************************************************** |
| * |
| * @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_ */ |