Home
last modified time | relevance | path

Searched refs:ucast_ra_only (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_peer.c480 dp_peer->ucast_ra_only = params->ucast_ra_only; in ath12k_dp_peer_create()
484 dp_peer->ucast_ra_only = params->ucast_ra_only; in ath12k_dp_peer_create()
H A Ddp_cmn.h74 bool ucast_ra_only; member
H A Ddp_peer.h132 bool ucast_ra_only; member
H A Dmac.c7653 dp_params.ucast_ra_only = true; in ath12k_mac_op_sta_state()
10304 params.ucast_ra_only = true; in ath12k_mac_vdev_create()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c354 rxcb->is_mcbc = rxcb->is_mcbc && !peer->ucast_ra_only; in ath12k_wifi7_dp_rx_h_mpdu()