WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_device.h 文件参考
#include "wlan_spec.h"
#include "dmac_ext_if_hcm.h"
#include "mac_vap_ext.h"
hmac_device.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

结构体

struct  hmac_scanned_bss_info
 

宏定义

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_DEVICE_H
 
#define MAX_MAC_ERR_IN_TBTT   5 /* 每一个tbtt间隙允许出现的最大错误数 */
 
#define HMAC_RSSI_LIMIT_DELTA   5
 
#define is_equal_rates(rate1, rate2)   (((rate1) & 0x7f) == ((rate2) & 0x7f))
 

类型定义

typedef osal_u8 hmac_acs_type_enum_uint8
 

枚举

enum  hmac_acs_type_enum { HMAC_ACS_TYPE_INIT = 0 , HMAC_ACS_TYPE_CMD = 1 , HMAC_ACS_TYPE_FREE = 2 }
 

函数

osal_u32 hmac_board_exit_etc (mac_board_stru *board)
 
osal_u32 hmac_board_init_etc (mac_board_stru *board)
 
osal_void hmac_board_exit (osal_void)
 
osal_u32 hmac_board_init (osal_void)
 
hal_to_dmac_device_struhmac_device_get_another_h2d_dev (const hmac_device_stru *hmac_device, const hal_to_dmac_device_stru *ori_hal_dev)
 
osal_u8 hmac_device_check_fake_queues_empty (osal_void)
 
osal_s32 hmac_config_reset_mac_phy (hmac_vap_stru *hmac_vap, frw_msg *msg)
 

宏定义说明

◆ HMAC_RSSI_LIMIT_DELTA

#define HMAC_RSSI_LIMIT_DELTA   5

◆ is_equal_rates

#define is_equal_rates (   rate1,
  rate2 
)    (((rate1) & 0x7f) == ((rate2) & 0x7f))

◆ MAX_MAC_ERR_IN_TBTT

#define MAX_MAC_ERR_IN_TBTT   5 /* 每一个tbtt间隙允许出现的最大错误数 */

◆ THIS_FILE_ID

#define THIS_FILE_ID   OAM_FILE_ID_HMAC_DEVICE_H

类型定义说明

◆ hmac_acs_type_enum_uint8

枚举类型说明

◆ hmac_acs_type_enum

枚举值
HMAC_ACS_TYPE_INIT 
HMAC_ACS_TYPE_CMD 
HMAC_ACS_TYPE_FREE 

函数说明

◆ hmac_board_exit()

osal_void hmac_board_exit ( osal_void  )

◆ hmac_board_exit_etc()

osal_u32 hmac_board_exit_etc ( mac_board_stru board)
extern

◆ hmac_board_init()

osal_u32 hmac_board_init ( osal_void  )

◆ hmac_board_init_etc()

osal_u32 hmac_board_init_etc ( mac_board_stru board)
extern

◆ hmac_config_reset_mac_phy()

osal_s32 hmac_config_reset_mac_phy ( hmac_vap_stru hmac_vap,
frw_msg msg 
)

◆ hmac_device_check_fake_queues_empty()

osal_u8 hmac_device_check_fake_queues_empty ( osal_void  )

◆ hmac_device_get_another_h2d_dev()

hal_to_dmac_device_stru * hmac_device_get_another_h2d_dev ( const hmac_device_stru hmac_device,
const hal_to_dmac_device_stru ori_hal_dev 
)