Lines Matching refs:vif

370 				    struct ieee80211_vif *vif,
940 struct ieee80211_vif *vif, in b43_op_update_tkip_key() argument
1842 beacon = ieee80211_beacon_get(wl->hw, wl->vif); in b43_update_templates()
3802 struct ieee80211_vif *vif, u16 _queue, in b43_op_conf_tx() argument
3849 static u64 b43_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in b43_op_get_tsf() argument
3869 struct ieee80211_vif *vif, u64 tsf) in b43_op_set_tsf() argument
4114 struct ieee80211_vif *vif, in b43_op_bss_info_changed() argument
4127 B43_WARN_ON(wl->vif != vif); in b43_op_bss_info_changed()
4173 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in b43_op_set_key() argument
4186 if ((vif->type == NL80211_IFTYPE_ADHOC || in b43_op_set_key()
4187 vif->type == NL80211_IFTYPE_MESH_POINT) && in b43_op_set_key()
4991 struct ieee80211_vif *vif) in b43_op_add_interface() argument
4999 if (vif->type != NL80211_IFTYPE_AP && in b43_op_add_interface()
5000 vif->type != NL80211_IFTYPE_MESH_POINT && in b43_op_add_interface()
5001 vif->type != NL80211_IFTYPE_STATION && in b43_op_add_interface()
5002 vif->type != NL80211_IFTYPE_WDS && in b43_op_add_interface()
5003 vif->type != NL80211_IFTYPE_ADHOC) in b43_op_add_interface()
5010 b43dbg(wl, "Adding Interface type %d\n", vif->type); in b43_op_add_interface()
5014 wl->vif = vif; in b43_op_add_interface()
5015 wl->if_type = vif->type; in b43_op_add_interface()
5016 memcpy(wl->mac_addr, vif->addr, ETH_ALEN); in b43_op_add_interface()
5028 b43_op_bss_info_changed(hw, vif, &vif->bss_conf, ~0); in b43_op_add_interface()
5034 struct ieee80211_vif *vif) in b43_op_remove_interface() argument
5039 b43dbg(wl, "Removing Interface type %d\n", vif->type); in b43_op_remove_interface()
5044 B43_WARN_ON(wl->vif != vif); in b43_op_remove_interface()
5045 wl->vif = NULL; in b43_op_remove_interface()
5148 struct ieee80211_vif *vif, in b43_op_sta_notify() argument
5154 B43_WARN_ON(!vif || wl->vif != vif); in b43_op_sta_notify()
5158 struct ieee80211_vif *vif, in b43_op_sw_scan_start_notifier() argument
5174 struct ieee80211_vif *vif) in b43_op_sw_scan_complete_notifier() argument
5278 if (wl->vif) in b43_chip_reset()
5279 b43_op_bss_info_changed(wl->hw, wl->vif, &wl->vif->bss_conf, ~0); in b43_chip_reset()