WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
wal_psd.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved.
3 * Description: wal_psd
4 * Create: 2023-02-28
5 */
6
7#ifndef __WAL_PSD_H__
8#define __WAL_PSD_H__
9
10#ifdef _PRE_WLAN_FEATURE_PSD
11/*****************************************************************************
12 1 其他头文件包含
13*****************************************************************************/
14#include "oal_ext_if.h"
15#ifndef _PRE_WLAN_FEATURE_WS73
16#include "diag.h"
17#else
18#include "soc_zdiag.h"
19#endif
20#include "wal_ccpriv.h"
21#include "hmac_psd.h"
22
23#ifdef __cplusplus
24#if __cplusplus
25extern "C" {
26#endif
27#endif
28
29#undef THIS_FILE_ID
30#define THIS_FILE_ID OAM_FILE_ID_WAL_LINUX_PSD_H
31#undef THIS_MOD_ID
32#define THIS_MOD_ID DIAG_MOD_ID_WIFI_HOST
33
34#define PSD_DEV_NAME "wlan0"
35
36osal_void wal_psd_enable_callback(osal_u16 cmd_id, osal_void* cmd_param, osal_u16 cmd_param_size,
37 DIAG_OPTION *option);
38
39#ifdef __cplusplus
40#if __cplusplus
41}
42#endif
43#endif
44
45#endif
46#endif /* end of wal_psd.h */
#define DIAG_OPTION
Definition hmac_psd.h:33
void osal_void
Definition osal_types.h:29
unsigned short osal_u16
Definition osal_types.h:12