Searched refs:mic_header1 (Results 1 – 1 of 1) sorted by relevance
675 static void construct_mic_header1(u8 *mic_header1, in construct_mic_header1() argument680 mic_header1[0] = (u8)((header_length - 2) / 256); in construct_mic_header1()681 mic_header1[1] = (u8)((header_length - 2) % 256); in construct_mic_header1()685 mic_header1[2] = mpdu[0]; in construct_mic_header1()687 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()689 mic_header1[3] = mpdu[1] & 0xc7; /* Mute retry, more data and pwr mgt bits */ in construct_mic_header1()690 mic_header1[4] = mpdu[4]; /* A1 */ in construct_mic_header1()691 mic_header1[5] = mpdu[5]; in construct_mic_header1()692 mic_header1[6] = mpdu[6]; in construct_mic_header1()693 mic_header1[7] = mpdu[7]; in construct_mic_header1()[all …]