Home
last modified time | relevance | path

Searched refs:IEEE80211_RADIOTAP_F_TX_FAIL (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/
Dieee80211_radiotap.h263 #define IEEE80211_RADIOTAP_F_TX_FAIL 0x0001 /* failed due to excessive macro
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_mon.c46 #define IEEE80211_RADIOTAP_F_TX_FAIL 0x0001 /* failed due to excessive*/ macro
105 cb_hdr->tx_flags = IEEE80211_RADIOTAP_F_TX_FAIL; in WILC_WFI_monitor_rx()
/linux-4.4.14/net/mac80211/
Dstatus.c316 txflags |= IEEE80211_RADIOTAP_F_TX_FAIL; in ieee80211_add_tx_radiotap_header()