WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_wps.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2023. All rights reserved.
3 * Description: hmac_wps
4 */
5
6#ifndef __HMAC_WPS_H__
7#define __HMAC_WPS_H__
8
9/*****************************************************************************
10 1 其他头文件包含
11*****************************************************************************/
12#include "frw_ext_if.h"
13#include "hmac_vap.h"
14#include "mac_device_ext.h"
15#include "hmac_device.h"
16#include "wlan_types_common.h"
18
19#ifdef __cplusplus
20#if __cplusplus
21extern "C" {
22#endif
23#endif
24
31
37
38/*****************************************************************************
39 2 函数声明
40*****************************************************************************/
41typedef osal_void (*hmac_scan_del_wps_ie_cb)(hmac_vap_stru *hmac_vap, osal_u32 *len, osal_u8 *ie, osal_u8 del_wps_ie);
42
43#ifdef CONTROLLER_CUSTOMIZATION
46#endif
47
48static osal_u32 hmac_wps_init_weakref(osal_void) __attribute__ ((weakref("hmac_wps_init"), used));
49static osal_void hmac_wps_deinit_weakref(osal_void) __attribute__ ((weakref("hmac_wps_deinit"), used));
50
51#ifdef __cplusplus
52#if __cplusplus
53}
54#endif
55#endif
56
57#endif /* end of hmac_wps.h */
osal_void hmac_wps_deinit(osal_void)
Definition hmac_wps.c:293
osal_u32 hmac_wps_init(osal_void)
Definition hmac_wps.c:281
osal_void(* hmac_scan_del_wps_ie_cb)(hmac_vap_stru *hmac_vap, osal_u32 *len, osal_u8 *ie, osal_u8 del_wps_ie)
Definition hmac_wps.h:41
mac_ie_type_enum
Definition hmac_wps.h:25
@ MAC_IE_BUTT
Definition hmac_wps.h:28
@ MAC_WPS_IE
Definition hmac_wps.h:27
@ MAC_P2P_IE
Definition hmac_wps.h:26
osal_u32 mac_ie_type_enum_uint32
Definition hmac_wps.h:30
static osal_u32 used
Definition hmac_wps.h:48
unsigned char osal_u8
Definition osal_types.h:11
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Log message information header.
Definition log_oam_logger.h:564
Definition mac_vap_ext.h:2019
Definition hmac_wps.h:32
osal_u32 oui
Definition hmac_wps.h:34
osal_u32 oui_type
Definition hmac_wps.h:35
mac_ie_type_enum_uint32 ie_type
Definition hmac_wps.h:33