Searched refs:mic_header2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 831 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, 1056 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, in construct_mic_header2() argument 1062 mic_header2[i] = 0x00; in construct_mic_header2() 1064 mic_header2[0] = mpdu[16]; /* A3 */ in construct_mic_header2() 1065 mic_header2[1] = mpdu[17]; in construct_mic_header2() 1066 mic_header2[2] = mpdu[18]; in construct_mic_header2() 1067 mic_header2[3] = mpdu[19]; in construct_mic_header2() 1068 mic_header2[4] = mpdu[20]; in construct_mic_header2() 1069 mic_header2[5] = mpdu[21]; in construct_mic_header2() 1071 mic_header2[6] = 0x00; in construct_mic_header2() [all …]
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 965 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() argument 971 mic_header2[i] = 0x00; in construct_mic_header2() 972 mic_header2[0] = mpdu[16]; /* A3 */ in construct_mic_header2() 973 mic_header2[1] = mpdu[17]; in construct_mic_header2() 974 mic_header2[2] = mpdu[18]; in construct_mic_header2() 975 mic_header2[3] = mpdu[19]; in construct_mic_header2() 976 mic_header2[4] = mpdu[20]; in construct_mic_header2() 977 mic_header2[5] = mpdu[21]; in construct_mic_header2() 978 mic_header2[6] = 0x00; in construct_mic_header2() 979 mic_header2[7] = 0x00; /* mpdu[23]; */ in construct_mic_header2() [all …]
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 766 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists); 990 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() argument 994 mic_header2[i] = 0x00; in construct_mic_header2() 996 mic_header2[0] = mpdu[16]; /* A3 */ in construct_mic_header2() 997 mic_header2[1] = mpdu[17]; in construct_mic_header2() 998 mic_header2[2] = mpdu[18]; in construct_mic_header2() 999 mic_header2[3] = mpdu[19]; in construct_mic_header2() 1000 mic_header2[4] = mpdu[20]; in construct_mic_header2() 1001 mic_header2[5] = mpdu[21]; in construct_mic_header2() 1003 mic_header2[6] = 0x00; in construct_mic_header2() [all …]
|