Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_CTL_REQ_TX_STATUS (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/net/mac80211/
Dmesh_ps.c396 IEEE80211_TX_CTL_REQ_TX_STATUS; in mpsp_trigger_send()
518 info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in mps_frame_deliver()
Dht.c524 IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_send_smps_action()
Dsta_info.c1380 IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_send_null_response()
1603 IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_sta_ps_deliver_response()
1627 IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_sta_ps_deliver_response()
Doffchannel.c795 IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_mgmt_tx()
Dstatus.c32 skb_queue_tail(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS ? in ieee80211_tx_status_irqsafe()
Dagg-tx.c140 IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_send_bar()
Dmlme.c957 IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_send_assoc()
1005 IEEE80211_SKB_CB(skb)->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_send_nullfunc()
2753 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_auth_challenge()
4065 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_auth()
Dtdls.c1040 flags |= IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_tdls_prep_mgmt_packet()
Dtx.c2232 info->flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_monitor_start_xmit()
2685 info_flags |= IEEE80211_TX_CTL_REQ_TX_STATUS; in ieee80211_build_hdr()
Dcfg.c3478 info->flags |= IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_probe_client()
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dtx.c573 if (!(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS)) in wl1251_tx_flush()
584 if (!(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS)) in wl1251_tx_flush()
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c290 bd.tx_comp = !!(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS); in wcn36xx_start_tx()
Ddxe.c379 if (!(info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS)) { in reap_tx_dxes()
/Linux-v4.19/drivers/net/wireless/ath/carl9170/
Dtx.c299 !(txinfo->flags & IEEE80211_TX_CTL_REQ_TX_STATUS)) { in carl9170_tx_release()
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dxmit.c89 if (info->flags & (IEEE80211_TX_CTL_REQ_TX_STATUS | in ath_tx_status()
2519 if (tx_info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) { in ath_tx_complete()
/Linux-v4.19/include/net/
Dmac80211.h717 IEEE80211_TX_CTL_REQ_TX_STATUS = BIT(0), enumerator
/Linux-v4.19/drivers/net/wireless/
Dmac80211_hwsim.c1105 if (info->flags & IEEE80211_TX_CTL_REQ_TX_STATUS) in mac80211_hwsim_tx_frame_nl()