Home
last modified time | relevance | path

Searched refs:mntr (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A 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()
402 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) in ieee80211_do_stop()
404 list_del_rcu(&sdata->u.mntr.list); in ieee80211_do_stop()
520 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) { in ieee80211_do_stop()
615 if (!(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in ieee80211_do_stop()
880 u32 flags = sdata->u.mntr.flags; in ieee80211_adjust_monitor_flags()
1123 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) { in ieee80211_do_open()
1128 if (sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in ieee80211_do_open()
1245 if (sdata->u.mntr in ieee80211_do_open()
[all...]
H A Ddriver-ops.c62 !(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)))) in drv_add_interface()
H A Drx.c245 if (!is_valid_ether_addr(sdata->u.mntr.mu_follow_addr)) in ieee80211_handle_mu_mimo_mon()
259 if (!ether_addr_equal(action.hdr.addr1, sdata->u.mntr.mu_follow_addr)) in ieee80211_handle_mu_mimo_mon()
823 list_for_each_entry_rcu(sdata, &local->mon_list, u.mntr.list) { in ieee80211_rx_monitor()
824 bool last_monitor = list_is_last(&sdata->u.mntr.list, in ieee80211_rx_monitor()
3773 !(sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES)) in ieee80211_rx_cooked_monitor()
H A Dcfg.c52 ether_addr_copy(sdata->u.mntr.mu_follow_addr, in ieee80211_set_mu_mimo_follow()
78 if ((params->flags & mask) != (sdata->u.mntr.flags & mask)) in ieee80211_set_mon_options()
97 sdata->u.mntr.flags = params->flags; in ieee80211_set_mon_options()
107 sdata->u.mntr.flags = params->flags; in ieee80211_set_mon_options()
H A Dstatus.c857 if ((sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) && in ieee80211_tx_monitor()
H A Dieee80211_i.h1001 struct ieee80211_if_mntr mntr; member
H A Dtx.c1731 if (sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in __ieee80211_tx()
3743 if (tx.sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in ieee80211_tx_dequeue()
H A Dutil.c777 if (!(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in __iterate_interfaces()
/kernel/linux/linux-6.6/net/mac80211/
H A Diface.c185 !(iter->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in ieee80211_verify_mac()
272 !(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in ieee80211_change_mac()
473 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) in ieee80211_do_stop()
475 list_del_rcu(&sdata->u.mntr.list); in ieee80211_do_stop()
587 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) { in ieee80211_do_stop()
682 if (!(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in ieee80211_do_stop()
1065 u32 flags = sdata->u.mntr.flags; in ieee80211_adjust_monitor_flags()
1330 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) { in ieee80211_do_open()
1335 if (sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in ieee80211_do_open()
1428 if (sdata->u.mntr in ieee80211_do_open()
[all...]
H A Ddriver-ops.c65 !(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)))) in drv_add_interface()
H A Drx.c265 if (!is_valid_ether_addr(sdata->u.mntr.mu_follow_addr)) in ieee80211_handle_mu_mimo_mon()
279 if (!ether_addr_equal(action.hdr.addr1, sdata->u.mntr.mu_follow_addr)) in ieee80211_handle_mu_mimo_mon()
834 list_for_each_entry_rcu(sdata, &local->mon_list, u.mntr.list) { in ieee80211_rx_monitor()
835 bool last_monitor = list_is_last(&sdata->u.mntr.list, in ieee80211_rx_monitor()
4030 !(sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES)) in ieee80211_rx_cooked_monitor()
H A Dcfg.c77 ether_addr_copy(sdata->u.mntr.mu_follow_addr, in ieee80211_set_mu_mimo_follow()
103 if ((params->flags & mask) != (sdata->u.mntr.flags & mask)) in ieee80211_set_mon_options()
123 sdata->u.mntr.flags = params->flags; in ieee80211_set_mon_options()
133 sdata->u.mntr.flags = params->flags; in ieee80211_set_mon_options()
H A Dstatus.c897 if ((sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) && in ieee80211_tx_monitor()
H A Dieee80211_i.h1101 struct ieee80211_if_mntr mntr; member
H A Dtx.c1768 if (sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in __ieee80211_tx()
3935 if (tx.sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE) { in ieee80211_tx_dequeue()
H A Dutil.c751 if (!(sdata->u.mntr.flags & MONITOR_FLAG_ACTIVE)) in __iterate_interfaces()

Completed in 61 milliseconds