Home
last modified time | relevance | path

Searched refs:MONITOR_FLAG_COOK_FRAMES (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/mac80211/
H A Diface.c495 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) in ieee80211_do_stop()
609 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) { in ieee80211_do_stop()
1366 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) { in ieee80211_do_open()
1464 if (sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) in ieee80211_do_open()
H A Dstatus.c897 if ((sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES) && in ieee80211_tx_monitor()
H A Drx.c4038 !(sdata->u.mntr.flags & MONITOR_FLAG_COOK_FRAMES)) in ieee80211_rx_cooked_monitor()
H A Dcfg.c92 u32 mask = MONITOR_FLAG_COOK_FRAMES | MONITOR_FLAG_ACTIVE; in ieee80211_set_mon_options()
/openbmc/linux/include/net/
H A Dcfg80211.h2116 MONITOR_FLAG_COOK_FRAMES = 1<<NL80211_MNTR_FLAG_COOK_FRAMES, enumerator
/openbmc/linux/net/wireless/
H A Dnl80211.c4106 if (*mntrflags & MONITOR_FLAG_COOK_FRAMES && in parse_monitor_flags()
4107 *mntrflags != MONITOR_FLAG_COOK_FRAMES) in parse_monitor_flags()