wlc_security.h
来自「wi-fi sources for asus wl138g v2 pci car」· C头文件 代码 · 共 35 行
H
35 行
/* * Michael Messge Integrity Check (MIC) algorithm and other security * interface definitions * * Copyright 2005-2006, Broadcom Corporation * All Rights Reserved. * * THIS SOFTWARE IS OFFERED "AS IS", AND BROADCOM GRANTS NO WARRANTIES OF ANY * KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. BROADCOM * SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS * FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE. * * $Id$ */#ifndef _wlc_security_h_#define _wlc_security_h_struct wlc_frminfo;/* Check if the received frame passes security filter */extern bool wlc_wsec_recvdata(wlc_info_t *wlc, osl_t *osh, struct scb *scb, struct wlc_frminfo *frminfo, uint8 prio);extern bool wlc_wsec_miccheck(wlc_info_t *wlc, osl_t *osh, struct scb *scb, struct wlc_frminfo *f);extern void wlc_mic_error(wlc_info_t *wlc, struct ether_addr *addr, bool group, bool flush_txq);/* 802.1X LLC header */extern const uint8 wlc_802_1x_hdr[];#endif /* _wlc_security_h_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?