Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7921/
Dtestmode.c121 !(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7921_testmode_cmd()
158 !(hw->conf.flags & IEEE80211_CONF_MONITOR) || in mt7921_testmode_dump()
Ddebugfs.c314 bool monitor = !!(dev->mphy.hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_deep_sleep_set()
Dmain.c522 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_sniffer_interface_iter()
538 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_set_runtime_pm()
Dmcu.c676 dev->mt76.hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7921_mcu_set_chan_info()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmain.c84 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt76x0_config()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt76x2/
Dusb_main.c73 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt76x2u_config()
Dpci_main.c72 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt76x2_config()
/linux-6.1.9/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c247 if (conf->flags & IEEE80211_CONF_MONITOR) in rt2x00lib_config()
/linux-6.1.9/drivers/net/wireless/ti/wl1251/
Dmain.c604 conf->flags & IEEE80211_CONF_MONITOR ? "on" : "off", in wl1251_op_config()
617 if (conf->flags & IEEE80211_CONF_MONITOR) { in wl1251_op_config()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dtestmode.c373 !(hw->conf.flags & IEEE80211_CONF_MONITOR))) in mt76_testmode_set_state()
Dmac80211.c1673 if ((hw->conf.flags & IEEE80211_CONF_MONITOR) && in mt76_phy_dfs_state()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7603/
Dmain.c245 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7603_config()
/linux-6.1.9/net/mac80211/
Diface.c600 local->hw.conf.flags &= ~IEEE80211_CONF_MONITOR; in ieee80211_do_stop()
1342 local->hw.conf.flags |= IEEE80211_CONF_MONITOR; in ieee80211_do_open()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c462 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7615_config()
Dmcu.c2150 dev->mt76.hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7615_mcu_set_chan_info()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c543 __func__, conf->flags & IEEE80211_CONF_MONITOR ? in brcms_ops_config()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c462 bool enabled = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7915_config()
Dmcu.c2657 dev->mt76.hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7915_mcu_set_chan_info()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c1201 if ((conf->flags & IEEE80211_CONF_MONITOR) && in ath9k_htc_config()
Dmain.c1530 if (conf->flags & IEEE80211_CONF_MONITOR) { in ath9k_config()
/linux-6.1.9/include/net/
Dmac80211.h1579 IEEE80211_CONF_MONITOR = (1<<0), enumerator
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dmain.c2724 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR); in b43legacy_op_dev_config()
/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Dmain.c4013 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR); in b43_op_config()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.c1297 if (conf->flags & IEEE80211_CONF_MONITOR) { in ath11k_mac_op_config()
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dmac.c5431 ar->monitor = conf->flags & IEEE80211_CONF_MONITOR; in ath10k_config()