|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "mac_regdomain.h"#include "oal_ext_if.h"#include "wlan_mib_hcm.h"#include "mac_user_ext.h"#include "oam_ext_if.h"#include "hal_ext_if.h"

结构体 | |
| struct | mac_data_cb |
宏定义 | |
| #define | OAL_EAPOL_INFO_POS 13 |
| #define | OAL_EAPOL_TYPE_POS 9 |
| #define | OAL_EAPOL_TYPE_KEY 3 |
类型定义 | |
| typedef osal_u8 | mac_netbuff_payload_type_uint8 |
| typedef osal_u8 | pkt_trace_type_enum_uint8 |
| typedef osal_void(* | data_type_from_8023) (const osal_u8 *frame_hdr, mac_netbuff_payload_type hdr_type, osal_u8 *datatype) |
函数 | |
| pkt_trace_type_enum_uint8 | hmac_wifi_pkt_should_trace (const oal_netbuf_stru *netbuff, osal_u16 mac_hdr_len) |
| osal_u16 | mac_get_eapol_keyinfo_etc (const oal_netbuf_stru *netbuff) |
| osal_u8 | mac_get_eapol_type_etc (const oal_netbuf_stru *netbuff) |
| oal_bool_enum_uint8 | hmac_is_dhcp_port_etc (mac_ip_header_stru *ip_hdr) |
| oal_bool_enum_uint8 | hmac_is_dhcp6_etc (oal_ipv6hdr_stru *ipv6hdr) |
| osal_u8 | hmac_get_data_type_from_8023_etc (const osal_u8 *frame_hdr, mac_netbuff_payload_type hdr_type, const osal_u32 payload_len) |
| oal_bool_enum_uint8 | hmac_is_eapol_key_ptk_etc (const mac_eapol_header_stru *eapol_header) |
| osal_u8 | hmac_get_data_type_from_80211_etc (oal_netbuf_stru *netbuff, osal_u16 mac_hdr_len) |
| osal_u8 | hmac_get_tx_data_type_etc (const oal_netbuf_stru *netbuff) |
| osal_u8 | hmac_get_rx_data_type_etc (const oal_netbuf_stru *netbuff) |
| #define OAL_EAPOL_INFO_POS 13 |
| #define OAL_EAPOL_TYPE_KEY 3 |
| #define OAL_EAPOL_TYPE_POS 9 |
| typedef osal_void(* data_type_from_8023) (const osal_u8 *frame_hdr, mac_netbuff_payload_type hdr_type, osal_u8 *datatype) |
| typedef osal_u8 pkt_trace_type_enum_uint8 |
| enum pkt_trace_type_enum |
|
extern |
|
extern |
| osal_u8 hmac_get_rx_data_type_etc | ( | const oal_netbuf_stru * | netbuff | ) |
| osal_u8 hmac_get_tx_data_type_etc | ( | const oal_netbuf_stru * | netbuff | ) |
|
extern |
|
extern |
| oal_bool_enum_uint8 hmac_is_eapol_key_ptk_etc | ( | const mac_eapol_header_stru * | eapol_header | ) |
| pkt_trace_type_enum_uint8 hmac_wifi_pkt_should_trace | ( | const oal_netbuf_stru * | netbuff, |
| osal_u16 | mac_hdr_len | ||
| ) |
| osal_u16 mac_get_eapol_keyinfo_etc | ( | const oal_netbuf_stru * | netbuff | ) |
| osal_u8 mac_get_eapol_type_etc | ( | const oal_netbuf_stru * | netbuff | ) |