Home
last modified time | relevance | path

Searched refs:send_to_cooked (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/mac80211/
Dstatus.c646 int retry_count, int shift, bool send_to_cooked) in ieee80211_tx_monitor() argument
678 !send_to_cooked) in ieee80211_tx_monitor()
713 bool send_to_cooked; in __ieee80211_tx_status() local
883 send_to_cooked = !!(info->flags & IEEE80211_TX_CTL_INJECTED) || in __ieee80211_tx_status()
890 if (!local->monitors && (!send_to_cooked || !local->cooked_mntrs)) { in __ieee80211_tx_status()
896 ieee80211_tx_monitor(local, skb, sband, retry_count, shift, send_to_cooked); in __ieee80211_tx_status()
Dieee80211_i.h1740 int retry_count, int shift, bool send_to_cooked);