Searched refs:IEEE80211_FC1_RETRY (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/libpcap/
H A Dieee80211.h90 #define IEEE80211_FC1_RETRY 0x08 macro
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_input.h207 (wh->i_fc[1] & IEEE80211_FC1_RETRY))
223 if ((wh->i_fc[1] & IEEE80211_FC1_RETRY) &&
H A Dieee80211_ht.c826 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
961 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
1046 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
H A Dieee80211.h172 #define IEEE80211_FC1_RETRY 0x08 macro
H A Dieee80211_mesh.c1195 whcopy->i_fc[1] &= ~IEEE80211_FC1_RETRY;
/freebsd-11.0-release/tools/tools/net80211/w00t/assoc/
H A Dassoc.c320 if (wh->i_fc[1] & IEEE80211_FC1_RETRY) {
919 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-11.0-release/tools/tools/net80211/w00t/ap/
H A Dap.c459 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
476 wh->i_fc[1] &= ~(IEEE80211_FC1_DIR_TODS | IEEE80211_FC1_RETRY);
619 if (wh->i_fc[1] & IEEE80211_FC1_RETRY) {
/freebsd-11.0-release/tools/tools/net80211/w00t/prga/
H A Dprga.c251 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-11.0-release/tools/tools/net80211/w00t/redir/
H A Dredir.c249 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-11.0-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c591 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-11.0-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1616 if (seq == lastseq && (wh->i_fc[1] & IEEE80211_FC1_RETRY) &&
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tx.c202 wh->i_fc[1] |= IEEE80211_FC1_RETRY;

Completed in 195 milliseconds