android13/external/wifi_driver/aic8800/aic8800_fdrv/rwnx_mesh.h

46 lines
1.2 KiB
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
/**
****************************************************************************************
*
* @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_ */