WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
alg_dbac_softap_rom.h
浏览该文件的文档.
1 /*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: dbac algorithm
4 */
5
6#ifndef ALG_DBAC_SOFTAP_ROM_H
7#define ALG_DBAC_SOFTAP_ROM_H
8
9#ifdef _PRE_WLAN_FEATURE_DBAC
10/******************************************************************************
11 1 其他头文件包含
12******************************************************************************/
14#include "alg_main_rom.h"
15#include "alg_dbac_rom.h"
16#include "mac_device_rom.h"
17#include "frw_ext_if_rom.h"
18
19
20#ifdef __cplusplus
21#if __cplusplus
22extern "C" {
23#endif
24#endif
25
26
27#define DBAC_SOFTAP_ONE_PACKET_DURATION 20
28
29osal_void alg_dbac_sta_softap_tbtt_isr(alg_dbac_mgr_stru *dbac_mgr, osal_bool is_led_tbtt);
30osal_u32 alg_dbac_sta_softap_timer_isr(alg_dbac_mgr_stru *dbac_mgr);
31osal_u32 alg_dbac_parse_type_sta_ap_vap(const dmac_vap_stru *dmac_vap0, const dmac_vap_stru *dmac_vap1,
32 alg_dbac_type_enum_uint8 *dbac_type, osal_u8 *led_vapid, osal_u8 *flw_vapid);
33
34#ifdef __cplusplus
35#if __cplusplus
36}
37#endif
38#endif
39
40#endif /* _PRE_WLAN_FEATURE_DBAC */
41#endif
unsigned char osal_u8
Definition osal_types.h:11
osal_u8 osal_bool
Definition osal_types.h:27
void osal_void
Definition osal_types.h:29
unsigned int osal_u32
Definition osal_types.h:13
Definition dmac_ext_if_rom.h:106