Home
last modified time | relevance | path

Searched refs:mt7996_mcu_add_sta (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c253 mt7996_mcu_add_sta(dev, vif, NULL, true, true); in mt7996_add_interface()
271 mt7996_mcu_add_sta(dev, vif, NULL, false, false); in mt7996_remove_interface()
604 mt7996_mcu_add_sta(dev, vif, NULL, true, in mt7996_bss_info_changed()
694 ret = mt7996_mcu_add_sta(dev, vif, sta, true, true); in mt7996_mac_sta_add()
708 mt7996_mcu_add_sta(dev, vif, sta, false, false); in mt7996_mac_sta_remove()
H A Dmt7996.h453 int mt7996_mcu_add_sta(struct mt7996_dev *dev, struct ieee80211_vif *vif,
H A Dmcu.c2159 int mt7996_mcu_add_sta(struct mt7996_dev *dev, struct ieee80211_vif *vif, in mt7996_mcu_add_sta() function