Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/driver-api/80211/
Dcfg80211.rst61 monitor_flags
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dcore.h466 unsigned long monitor_flags; member
Dmac.c4661 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_remove_interface()
4699 set_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_configure_filter()
4701 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_configure_filter()
6412 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_allocate()
Ddp_rx.c4955 if (test_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags)) in ath11k_dp_rx_process_mon_rings()
/Linux-v5.10/drivers/net/wireless/ath/wil6210/
Dwil6210.h950 u32 monitor_flags; member
Dcfg80211.c844 wil->monitor_flags = params->flags; in wil_cfg80211_change_iface()
Dwmi.c2645 cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL) in wmi_rx_chain_add()
/Linux-v5.10/include/net/
Dcfg80211.h1766 enum monitor_flags { enum