Home
last modified time | relevance | path

Searched refs:IEEE80211_CONF_MONITOR (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dmain.c620 conf->flags & IEEE80211_CONF_MONITOR ? "on" : "off", in wl1251_op_config()
633 if (conf->flags & IEEE80211_CONF_MONITOR) { in wl1251_op_config()
/linux-4.4.14/net/mac80211/
Diface.c610 local->hw.conf.flags |= IEEE80211_CONF_MONITOR; in ieee80211_do_open()
935 local->hw.conf.flags &= ~IEEE80211_CONF_MONITOR; in ieee80211_do_stop()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c539 __func__, conf->flags & IEEE80211_CONF_MONITOR ? in brcms_ops_config()
/linux-4.4.14/include/net/
Dmac80211.h1187 IEEE80211_CONF_MONITOR = (1<<0), enumerator
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c1204 if ((conf->flags & IEEE80211_CONF_MONITOR) && in ath9k_htc_config()
Dmain.c1431 if (conf->flags & IEEE80211_CONF_MONITOR) { in ath9k_config()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c2753 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR); in b43legacy_op_dev_config()
/linux-4.4.14/drivers/net/wireless/b43/
Dmain.c4028 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR); in b43_op_config()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c4216 ar->monitor = conf->flags & IEEE80211_CONF_MONITOR; in ath10k_config()