Home
last modified time | relevance | path

Searched refs:mic_header1 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c697 static void construct_mic_header1(u8 *mic_header1, in construct_mic_header1() argument
702 mic_header1[0] = (u8)((header_length - 2) / 256); in construct_mic_header1()
703 mic_header1[1] = (u8)((header_length - 2) % 256); in construct_mic_header1()
707 mic_header1[2] = mpdu[0]; in construct_mic_header1()
709 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()
711 mic_header1[3] = mpdu[1] & 0xc7; /* Mute retry, more data and pwr mgt bits */ in construct_mic_header1()
712 mic_header1[4] = mpdu[4]; /* A1 */ in construct_mic_header1()
713 mic_header1[5] = mpdu[5]; in construct_mic_header1()
714 mic_header1[6] = mpdu[6]; in construct_mic_header1()
715 mic_header1[7] = mpdu[7]; in construct_mic_header1()
[all …]