Home
last modified time | relevance | path

Searched refs:rx_pn (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dlocation.h828 * @rx_pn: the next expected PN for protected management frames Rx. LE byte
851 u8 rx_pn[IEEE80211_CCMP_PN_LEN];
886 * @rx_pn: the next expected PN for protected management frames Rx. LE byte
921 u8 rx_pn[IEEE80211_CCMP_PN_LEN];
962 * @rx_pn: the next expected PN for protected management frames Rx. LE byte
1002 u8 rx_pn[IEEE80211_CCMP_PN_LEN];
1043 * @rx_pn: the next expected PN for protected management frames Rx. LE byte
1078 u8 rx_pn[IEEE80211_CCMP_PN_LEN];
1639 * @rx_pn: the last PN used for this responder Rx in case PMF is configured in
1666 u8 rx_pn[IEEE80211_CCMP_PN_LE
794 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; global() member
863 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; global() member
944 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; global() member
1508 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; global() member
[all...]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dftm-initiator.c39 u8 rx_pn[IEEE80211_CCMP_PN_LEN]; member
747 u8 *rx_pn, u8 *tx_pn, __le32 *flags) in iwl_mvm_ftm_set_secured_ranging()
784 memcpy(rx_pn, entry->rx_pn, sizeof(entry->rx_pn)); in iwl_mvm_ftm_start_v11()
803 target->tk, target->rx_pn, in iwl_mvm_ftm_set_ndp_params()
976 target->tk, target->rx_pn,
1315 memcpy(entry->rx_pn, fw_ap->rx_pn, sizeof(entry->rx_pn)); in iwl_mvm_ftm_range_resp()
[all...]
H A Dsta.c3655 u8 _rx_pn[IEEE80211_MAX_PN_LEN] = {}, *rx_pn = _rx_pn; in iwl_mvm_send_sta_key()
3663 rx_pn[0] = seq.tkip.iv16; in iwl_mvm_send_sta_key()
3664 rx_pn[1] = seq.tkip.iv16 >> 8; in iwl_mvm_send_sta_key()
3665 rx_pn[2 + hole] = seq.tkip.iv32; in iwl_mvm_send_sta_key()
3666 rx_pn[3 + hole] = seq.tkip.iv32 >> 8; in iwl_mvm_send_sta_key()
3667 rx_pn[4 + hole] = seq.tkip.iv32 >> 16; in iwl_mvm_send_sta_key()
3668 rx_pn[5 + hole] = seq.tkip.iv32 >> 24; in iwl_mvm_send_sta_key()
3670 rx_pn = seq.hw.seq; in iwl_mvm_send_sta_key()
3673 rx_pn[0] = seq.ccmp.pn[0]; in iwl_mvm_send_sta_key()
3674 rx_pn[ in iwl_mvm_send_sta_key()
3641 u8 _rx_pn[IEEE80211_MAX_PN_LEN] = {}, *rx_pn = _rx_pn; iwl_mvm_send_sta_key() local
[all...]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c2574 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2575 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_pn_check_replay_hl()
2666 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2669 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_ind_hl()
2969 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_frag_ind_hl()
2970 ath10k_htt_rx_mpdu_desc_pn_hl(rx_desc, &new_pn, peer->rx_pn[sec_index].pn_len); in ath10k_htt_rx_proc_rx_frag_ind_hl()
4211 peer->rx_pn[sec_index].sec_type = sec_type; in ath10k_htt_rx_sec_ind_handler()
4212 peer->rx_pn[sec_index].pn_len = ath10k_htt_rx_pn_len(sec_type); in ath10k_htt_rx_sec_ind_handler()
H A Dcore.h443 } rx_pn[ATH10K_HTT_TXRX_PEER_SECURITY_MAX]; member