Searched refs:monitor_flags (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/Documentation/driver-api/80211/ |
D | cfg80211.rst | 61 monitor_flags
|
/Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 1040 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 …]
|
D | core.h | 612 unsigned long monitor_flags; member
|
D | debugfs.c | 644 if (test_bit(ATH11K_FLAG_MONITOR_STARTED, &ar->monitor_flags)) { in ath11k_write_extd_rx_stats()
|
D | dp_rx.c | 5204 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/ |
D | wil6210.h | 952 u32 monitor_flags; member
|
D | cfg80211.c | 868 wil->monitor_flags = params->flags; in wil_cfg80211_change_iface()
|
D | wmi.c | 2646 cpu_to_le32((wil->monitor_flags & MONITOR_FLAG_CONTROL) in wmi_rx_chain_add()
|
/Linux-v6.1/include/net/ |
D | cfg80211.h | 2030 enum monitor_flags { enum
|