Searched refs:mic_hdr (Results 1 – 4 of 4) sorted by relevance
300 struct vnt_mic_hdr *mic_hdr; in vnt_fill_txkey() local332 mic_hdr = &tx_buffer->tx_head.tx_rts.tx.mic.hdr; in vnt_fill_txkey()334 mic_hdr = &tx_buffer->tx_head.tx_cts.tx.mic.hdr; in vnt_fill_txkey()336 mic_hdr = &tx_buffer->tx_head.tx_ab.tx.mic.hdr; in vnt_fill_txkey()339 mic_hdr->id = 0x59; in vnt_fill_txkey()340 mic_hdr->payload_len = cpu_to_be16(payload_len); in vnt_fill_txkey()341 ether_addr_copy(mic_hdr->mic_addr2, hdr->addr2); in vnt_fill_txkey()344 mic_hdr->ccmp_pn[5] = pn64; in vnt_fill_txkey()345 mic_hdr->ccmp_pn[4] = pn64 >> 8; in vnt_fill_txkey()346 mic_hdr->ccmp_pn[3] = pn64 >> 16; in vnt_fill_txkey()[all …]
1119 td_info->mic_hdr = pMICHDR; in s_cbFillTxBufHead()1149 struct vnt_mic_hdr *mic_hdr) in vnt_fill_txkey() argument1177 if (!mic_hdr) in vnt_fill_txkey()1180 mic_hdr->id = 0x59; in vnt_fill_txkey()1181 mic_hdr->payload_len = cpu_to_be16(payload_len); in vnt_fill_txkey()1182 ether_addr_copy(mic_hdr->mic_addr2, hdr->addr2); in vnt_fill_txkey()1185 mic_hdr->ccmp_pn[5] = pn64; in vnt_fill_txkey()1186 mic_hdr->ccmp_pn[4] = pn64 >> 8; in vnt_fill_txkey()1187 mic_hdr->ccmp_pn[3] = pn64 >> 16; in vnt_fill_txkey()1188 mic_hdr->ccmp_pn[2] = pn64 >> 24; in vnt_fill_txkey()[all …]
220 void *mic_hdr; member
3021 u8 mic_hdr[16] = {0}; in ath11k_dp_rx_h_michael_mic() local3039 memcpy(mic_hdr, ieee80211_get_DA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic()3040 memcpy(mic_hdr + ETH_ALEN, ieee80211_get_SA(hdr), ETH_ALEN); in ath11k_dp_rx_h_michael_mic()3043 mic_hdr[12] = tid; in ath11k_dp_rx_h_michael_mic()3045 ret = crypto_shash_update(desc, mic_hdr, 16); in ath11k_dp_rx_h_michael_mic()