WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wal_regdb.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2019. All rights reserved.
3 * Description: Header file for wal_regdb.c.
4 */
5
6#ifndef __WAL_REGDB_H__
7#define __WAL_REGDB_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "oal_ext_if.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
20/*****************************************************************************
21 2 宏定义
22*****************************************************************************/
23/*****************************************************************************
24 3 枚举定义
25*****************************************************************************/
26/*****************************************************************************
27 4 全局变量声明
28*****************************************************************************/
29/*****************************************************************************
30 5 消息头定义
31*****************************************************************************/
32/*****************************************************************************
33 6 消息定义
34*****************************************************************************/
35/*****************************************************************************
36 7 STRUCT定义
37*****************************************************************************/
38typedef struct {
39 char *country_list; /* 国家列表 */
40 struct ieee80211_reg_rule reg_rule; /* 管制域规则 */
42/*****************************************************************************
43 8 UNION定义
44*****************************************************************************/
45/*****************************************************************************
46 9 OTHERS定义
47*****************************************************************************/
48/*****************************************************************************
49 10 函数声明
50*****************************************************************************/
51const oal_ieee80211_regdomain_stru* wal_regdb_find_db_etc(const osal_s8 *country_code);
52
53#ifdef __cplusplus
54#if __cplusplus
55 }
56#endif
57#endif
58
59#endif /* end of wal_regdb.h */
signed char osal_s8
Definition osal_types.h:17
Definition wal_regdb.h:38
char * country_list
Definition wal_regdb.h:39
const oal_ieee80211_regdomain_stru * wal_regdb_find_db_etc(const osal_s8 *country_code)