Lines Matching refs:rx_pn
3462 u8 _rx_pn[IEEE80211_MAX_PN_LEN] = {}, *rx_pn = _rx_pn; in iwl_mvm_send_sta_key() local
3470 rx_pn[0] = seq.tkip.iv16; in iwl_mvm_send_sta_key()
3471 rx_pn[1] = seq.tkip.iv16 >> 8; in iwl_mvm_send_sta_key()
3472 rx_pn[2 + hole] = seq.tkip.iv32; in iwl_mvm_send_sta_key()
3473 rx_pn[3 + hole] = seq.tkip.iv32 >> 8; in iwl_mvm_send_sta_key()
3474 rx_pn[4 + hole] = seq.tkip.iv32 >> 16; in iwl_mvm_send_sta_key()
3475 rx_pn[5 + hole] = seq.tkip.iv32 >> 24; in iwl_mvm_send_sta_key()
3477 rx_pn = seq.hw.seq; in iwl_mvm_send_sta_key()
3480 rx_pn[0] = seq.ccmp.pn[0]; in iwl_mvm_send_sta_key()
3481 rx_pn[1] = seq.ccmp.pn[1]; in iwl_mvm_send_sta_key()
3482 rx_pn[2 + hole] = seq.ccmp.pn[2]; in iwl_mvm_send_sta_key()
3483 rx_pn[3 + hole] = seq.ccmp.pn[3]; in iwl_mvm_send_sta_key()
3484 rx_pn[4 + hole] = seq.ccmp.pn[4]; in iwl_mvm_send_sta_key()
3485 rx_pn[5 + hole] = seq.ccmp.pn[5]; in iwl_mvm_send_sta_key()
3488 if (iwl_mvm_pn_cmp(rx_pn, (u8 *)&u.cmd.common.rx_secur_seq_cnt, in iwl_mvm_send_sta_key()
3490 memcpy(&u.cmd.common.rx_secur_seq_cnt, rx_pn, in iwl_mvm_send_sta_key()