Home
last modified time | relevance | path

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

/trueos/sys/net80211/
HDieee80211_input.h215 (wh->i_fc[1] & IEEE80211_FC1_RETRY)) in ieee80211_check_rxseq()
231 if ((wh->i_fc[1] & IEEE80211_FC1_RETRY) && in ieee80211_check_rxseq()
HDieee80211.h166 #define IEEE80211_FC1_RETRY 0x08 macro
HDieee80211_ht.c791 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : ""); in ieee80211_ampdu_reorder()
926 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : ""); in ieee80211_ampdu_reorder()
1011 wh->i_fc[1] & IEEE80211_FC1_RETRY ? " (retransmit)" : ""); in ieee80211_recv_bar()
HDieee80211_mesh.c1202 whcopy->i_fc[1] &= ~IEEE80211_FC1_RETRY; in mesh_forward()
/trueos/contrib/libpcap/
HDieee80211.h90 #define IEEE80211_FC1_RETRY 0x08 macro
/trueos/tools/tools/net80211/w00t/ap/
HDap.c459 wh->i_fc[1] |= IEEE80211_FC1_RETRY; in enque()
476 wh->i_fc[1] &= ~(IEEE80211_FC1_DIR_TODS | IEEE80211_FC1_RETRY); in relay_data()
619 if (wh->i_fc[1] & IEEE80211_FC1_RETRY) { in duplicate()
/trueos/tools/tools/net80211/w00t/assoc/
HDassoc.c320 if (wh->i_fc[1] & IEEE80211_FC1_RETRY) { in generic_process()
919 wh->i_fc[1] |= IEEE80211_FC1_RETRY; in main()
/trueos/tools/tools/net80211/wlaninject/
HDwlaninject.c591 wh->i_fc[1] |= IEEE80211_FC1_RETRY; in main()
/trueos/tools/tools/net80211/w00t/prga/
HDprga.c251 wh->i_fc[1] |= IEEE80211_FC1_RETRY; in send_packet()
/trueos/tools/tools/net80211/w00t/redir/
HDredir.c249 wh->i_fc[1] |= IEEE80211_FC1_RETRY; in send_packet()
/trueos/tools/tools/net80211/wesside/wesside/
HDwesside.c1616 if (seq == lastseq && (wh->i_fc[1] & IEEE80211_FC1_RETRY) && in anal()
/trueos/sys/dev/ath/
HDif_ath_tx.c200 wh->i_fc[1] |= IEEE80211_FC1_RETRY; in ath_tx_set_retry()