WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
frw_hmac_hcc_adapt.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2021-2021. All rights reserved.
3 * Description: hcc service adapt layer.
4 * Author:
5 * Create: 2021-09-01
6 */
7
8#ifndef __FRW_HMAC_HCC_ADAPT_H
9#define __FRW_HMAC_HCC_ADAPT_H
10
11#include "osal_types.h"
12#include "oal_net.h"
13#include "frw_ext_if.h"
14#include "frw_msg_rom.h"
15
17 struct frw_hcc_extend_hdr *hdr, osal_u8 vap_id, osal_u16 msg_id, osal_u8 msg_type);
21#ifndef _PRE_WLAN_FEATURE_CENTRALIZE
25#else
26osal_u32 frw_start_hcc_service(osal_u8 service_type, osal_void *rx_process);
28#endif
29
32#endif /* end of frw_hmac_hcc_adapt.h */
osal_void hcc_hmac_config_bus_ini(osal_u8 *param)
osal_void hcc_hmac_wifi_msg_register(osal_u8 msg_id, osal_void *callback)
osal_void * frw_alloc_hcc_cfg_data(osal_u32 size)
osal_void hmac_frw_hcc_extend_hdr_init(osal_u16 data_len, struct frw_hcc_extend_hdr *hdr, osal_u8 vap_id, osal_u16 msg_id, osal_u8 msg_type)
osal_u32 frw_stop_hcc_service(hcc_service_type service_type)
osal_void frw_free_hcc_cfg_data(osal_u8 *data)
osal_u32 frw_start_hcc_service(hcc_service_type service_type, hcc_adapt_priv_rx_process rx_process)
osal_s32 frw_send_msg_adapt(osal_u16 msg_id, frw_msg *cfg, osal_u8 vap_id, osal_u32 msg_seq, osal_bool sync)
osal_u32 frw_tx_wifi_netbuf_by_hcc(oal_netbuf_stru *netbuf, osal_u16 payload_len, osal_u8 data_type)
enum _hcc_serv_main_type hcc_service_type
td_u32(* hcc_adapt_priv_rx_process)(hcc_queue_type queue_id, td_u8 sub_type, td_u8 *buf, td_u32 len, td_u8 *user_param)
Definition hcc_types.h:69
int osal_s32
Definition osal_types.h:19
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
unsigned short osal_u16
Definition osal_types.h:12
Definition frw_msg_rom.h:101
Definition frw_msg_rom.h:74
Definition oal_skbuff.h:82
Definition hal_uart_v151_regs_def.h:38