• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (C) 2021 HiSilicon (Shanghai) Technologies CO., LIMITED.
3  *
4  * This program is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License
6  * as published by the Free Software Foundation; either version 2
7  * of the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
17  */
18 
19 #ifndef __HMAC_MGMT_CLASSIFIER_H__
20 #define __HMAC_MGMT_CLASSIFIER_H__
21 
22 /* ****************************************************************************
23   1 其他头文件包含
24 **************************************************************************** */
25 #include "dmac_ext_if.h"
26 
27 #ifdef __cplusplus
28 #if __cplusplus
29 extern "C" {
30 #endif
31 #endif
32 
33 /* ****************************************************************************
34   2 函数声明
35 **************************************************************************** */
36 hi_u32 hmac_rx_process_mgmt_event(frw_event_mem_stru *event_mem);
37 hi_u32 hmac_mgmt_rx_delba_event(frw_event_mem_stru *event_mem);
38 hi_u32 hmac_mgmt_tx_action(hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, mac_action_mgmt_args_stru *action_args);
39 hi_u32 hmac_mgmt_tx_priv_req(hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user, mac_priv_req_args_stru *priv_req);
40 hi_u32 hmac_mgmt_send_disasoc_deauth_event(frw_event_mem_stru *event_mem);
41 hi_u32 hmac_proc_disasoc_misc_event(frw_event_mem_stru *event_mem);
42 #ifdef _PRE_WLAN_FEATURE_MESH
43 hi_u32 hmac_mesh_report_new_peer_candidate(frw_event_mem_stru *event_mem);
44 #endif
45 #ifdef _PRE_WLAN_FEATURE_PROMIS
46 hi_u32 hmac_rx_process_mgmt_promis(frw_event_mem_stru *event_mem);
47 #endif
48 
49 #ifdef __cplusplus
50 #if __cplusplus
51 }
52 #endif
53 #endif
54 
55 #endif /* __HMAC_MGMT_CLASSIFIER_H__ */
56