Lines Matching defs:vif
28 struct ieee80211_vif *vif)
36 return vif->addr[5] & (rt2x00dev->ops->max_ap_intf - 1);
116 struct ieee80211_vif *vif)
119 struct rt2x00_intf *intf = vif_to_intf(vif);
132 rt2x00queue_update_beacon(rt2x00dev, vif);
169 struct ieee80211_vif *vif)
178 if (vif->type != NL80211_IFTYPE_AP)
184 skb = ieee80211_get_buffered_bc(rt2x00dev->hw, vif);
187 skb = ieee80211_get_buffered_bc(rt2x00dev->hw, vif);
192 struct ieee80211_vif *vif)
196 if (vif->type != NL80211_IFTYPE_AP &&
197 vif->type != NL80211_IFTYPE_ADHOC &&
198 vif->type != NL80211_IFTYPE_MESH_POINT)
207 rt2x00queue_update_beacon(rt2x00dev, vif);