Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dieee80211_radiotap.h266 #define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */ macro
/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_mon.c45 #define IEEE80211_RADIOTAP_F_TX_RTS 0x0004 /* used rts/cts handshake */ macro
103 cb_hdr->tx_flags = IEEE80211_RADIOTAP_F_TX_RTS; in WILC_WFI_monitor_rx()
/linux-4.4.14/net/mac80211/
Dstatus.c321 txflags |= IEEE80211_RADIOTAP_F_TX_RTS; in ieee80211_add_tx_radiotap_header()