WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_txopps.h
浏览该文件的文档.
1/*
2* Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2020. All rights reserved.
3* Description: dmac tx opps head
4* Create: 2020-7-5
5*/
6
7#ifndef HMAC_TXOPPS_H
8#define HMAC_TXOPPS_H
9
10#ifdef _PRE_WLAN_FEATURE_TXOPPS
11/*****************************************************************************
12 1 其他头文件包含
13*****************************************************************************/
14#include "mac_vap_ext.h"
15#include "hmac_vap.h"
16#endif
17
18#ifdef __cplusplus
19#if __cplusplus
20extern "C" {
21#endif
22#endif
23
24/* 软件配置mac txopps使能寄存器需要的三个参数 */
25typedef struct {
26 osal_u8 machw_txopps_en; /* sta是否使能txopps */
27 osal_u8 machw_txopps_condition1; /* txopps条件1 */
28 osal_u8 machw_txopps_condition2; /* txopps条件2 */
29 osal_u8 auc_resv[1];
31
32/*****************************************************************************
33 10 函数声明
34*****************************************************************************/
36 const mac_txopps_machw_param_stru *txopps_machw_param);
39
44
45#ifdef __cplusplus
46#if __cplusplus
47}
48#endif
49#endif
50
51#endif /* end of hmac_txopps.h */
osal_u8 hmac_vap_get_txopps(hmac_vap_stru *hmac_vap)
osal_void hmac_sta_set_txopps_partial_aid(hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user)
void hmac_vap_set_txopps(hmac_vap_stru *hmac_vap, osal_u8 value)
osal_u32 hmac_txopps_set_machw_en_sta(const hmac_vap_stru *hmac_vap, const mac_txopps_machw_param_stru *txopps_machw_param)
osal_u32 hmac_txopps_set_machw(hmac_vap_stru *hmac_vap)
osal_void mac_vap_update_txopps(hmac_vap_stru *hmac_vap, hmac_user_stru *hmac_user)
osal_s32 hmac_txopps_set_machw_partialaid(hmac_vap_stru *hmac_vap, osal_u32 partial_aid)
int osal_s32
Definition osal_types.h:19
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
Definition mac_user_ext.h:519
Definition mac_vap_ext.h:2019
Definition hmac_txopps.h:25
osal_u8 machw_txopps_condition2
Definition hmac_txopps.h:28
osal_u8 machw_txopps_condition1
Definition hmac_txopps.h:27
osal_u8 machw_txopps_en
Definition hmac_txopps.h:26