WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_fcs.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2020. All rights reserved.
3 * Description: hmac_fcs_rom.c 的头文件。
4 * Create: 2020-07-03
5 */
6
7#ifndef __HMAC_FCS_H__
8#define __HMAC_FCS_H__
9
10/*****************************************************************************
11 1 其他头文件包含
12*****************************************************************************/
13#include "mac_vap_ext.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif
19#endif
20
21/*****************************************************************************
22 2 宏定义
23*****************************************************************************/
24/* OFDM 12M: 0x004a0113 6M: 0x004b0113 11b 1M: 0x08000113 */
25#define WLAN_PROT_DATARATE_CHN0_1M (0x08000113)
26#define WLAN_PROT_DATARATE_CHN1_1M (0x08000123)
27#define WLAN_PROT_DATARATE_CHN0_6M (0x004b0113)
28#define WLAN_PROT_DATARATE_CHN1_6M (0x004b0123)
29#define WLAN_PROT_DATARATE_CHN0_12M (0x004a0113)
30#define WLAN_PROT_DATARATE_CHN1_12M (0x004a0123)
31#define WLAN_PROT_DATARATE_CHN0_24M (0x00490113)
32#define WLAN_PROT_DATARATE_CHN1_24M (0x00490123)
33
34/*****************************************************************************
35 10 函数声明
36*****************************************************************************/
37
45 osal_u16 protect_time);
47
48#ifdef __cplusplus
49#if __cplusplus
50}
51#endif
52#endif
53
54#endif /* end of hmac_fcs.h */
osal_void hmac_fcs_prepare_one_packet_cfg(const hmac_vap_stru *hmac_vap, hal_one_packet_cfg_stru *one_packet_cfg, osal_u16 protect_time)
osal_u32 hmac_fcs_get_prot_mode(const hmac_vap_stru *hmac_vap, const hal_one_packet_cfg_stru *one_packet_cfg)
osal_void hmac_fcs_start_enhanced_same_channel(mac_fcs_cfg_stru *fcs_cfg)
osal_void hmac_fcs_start_enhanced(mac_fcs_cfg_stru *fcs_cfg)
osal_u32 hmac_fcs_set_prot_datarate(const hmac_vap_stru *src_vap)
osal_void hmac_fcs_start_send_one_packet(mac_fcs_cfg_stru *fcs_cfg)
osal_void hmac_fcs_start(mac_fcs_cfg_stru *fcs_cfg)
osal_void hmac_fcs_start_same_channel(mac_fcs_cfg_stru *fcs_cfg)
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
unsigned short osal_u16
Definition osal_types.h:12
Definition hal_ops_common_rom.h:35
Definition mac_vap_ext.h:2019
Definition wlan_resource_common_rom.h:256