WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
alg_txbf.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: header file of tx beamforming algorithm
4 */
5
6#ifndef __ALG_TXBF_H__
7#define __ALG_TXBF_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11******************************************************************************/
12#include "hmac_tx_mgmt.h"
13#include "alg_transplant.h"
14#include "alg_autorate.h"
15#include "wlan_spec.h"
16#include "alg_intf_det.h"
17#include "hmac_alg_notify.h"
18
19#ifdef __cplusplus
20#if __cplusplus
21extern "C" {
22#endif
23#endif
24
25#ifdef _PRE_WLAN_FEATURE_TXBF
26
27/*****************************************************************************
28 2 宏定义
29******************************************************************************/
30#define ALG_TXBF_NEAR_RSSI (-40)
31#define ALG_TXBF_FAR_RSSI (-60)
32#define ALG_TXBF_RSSI_GAP (3)
33/*****************************************************************************
34 3 枚举定义
35******************************************************************************/
36
37/*****************************************************************************
38 7 STRUCT定义
39******************************************************************************/
40
41/*****************************************************************************
42 10 函数声明
43******************************************************************************/
44osal_s32 alg_hmac_txbf_init(osal_void);
45osal_void alg_hmac_txbf_exit(osal_void);
46
47#endif /* #ifdef _PRE_WLAN_FEATURE_TXBF */
48#ifdef __cplusplus
49#if __cplusplus
50}
51#endif
52#endif
53
54#endif /* end of alg_txbf.h */
int osal_s32
Definition osal_types.h:19
void osal_void
Definition osal_types.h:29