WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wifi_oneimage.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: wifi oneimage file
4 * Create: 2023-06-27
5 */
6
7#ifndef __WIFI_ONEIMAGE_H__
8#define __WIFI_ONEIMAGE_H__
9
10#ifdef WSCFG_ONEIMAGE
11#define wifi_oneimage_rename(NAME) NAME##_ws73
12
13#define hmac_m2u_snoop_inspecting wifi_oneimage_rename(hmac_m2u_snoop_inspecting)
14#define hmac_m2u_attach wifi_oneimage_rename(hmac_m2u_attach)
15#define hmac_m2u_snoop_convert wifi_oneimage_rename(hmac_m2u_snoop_convert)
16#define hmac_m2u_detach wifi_oneimage_rename(hmac_m2u_detach)
17#define hmac_m2u_clear_deny_table wifi_oneimage_rename(hmac_m2u_clear_deny_table)
18#define hmac_m2u_print_all_snoop_list wifi_oneimage_rename(hmac_m2u_print_all_snoop_list)
19#define hmac_m2u_show_snoop_deny_table wifi_oneimage_rename(hmac_m2u_show_snoop_deny_table)
20#define hmac_m2u_add_snoop_ipv4_deny_entry wifi_oneimage_rename(hmac_m2u_add_snoop_ipv4_deny_entry)
21#define hmac_m2u_add_snoop_ipv6_deny_entry wifi_oneimage_rename(hmac_m2u_add_snoop_ipv6_deny_entry)
22#define hmac_m2u_del_ipv4_deny_entry wifi_oneimage_rename(hmac_m2u_del_ipv4_deny_entry)
23#define hmac_m2u_del_ipv6_deny_entry wifi_oneimage_rename(hmac_m2u_del_ipv6_deny_entry)
24#define hmac_m2u_cleanup_snoopwds_node wifi_oneimage_rename(hmac_m2u_cleanup_snoopwds_node)
25#define hmac_m2u_unicast_convert_multicast wifi_oneimage_rename(hmac_m2u_unicast_convert_multicast)
26
27#endif
28
29#endif /* #ifndef __WIFI_ONEIMAGE_H__ */