Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcfg80211.h2381 * @MONITOR_FLAG_COOK_FRAMES: deprecated, will unconditionally be refused
2391 MONITOR_FLAG_COOK_FRAMES = BIT(NL80211_MNTR_FLAG_COOK_FRAMES), enumerator
/linux/net/wireless/
H A Dnl80211.c4325 if (*mntrflags & MONITOR_FLAG_COOK_FRAMES && in parse_monitor_flags()
4326 *mntrflags != MONITOR_FLAG_COOK_FRAMES) in parse_monitor_flags()
4354 /* MONITOR_FLAG_COOK_FRAMES is deprecated, refuse cooperation */ in nl80211_parse_mon_options()
4355 if (params->flags & MONITOR_FLAG_COOK_FRAMES) in nl80211_parse_mon_options()