IEEE80211_RX_F_FAIL_MMIC
if ((rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC) != 0) {
if ((rxs != NULL) && (rxs->c_pktflags & IEEE80211_RX_F_FAIL_MMIC)) {