Home
last modified time | relevance | path

Searched refs:monitor_flags (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/Documentation/driver-api/80211/
Dcfg80211.rst61 monitor_flags
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dcore.h477 unsigned long monitor_flags; member
Dmac.c1959 if (test_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags)) { in ath11k_mac_config_obss_pd()
4964 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_remove_interface()
5002 set_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_configure_filter()
5004 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_configure_filter()
6726 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_allocate()
Ddp_rx.c5032 if (test_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags)) in ath11k_dp_rx_process_mon_rings()
/Linux-v5.15/drivers/net/wireless/ath/wil6210/
Dwil6210.h953 u32 monitor_flags; member
Dcfg80211.c866 wil->monitor_flags = params->flags; in wil_cfg80211_change_iface()
Dwmi.c2646 cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL) in wmi_rx_chain_add()
/Linux-v5.15/include/net/
Dcfg80211.h1848 enum monitor_flags { enum