Searched refs:last_pn (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_rx_pn.c | 90 union htt_rx_pn_t *last_pn; in ol_rx_pn_check_base() local 115 last_pn = &peer->tids_last_pn[tid]; in ol_rx_pn_check_base() 145 cmp(&new_pn, last_pn, index == txrx_sec_ucast, in ol_rx_pn_check_base() 178 last_pn->pn128[1], last_pn->pn128[0], in ol_rx_pn_check_base() 179 last_pn->pn128[0] & 0xffffffffffffULL, in ol_rx_pn_check_base() 195 last_pn->pn128[1], last_pn->pn128[0], in ol_rx_pn_check_base() 196 last_pn->pn128[0] & 0xffffffffffffULL, in ol_rx_pn_check_base() 243 last_pn->pn128[0] = new_pn.pn128[0]; in ol_rx_pn_check_base() 244 last_pn->pn128[1] = new_pn.pn128[1]; in ol_rx_pn_check_base()
|
D | ol_txrx.c | 2676 uint64_t **last_pn, uint32_t **rmf_pn_replays) in ol_txrx_get_pn_info() argument 2694 *last_pn = &peer->last_rmf_pn; in ol_txrx_get_pn_info()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
D | cdp_txrx_pmf.h | 36 uint8_t **last_pn_valid, uint64_t **last_pn, in cdp_get_pn_info() argument 48 last_pn, rmf_pn_replays); in cdp_get_pn_info()
|
D | cdp_txrx_ops.h | 2055 uint64_t **last_pn, uint32_t **rmf_pn_replays);
|
/wlan-driver/qcacld-3.0/components/mlme/core/inc/ |
D | wlan_mlme_main.h | 219 uint64_t last_pn; member
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_mgmt.c | 3228 if (new_pn > peer_priv->last_pn) { in wma_is_ccmp_pn_replay_attack() 3229 peer_priv->last_pn = new_pn; in wma_is_ccmp_pn_replay_attack() 3238 peer_priv->last_pn = new_pn; in wma_is_ccmp_pn_replay_attack()
|