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

/freebsd-current/contrib/libpcap/
H A Dieee80211.h90 #define IEEE80211_FC1_RETRY 0x08 macro
/freebsd-current/sys/net80211/
H A Dieee80211_input.h253 (wh->i_fc[1] & IEEE80211_FC1_RETRY))
269 if ((wh->i_fc[1] & IEEE80211_FC1_RETRY) &&
H A Dieee80211_ht.c1051 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
1207 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
1291 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
H A Dieee80211.h222 #define IEEE80211_FC1_RETRY 0x08 macro
H A Dieee80211_mesh.c1197 whcopy->i_fc[1] &= ~IEEE80211_FC1_RETRY;
/freebsd-current/tools/tools/net80211/w00t/assoc/
H A Dassoc.c318 if (wh->i_fc[1] & IEEE80211_FC1_RETRY) {
917 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-current/tools/tools/net80211/w00t/ap/
H A Dap.c457 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
474 wh->i_fc[1] &= ~(IEEE80211_FC1_DIR_TODS | IEEE80211_FC1_RETRY);
617 if (wh->i_fc[1] & IEEE80211_FC1_RETRY) {
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c589 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-current/tools/tools/net80211/w00t/prga/
H A Dprga.c249 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-current/tools/tools/net80211/w00t/redir/
H A Dredir.c247 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-current/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1615 if (seq == lastseq && (wh->i_fc[1] & IEEE80211_FC1_RETRY) &&
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h1557 return (fc & htole16(IEEE80211_FC1_RETRY << 8));
/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c203 wh->i_fc[1] |= IEEE80211_FC1_RETRY;

Completed in 288 milliseconds