Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c7154 bool is_prb_rsp) in ath12k_mac_mgmt_tx() argument
7166 if (is_prb_rsp && in ath12k_mac_mgmt_tx()
7188 bool is_prb_rsp) in ath12k_mac_add_p2p_noa_ie() argument
7192 if (likely(!is_prb_rsp)) in ath12k_mac_add_p2p_noa_ie()
7341 bool is_prb_rsp; in ath12k_mac_op_tx() local
7376 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath12k_mac_op_tx()
7384 ret = ath12k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath12k_mac_op_tx()
7398 ath12k_mac_add_p2p_noa_ie(ar, vif, skb, is_prb_rsp); in ath12k_mac_op_tx()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c6067 bool is_prb_rsp) in ath11k_mac_mgmt_tx() argument
6079 if (is_prb_rsp && in ath11k_mac_mgmt_tx()
6111 bool is_prb_rsp; in ath11k_mac_op_tx() local
6125 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath11k_mac_op_tx()
6126 ret = ath11k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath11k_mac_op_tx()