📄 wlc_security.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -