Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dmain.c81 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt76x0_config()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c247 if (conf->flags & IEEE80211_CONF_MONITOR) in rt2x00lib_config()
/linux/drivers/net/wireless/ti/wl1251/
H A 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/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c608 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_sniffer_interface_iter()
624 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_set_runtime_pm()
H A Dmcu.c920 dev->mt76.hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7921_mcu_set_chan_info()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c231 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7603_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c492 bool enabled = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7915_config()
579 if (hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7915_configure_filter()
H A Dmcu.c2841 if (phy->mt76->hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7915_mcu_set_chan_info()
/linux/net/mac80211/
H A Diface.c629 local->hw.conf.flags &= ~IEEE80211_CONF_MONITOR; in ieee80211_do_stop()
1499 local->hw.conf.flags |= IEEE80211_CONF_MONITOR; in ieee80211_do_open()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c803 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7925_sniffer_interface_iter()
819 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7925_set_runtime_pm()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c546 IEEE80211_CONF_MONITOR)); in brcms_ops_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c447 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7615_config()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_main.c1201 if ((conf->flags & IEEE80211_CONF_MONITOR) && in ath9k_htc_config()
H A Dmain.c1530 if (conf->flags & IEEE80211_CONF_MONITOR) { in ath9k_config()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c362 if (rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR) in rtw89_ops_configure_filter()
H A Dcore.c2235 rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR; in rtw89_core_process_phy_status_ie()
2319 rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR; in rtw89_core_rx_parse_phy_sts()
3226 if (!(rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR)) in rtw89_core_update_rx_status_by_ppdu()
3798 if (!(rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR)) in rtw89_core_update_radiotap()
H A Drtw8852b_common.c1117 if (rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR) in rtw8852bx_bb_set_pop()
H A Dcore.h9123 if (rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR) { in rtw89_alloc_skb_for_rx()
H A Dphy.c7167 if (rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR) { in __rtw89_physts_parsing_init()
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmac.c1480 !(conf->flags & IEEE80211_CONF_MONITOR)) { in mm81x_mac_ops_config()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c2089 if ((hw->conf.flags & IEEE80211_CONF_MONITOR) && in mt76_phy_dfs_state()
/linux/include/net/
H A Dmac80211.h1852 IEEE80211_CONF_MONITOR = (1<<0), enumerator
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c2724 dev->wl->radiotap_enabled = !!(conf->flags & IEEE80211_CONF_MONITOR); in b43legacy_op_dev_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c4145 if (phy->mt76->hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7996_mcu_set_chan_info()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c5463 ar->monitor = conf->flags & IEEE80211_CONF_MONITOR; in ath10k_config()