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.c485 dp_peer->ucast_ra_only = params->ucast_ra_only; in ath12k_dp_peer_create()
489 dp_peer->ucast_ra_only = params->ucast_ra_only; in ath12k_dp_peer_create()
H A Ddp_peer.h132 bool ucast_ra_only; member
H A Dpeer.c327 peer->dp_peer->ucast_ra_only = true; in ath12k_peer_create()
H A Dmac.c6697 peer->dp_peer->ucast_ra_only = true; in ath12k_mac_sta_set_4addr()
7811 dp_params.ucast_ra_only = true; in ath12k_mac_op_sta_state()
10520 params.ucast_ra_only = true; in ath12k_mac_vdev_create()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_rx.c366 rxcb->is_mcbc = rxcb->is_mcbc && !peer->ucast_ra_only; in ath12k_wifi7_dp_rx_h_mpdu()