Searched refs:CALC_RX_MIC (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/wlags49_h2/ |
D | hcfdef.h | 590 #define CALC_RX_MIC( p, len ) calc_mic_rx_frag( ifbp, p, len ) macro 593 #define CALC_RX_MIC( p, len )
|
D | hcf.c | 2404 CALC_RX_MIC( cp, j ); in hcf_rcv_msg() 3016 /*32*/ CALC_RX_MIC( bufp, -1 ); //. initialize MIC in hcf_service_nic() 3017 CALC_RX_MIC( buf_addr, HCF_DASA_SIZE ); //. MIC over DA, SA in hcf_service_nic() 3018 CALC_RX_MIC( null_addr, 4 ); //. MIC over (virtual) priority field in hcf_service_nic() 3019 CALC_RX_MIC( buf_addr+14, 8 ); //. skip Len, MIC over SNAP,Type or 8 data bytes) in hcf_service_nic() 3038 CALC_RX_MIC( buf_addr, i ); in hcf_service_nic() 3427 …CALC_RX_MIC( mic_pad, 8 ); //. process up to 3 remaining bytes of data and appen… in check_mic()
|