Lines Matching refs:rx_pn
3633 u8 _rx_pn[IEEE80211_MAX_PN_LEN] = {}, *rx_pn = _rx_pn; in iwl_mvm_send_sta_key() local
3641 rx_pn[0] = seq.tkip.iv16; in iwl_mvm_send_sta_key()
3642 rx_pn[1] = seq.tkip.iv16 >> 8; in iwl_mvm_send_sta_key()
3643 rx_pn[2 + hole] = seq.tkip.iv32; in iwl_mvm_send_sta_key()
3644 rx_pn[3 + hole] = seq.tkip.iv32 >> 8; in iwl_mvm_send_sta_key()
3645 rx_pn[4 + hole] = seq.tkip.iv32 >> 16; in iwl_mvm_send_sta_key()
3646 rx_pn[5 + hole] = seq.tkip.iv32 >> 24; in iwl_mvm_send_sta_key()
3648 rx_pn = seq.hw.seq; in iwl_mvm_send_sta_key()
3651 rx_pn[0] = seq.ccmp.pn[0]; in iwl_mvm_send_sta_key()
3652 rx_pn[1] = seq.ccmp.pn[1]; in iwl_mvm_send_sta_key()
3653 rx_pn[2 + hole] = seq.ccmp.pn[2]; in iwl_mvm_send_sta_key()
3654 rx_pn[3 + hole] = seq.ccmp.pn[3]; in iwl_mvm_send_sta_key()
3655 rx_pn[4 + hole] = seq.ccmp.pn[4]; in iwl_mvm_send_sta_key()
3656 rx_pn[5 + hole] = seq.ccmp.pn[5]; in iwl_mvm_send_sta_key()
3659 if (iwl_mvm_pn_cmp(rx_pn, (u8 *)&u.cmd.common.rx_secur_seq_cnt, in iwl_mvm_send_sta_key()
3661 memcpy(&u.cmd.common.rx_secur_seq_cnt, rx_pn, in iwl_mvm_send_sta_key()