Searched refs:noreplaycheck (Results 1 – 2 of 2) sorted by relevance
296 bool noreplaycheck; in gcmp_decap() local321 noreplaycheck = (k->wk_flags & IEEE80211_KEY_NOREPLAY) != 0; in gcmp_decap()322 noreplaycheck |= (rxs != NULL) && in gcmp_decap()324 if (pn <= k->wk_keyrsc[tid] && !noreplaycheck) { in gcmp_decap()
316 bool noreplaycheck; in ccmp_decap() local341 noreplaycheck = (k->wk_flags & IEEE80211_KEY_NOREPLAY) != 0; in ccmp_decap()342 noreplaycheck |= (rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_PN_VALIDATED) != 0; in ccmp_decap()343 if (pn <= k->wk_keyrsc[tid] && !noreplaycheck) { in ccmp_decap()