Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dmac.c4877 bool is_prb_rsp) in ath12k_mac_mgmt_tx() argument
4889 if (is_prb_rsp && in ath12k_mac_mgmt_tx()
4920 bool is_prb_rsp; in ath12k_mac_op_tx() local
4934 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath12k_mac_op_tx()
4935 ret = ath12k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath12k_mac_op_tx()
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dmac.c6133 bool is_prb_rsp) in ath11k_mac_mgmt_tx() argument
6145 if (is_prb_rsp && in ath11k_mac_mgmt_tx()
6177 bool is_prb_rsp; in ath11k_mac_op_tx() local
6191 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath11k_mac_op_tx()
6192 ret = ath11k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath11k_mac_op_tx()