Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dhw.c395 .supports_monitor = false,
488 .supports_monitor = true,
579 .supports_monitor = true,
668 .supports_monitor = true,
755 .supports_monitor = true,
846 .supports_monitor = true,
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c86 .supports_monitor = true,
172 .supports_monitor = true,
261 .supports_monitor = false,
350 .supports_monitor = true,
439 .supports_monitor = false,
530 .supports_monitor = false,
618 .supports_monitor = false,
704 .supports_monitor = false,
791 .supports_monitor = false,
881 .supports_monitor = false,
/linux/drivers/net/wireless/ath/ath12k/
H A Dhw.h188 bool supports_monitor:1; member
H A Dmac.c14856 if (!ar->ab->hw_params->supports_monitor) in ath12k_mac_hw_register()