Lines Matching defs:vif
36 mt7603_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in mt7603_add_interface()
89 mt7603_remove_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in mt7603_remove_interface()
300 mt7603_bss_info_changed(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7603_bss_info_changed()
342 mt7603_sta_add(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7603_sta_add()
372 mt7603_sta_assoc(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7603_sta_assoc()
381 mt7603_sta_remove(struct mt76_dev *mdev, struct ieee80211_vif *vif, in mt7603_sta_remove()
488 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in mt7603_set_key()
533 mt7603_conf_tx(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7603_conf_tx()
579 mt7603_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7603_flush()
585 mt7603_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7603_ampdu_action()
640 mt7603_sta_rate_tbl_update(struct ieee80211_hw *hw, struct ieee80211_vif *vif, in mt7603_sta_rate_tbl_update()
684 struct ieee80211_vif *vif = info->control.vif; in mt7603_tx() local