Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_security.c777 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_…
778 static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu);
779 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists);
780 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v…
959 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() argument
966 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
968 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
972 mic_iv[i] = mpdu[i + 8]; /* mic_iv[2:7] = A2[0:5] = mpdu[10:15] */ in construct_mic_iv()
984 static void construct_mic_header1(u8 *mic_header1, int header_length, u8 *mpdu) in construct_mic_header1() argument
988 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()
[all …]
/drivers/staging/rtl8712/
Drtl871x_security.c895 u8 *mpdu, uint payload_length, u8 *pn_vector) in construct_mic_iv() argument
901 mic_iv[1] = mpdu[30] & 0x0f; /* QoS_TC */ in construct_mic_iv()
903 mic_iv[1] = mpdu[24] & 0x0f; /* mute bits 7-4 */ in construct_mic_iv()
907 mic_iv[i] = mpdu[i + 8]; in construct_mic_iv()
919 static void construct_mic_header1(u8 *mic_header1, sint header_length, u8 *mpdu) in construct_mic_header1() argument
923 mic_header1[2] = mpdu[0] & 0xcf; /* Mute CF poll & CF ack bits */ in construct_mic_header1()
925 mic_header1[3] = mpdu[1] & 0xc7; in construct_mic_header1()
926 mic_header1[4] = mpdu[4]; /* A1 */ in construct_mic_header1()
927 mic_header1[5] = mpdu[5]; in construct_mic_header1()
928 mic_header1[6] = mpdu[6]; in construct_mic_header1()
[all …]
/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 …]
/drivers/target/iscsi/cxgbit/
Dcxgbit.h58 u32 mpdu; member
Dcxgbit_target.c148 cpl->mpdu = htons(DIV_ROUND_UP(iso_info->mpdu, 4)); in cxgbit_cpl_tx_data_iso()
463 iso_info.mpdu = mrdsl; in cxgbit_tx_datain_iso()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1004 __be16 mpdu; member