WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_11w.h
浏览该文件的文档.
1/*
2* Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2020. All rights reserved.
3* Description: hmac 11w head
4* Create: 2020-7-5
5*/
6
7#ifndef __HMAC_11W_H__
8#define __HMAC_11W_H__
9
10/*****************************************************************************
11 1 其他头文件包含
12*****************************************************************************/
13#include "hmac_vap.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif
19#endif
20
21/*****************************************************************************
22 全局变量声明
23*****************************************************************************/
24#ifdef _PRE_WLAN_FEATURE_PMF
25
26typedef oal_bool_enum_uint8 (*p_hmac_11w_robust_action_cb)(oal_netbuf_stru *mgmt_buf);
27
28typedef struct {
29 p_hmac_11w_robust_action_cb hmac_11w_robust_action;
30} hmac_11w_cb;
31
32/*****************************************************************************
33 函数声明
34*****************************************************************************/
35osal_u32 hmac_11w_rx_filter(const hmac_vap_stru *hmac_vap, const oal_netbuf_stru *netbuf);
36osal_void hmac_11w_set_ucast_mgmt_frame(hmac_vap_stru *hmac_vap, const mac_tx_ctl_stru *tx_ctl,
37 hal_tx_txop_feature_stru *txop_feature, const oal_netbuf_stru *netbuf, mac_ieee80211_frame_stru *frame_hdr);
38osal_void hmac_11w_set_mcast_mgmt_frame(hmac_vap_stru *hmac_vap,
39 hal_tx_txop_feature_stru *txop_feature, oal_netbuf_stru *netbuf, const hal_tx_mpdu_stru *mpdu);
40osal_void hmac_11w_update_users_status(hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user,
41 oal_bool_enum_uint8 user_pmf);
42
43#endif
44
45#ifdef __cplusplus
46#if __cplusplus
47}
48#endif
49#endif
50
51#endif /* end of hmac_11w.h */
osal_u8 oal_bool_enum_uint8
Definition oal_types_device_rom.h:45
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Definition hal_ops_common_rom.h:304
Definition hal_common_ops_device_rom.h:667
Definition mac_user_ext.h:519
Definition mac_vap_ext.h:2019
Definition mac_frame_common_rom.h:575
Definition dmac_ext_if_device_rom.h:98
Definition oal_skbuff.h:82