Lines Matching defs:vif
156 struct ieee80211_vif *vif)
159 struct rtw_vif *rtwvif = (struct rtw_vif *)vif->drv_priv;
161 if (vif->type == NL80211_IFTYPE_STATION)
162 if (vif->bss_conf.assoc)
238 * get that vif and check if device is having traffic more than the
274 struct ieee80211_vif *vif)
284 si->vif = vif;
383 struct ieee80211_vif *vif,
405 static void rtw_reset_vif_iter(void *data, u8 *mac, struct ieee80211_vif *vif)
408 struct rtw_vif *rtwvif = (struct rtw_vif *)vif->drv_priv;
410 rtw_bf_disassoc(rtwdev, vif, NULL);
412 rtw_txq_cleanup(rtwdev, vif->txq);