WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_tx_pk.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2023. All rights reserved.
3 * Description: Header file for hmac_tx_pk.c.
4 * Create: 2021-12-15
5 */
6
7#ifndef __HMAC_TX_PK_H__
8#define __HMAC_TX_PK_H__
9
10#ifdef _PRE_WLAN_FEATURE_PK
11/*****************************************************************************
12 1 其他头文件包含
13*****************************************************************************/
15
16#ifdef __cplusplus
17#if __cplusplus
18extern "C" {
19#endif
20#endif
21
22osal_s32 hmac_bridge_vap_xmit_etc_pk(hmac_vap_stru *hmac_vap, frw_msg *msg);
23
24#ifdef __cplusplus
25#if __cplusplus
26}
27#endif
28#endif
29#endif
30
31#endif /* end of hmac_tx_pk.h */
int osal_s32
Definition osal_types.h:19
Definition frw_msg_rom.h:74
Definition mac_vap_ext.h:2019