Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhw.c781 bool is_prb_rsp; in ath12k_wifi7_mac_op_tx() local
830 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath12k_wifi7_mac_op_tx()
841 ret = ath12k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath12k_wifi7_mac_op_tx()
855 ath12k_mac_add_p2p_noa_ie(ar, vif, skb, is_prb_rsp); in ath12k_wifi7_mac_op_tx()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.h334 bool is_prb_rsp);
338 bool is_prb_rsp);
H A Dmac.c9332 bool is_prb_rsp) in ath12k_mac_mgmt_tx() argument
9344 if (is_prb_rsp && in ath12k_mac_mgmt_tx()
9367 bool is_prb_rsp) in ath12k_mac_add_p2p_noa_ie() argument
9371 if (likely(!is_prb_rsp)) in ath12k_mac_add_p2p_noa_ie()
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c6476 bool is_prb_rsp) in ath11k_mac_mgmt_tx() argument
6488 if (is_prb_rsp && in ath11k_mac_mgmt_tx()
6520 bool is_prb_rsp; in ath11k_mac_op_tx() local
6534 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath11k_mac_op_tx()
6535 ret = ath11k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath11k_mac_op_tx()