Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dtestmode.c120 !(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7921_testmode_cmd()
157 !(hw->conf.flags & IEEE80211_CONF_MONITOR) || in mt7921_testmode_dump()
H A Ddebugfs.c192 bool monitor = !!(dev->mphy.hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_deep_sleep_set()
H A Dmain.c583 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_sniffer_interface_iter()
599 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7921_set_runtime_pm()
H A Dmcu.c891 dev->mt76.hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7921_mcu_set_chan_info()
/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/mediatek/mt76/mt76x2/
H A Dusb_main.c61 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt76x2u_config()
H A Dpci_main.c64 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt76x2_config()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c247 if (conf->flags & IEEE80211_CONF_MONITOR) in rt2x00lib_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Ddebugfs.c231 bool monitor = !!(dev->mphy.hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7925_deep_sleep_set()
H A Dmain.c721 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7925_sniffer_interface_iter()
737 bool monitor = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7925_set_runtime_pm()
/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/
H A Dtestmode.c374 !(hw->conf.flags & IEEE80211_CONF_MONITOR))) in mt76_testmode_set_state()
H A Dmac80211.c1896 if ((hw->conf.flags & IEEE80211_CONF_MONITOR) && in mt76_phy_dfs_state()
/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmain.c233 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7603_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c477 bool enabled = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7915_config()
564 if (hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7915_configure_filter()
/linux/net/mac80211/
H A Diface.c601 local->hw.conf.flags &= ~IEEE80211_CONF_MONITOR; in ieee80211_do_stop()
1344 local->hw.conf.flags |= IEEE80211_CONF_MONITOR; in ieee80211_do_open()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c543 __func__, conf->flags & IEEE80211_CONF_MONITOR ? in brcms_ops_config()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c448 if (!(hw->conf.flags & IEEE80211_CONF_MONITOR)) in mt7615_config()
H A Dmcu.c2144 phy->mt76->hw->conf.flags & IEEE80211_CONF_MONITOR) in mt7615_mcu_set_chan_info()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c420 bool enabled = !!(hw->conf.flags & IEEE80211_CONF_MONITOR); in mt7996_config()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.c1612 if (rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR) { in rtw89_core_parse_phy_status_ie01()
2103 if (!(rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR)) in rtw89_core_update_rx_status_by_ppdu()
2198 if (!(rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR)) in rtw89_core_update_radiotap()
H A Drtw8852b_common.c1122 if (rtwdev->hw->conf.flags & IEEE80211_CONF_MONITOR) in rtw8852bx_bb_set_pop()
/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/include/net/
H A Dmac80211.h1695 IEEE80211_CONF_MONITOR = (1<<0), enumerator

12