Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/80211/
H A Dcfg80211.rst61 monitor_flags
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dcore.h469 unsigned long monitor_flags; member
H A Dmac.c4719 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_remove_interface()
4757 set_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_configure_filter()
4759 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_op_configure_filter()
6486 clear_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags); in ath11k_mac_allocate()
H A Ddp_rx.c4980 if (test_bit(ATH11K_FLAG_MONITOR_ENABLED, &ar->monitor_flags)) in ath11k_dp_rx_process_mon_rings()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h950 u32 monitor_flags; member
H A Dcfg80211.c844 wil->monitor_flags = params->flags; in wil_cfg80211_change_iface()
H A Dwmi.c2645 cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL) in wmi_rx_chain_add()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h1795 enum monitor_flags { enum