Home
last modified time | relevance | path

Searched refs:MONITOR_FLAG_ACTIVE (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
Diface.c183 !(iter->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in ieee80211_verify_mac()
212 !(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in ieee80211_change_mac()
615 if (!(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in ieee80211_do_stop()
1128 if (sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in ieee80211_do_open()
1879 (params->flags & MONITOR_FLAG_ACTIVE))) in ieee80211_if_add()
Ddriver-ops.c62 !(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)))) in drv_add_interface()
Dtx.c1730 if (sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in __ieee80211_tx()
3741 if (tx.sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in ieee80211_tx_dequeue()
Dutil.c777 if (!(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in __iterate_interfaces()
Dcfg.c67 u32 mask = MONITOR_FLAG_COOK_FRAMES | MONITOR_FLAG_ACTIVE; in ieee80211_set_mon_options()
/kernel/linux/linux-5.10/include/net/
Dcfg80211.h1773 MONITOR_FLAG_ACTIVE = 1<<NL80211_MNTR_FLAG_ACTIVE, enumerator
/kernel/linux/linux-5.10/net/wireless/
Dnl80211.c3681 if (params->flags & MONITOR_FLAG_ACTIVE && in nl80211_parse_mon_options()