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

/freebsd-9.3-release/contrib/libpcap/
H A Dieee80211.h90 #define IEEE80211_FC1_RETRY 0x08 macro
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_input.h215 (wh->i_fc[1] & IEEE80211_FC1_RETRY))
231 if ((wh->i_fc[1] & IEEE80211_FC1_RETRY) &&
H A Dieee80211.h166 #define IEEE80211_FC1_RETRY 0x08 macro
H A Dieee80211_ht.c791 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
926 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
1011 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : "");
H A Dieee80211_mesh.c896 whcopy->i_fc[1] &= ~IEEE80211_FC1_RETRY;
/freebsd-9.3-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-9.3-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-9.3-release/tools/tools/net80211/w00t/prga/
H A Dprga.c251 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-9.3-release/tools/tools/net80211/w00t/redir/
H A Dredir.c249 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c591 wh->i_fc[1] |= IEEE80211_FC1_RETRY;
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c1615 if (seq == lastseq && (wh->i_fc[1] & IEEE80211_FC1_RETRY) &&

Completed in 209 milliseconds