Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dmac.c5819 bool is_prb_rsp) in ath12k_mac_mgmt_tx() argument
5831 if (is_prb_rsp && in ath12k_mac_mgmt_tx()
5853 bool is_prb_rsp) in ath12k_mac_add_p2p_noa_ie() argument
5857 if (likely(!is_prb_rsp)) in ath12k_mac_add_p2p_noa_ie()
5883 bool is_prb_rsp; in ath12k_mac_op_tx() local
5894 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath12k_mac_op_tx()
5899 ret = ath12k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath12k_mac_op_tx()
5910 ath12k_mac_add_p2p_noa_ie(ar, vif, skb, is_prb_rsp); in ath12k_mac_op_tx()
/linux-6.12.1/drivers/net/wireless/ath/ath11k/
Dmac.c6018 bool is_prb_rsp) in ath11k_mac_mgmt_tx() argument
6030 if (is_prb_rsp && in ath11k_mac_mgmt_tx()
6062 bool is_prb_rsp; in ath11k_mac_op_tx() local
6076 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath11k_mac_op_tx()
6077 ret = ath11k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath11k_mac_op_tx()