Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_security.c778 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_…
779 static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu);
780 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists);
781 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v…
960 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument
967 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
969 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
973 mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ in construct_mic_iv()
985 static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu) in construct_mic_header1() argument
989 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()
[all …]
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_security.c915 u8 *mpdu, uint payload_length, u8 *pn_vector) in construct_mic_iv() argument
921 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
923 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
927 mic_iv[i] = mpdu[i + 8]; in construct_mic_iv()
939 static void construct_mic_header1(u8 *mic_header1, sint header_length, u8 *mpdu) in construct_mic_header1() argument
943 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()
945 mic_header1[3] = mpdu[1] & 0xc7; in construct_mic_header1()
946 mic_header1[4] = mpdu[4]; /* A1 */ in construct_mic_header1()
947 mic_header1[5] = mpdu[5]; in construct_mic_header1()
948 mic_header1[6] = mpdu[6]; in construct_mic_header1()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_security.c921 u8 *mpdu,
929 u8 *mpdu,
934 u8 *mpdu,
942 u8 *mpdu,
1144 u8 *mpdu, in construct_mic_iv() argument
1155 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
1158 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
1168 mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ in construct_mic_iv()
1190 u8 *mpdu, in construct_mic_header1() argument
1199 mic_header1[2] = mpdu[0]; in construct_mic_header1()
[all …]
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit.h61 u32 mpdu; member
Dcxgbit_target.c151 cpl->mpdu = htons(DIV_ROUND_UP(iso_info->mpdu, 4)); in cxgbit_cpl_tx_data_iso()
466 iso_info.mpdu = mrdsl; in cxgbit_tx_datain_iso()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h996 __be16 mpdu; member