WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
alg_rts.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: algorithm antanne interference head
4 */
5
6#ifndef __ALG_RTS_H__
7#define __ALG_RTS_H__
8
9#ifdef _PRE_WLAN_FEATURE_RTS
10
11/******************************************************************************
12 1 其他头文件包含
13******************************************************************************/
14#include "hmac_alg_if.h"
15#include "hal_alg_rts.h"
16#include "msg_alg_rom.h"
17
18#ifdef __cplusplus
19#if __cplusplus
20extern "C" {
21#endif
22#endif
23/******************************************************************************
24 2 函数声明
25******************************************************************************/
26osal_s32 alg_host_rts_init(osal_void);
27osal_s32 alg_host_rts_exit(osal_void);
28osal_u32 alg_rts_para_sync_fill(alg_param_sync_stru *data);
29osal_u32 alg_rts_config_threshold(hmac_vap_stru *hmac_vap, osal_u32 rts_threshold);
30osal_u32 alg_rts_set_host_param(mac_ioctl_alg_param_stru *alg_param);
31
32#ifdef __cplusplus
33#if __cplusplus
34}
35#endif
36#endif
37#endif /* #ifdef _PRE_WLAN_FEATURE_RTS */
38#endif /* end of alg_rts.h */
int osal_s32
Definition osal_types.h:19
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Definition alg_common_rom.h:411
Definition mac_vap_ext.h:2019
Definition msg_alg_rom.h:13
Definition hal_uart_v151_regs_def.h:38