Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/driver-api/80211/
Dcfg80211.rst61 monitor_flags
/Linux-v6.1/drivers/net/wireless/ath/ath11k/
Dmac.c1040 if (test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_create()
1093 set_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_create()
1113 if (!test_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags)) in ath11k_mac_monitor_vdev_delete()
1137 clear_bit(ATH11K_FLAG_MONITOR_VDEV_CREATED, &ar->monitor_flags); in ath11k_mac_monitor_vdev_delete()
1150 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) in ath11k_mac_monitor_start()
1166 set_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags); in ath11k_mac_monitor_start()
1187 if (!test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) in ath11k_mac_monitor_stop()
1196 clear_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags); in ath11k_mac_monitor_stop()
1298 set_bit(ATH11K_FLAG_MONITOR_CONF_ENABLED, &ar->monitor_flags); in ath11k_mac_op_config()
1301 &ar->monitor_flags)) in ath11k_mac_op_config()
[all …]
Dcore.h612 unsigned long monitor_flags; member
Ddebugfs.c644 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) { in ath11k_write_extd_rx_stats()
Ddp_rx.c5204 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags) && in ath11k_dp_rx_process_mon_status()
5606 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags) && in ath11k_dp_rx_process_mon_rings()
/Linux-v6.1/drivers/net/wireless/ath/wil6210/
Dwil6210.h952 u32 monitor_flags; member
Dcfg80211.c868 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-v6.1/include/net/
Dcfg80211.h2030 enum monitor_flags { enum