Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c4884 bool is_prb_rsp) in ath12k_mac_mgmt_tx() argument
4896 if (is_prb_rsp && in ath12k_mac_mgmt_tx()
4927 bool is_prb_rsp; in ath12k_mac_op_tx() local
4941 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath12k_mac_op_tx()
4942 ret = ath12k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath12k_mac_op_tx()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c6138 bool is_prb_rsp) in ath11k_mac_mgmt_tx() argument
6150 if (is_prb_rsp && in ath11k_mac_mgmt_tx()
6182 bool is_prb_rsp; in ath11k_mac_op_tx() local
6196 is_prb_rsp = ieee80211_is_probe_resp(hdr->frame_control); in ath11k_mac_op_tx()
6197 ret = ath11k_mac_mgmt_tx(ar, skb, is_prb_rsp); in ath11k_mac_op_tx()