Home
last modified time | relevance | path

Searched refs:monitor_vif (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c174 struct mt7915_vif *mvif = (struct mt7915_vif *)phy->monitor_vif->drv_priv; in mt7915_tm_set_wmm_qid()
418 mt7915_mcu_add_bss_info(phy, phy->monitor_vif, en); in mt7915_tm_init()
420 mt7915_mcu_add_sta(dev, phy->monitor_vif, NULL, state, true); in mt7915_tm_init()
479 info->control.vif = phy->monitor_vif; in mt7915_tm_set_tx_frames()
H A Dmain.c220 phy->monitor_vif = vif; in mt7915_add_interface()
289 if (phy->monitor_vif == vif) in mt7915_add_interface()
290 phy->monitor_vif = NULL; in mt7915_add_interface()
312 if (vif == phy->monitor_vif) in mt7915_remove_interface()
313 phy->monitor_vif = NULL; in mt7915_remove_interface()
H A Dmt7915.h206 struct ieee80211_vif *monitor_vif; member
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c195 phy->monitor_vif = vif; in mt7615_add_interface()
261 if (vif == phy->monitor_vif) in mt7615_remove_interface()
262 phy->monitor_vif = NULL; in mt7615_remove_interface()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11656 bool monitor_vif = false; in ath12k_mac_update_vif_chan() local
11669 monitor_vif = true; in ath12k_mac_update_vif_chan()
11759 if (!monitor_vif && ar->monitor_vdev_created) { in ath12k_mac_update_vif_chan()