WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wal_ext_if.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2023. All rights reserved.
3 * Description: Header file of wal public interface.
4 * Create: 2020-01-01
5 */
6
7#ifndef __WAL_EXT_IF_H__
8#define __WAL_EXT_IF_H__
9
10/*****************************************************************************
11 其他头文件包含
12*****************************************************************************/
13#include "oal_types.h"
14#include "oal_schedule.h"
15#include "wlan_types_common.h"
16
17#ifdef __cplusplus
18#if __cplusplus
19extern "C" {
20#endif
21#endif
22
23#undef THIS_FILE_ID
24#define THIS_FILE_ID OAM_FILE_ID_WAL_EXT_IF_H
25
26/* 维测,设置某一种具体event上报开关的参数结构体 */
31
32/*****************************************************************************
33 全局变量
34*****************************************************************************/
35extern osal_u8 g_uc_custom_cali_done_etc; /* 标识是否是上电第一次校准 */
36
37/*****************************************************************************
38 函数声明
39*****************************************************************************/
41extern void wal_main_exit_etc(void);
42
43#ifdef _PRE_WLAN_FEATURE_WOW_OFFLOAD
44extern osal_u32 wal_ccpriv_register_inetaddr_notifier_etc(void);
45extern osal_u32 wal_ccpriv_unregister_inetaddr_notifier_etc(void);
46extern osal_u32 wal_ccpriv_register_inet6addr_notifier_etc(void);
47extern osal_u32 wal_ccpriv_unregister_inet6addr_notifier_etc(void);
48#endif
49
50#ifdef __cplusplus
51#if __cplusplus
52}
53#endif
54#endif
55
56#endif /* end of wal_ext_if.h */
int osal_s32
Definition osal_types.h:19
unsigned char osal_u8
Definition osal_types.h:11
unsigned int osal_u32
Definition osal_types.h:13
Definition wal_ext_if.h:27
osal_s32 l_event_type
Definition wal_ext_if.h:28
osal_s32 l_param
Definition wal_ext_if.h:29
osal_s32 wal_main_init_etc(void)
osal_u8 g_uc_custom_cali_done_etc
void wal_main_exit_etc(void)