WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wal_11d.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2019-2019. All rights reserved.
3 * Description: Header file for wal_11d.c.
4 */
5
6#ifndef __WAL_11D_H__
7#define __WAL_11D_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "hmac_chan_mgmt.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 td_char *pc_country; /* 国家字符串 */
40 mac_dfs_domain_enum_uint8 dfs_domain; /* DFS 雷达标准 */
41 td_u8 reserved[3]; /* 3 BYTE保留字段 */
43
44/*****************************************************************************
45 8 UNION定义
46*****************************************************************************/
47/*****************************************************************************
48 9 OTHERS定义
49*****************************************************************************/
50/*****************************************************************************
51 10 函数声明
52*****************************************************************************/
53td_u32 wal_regdomain_update(oal_net_device_stru *netdev, const td_char *country, td_u8 country_code_len);
54#ifdef _PRE_WLAN_FEATURE_DFS
55td_u32 wal_regdomain_update_for_dfs(oal_net_device_stru *netdev, td_char *country);
56#endif
57td_s32 wal_util_set_country_code(oal_net_device_stru *net_dev, osal_s8 *country_code);
58
59#ifdef __cplusplus
60#if __cplusplus
61 }
62#endif
63#endif
64
65#endif /* end of wal_11d.h */
osal_u8 mac_dfs_domain_enum_uint8
Definition mac_regdomain.h:83
osal_u16 reserved
Definition oal_net.h:4
signed char osal_s8
Definition osal_types.h:17
Definition wal_11d.h:38
mac_dfs_domain_enum_uint8 dfs_domain
Definition wal_11d.h:40
td_char * pc_country
Definition wal_11d.h:39
unsigned char td_u8
Definition td_type.h:36
unsigned int td_u32
Definition td_type.h:38
int td_s32
Definition td_type.h:44
char td_char
Definition td_type.h:41
td_u32 wal_regdomain_update(oal_net_device_stru *netdev, const td_char *country, td_u8 country_code_len)
td_s32 wal_util_set_country_code(oal_net_device_stru *net_dev, osal_s8 *country_code)