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()
3804 struct ieee80211_vif *vif, u16 _queue, in b43_op_conf_tx() argument
3851 static u64 b43_op_get_tsf(struct ieee80211_hw *hw, struct ieee80211_vif *vif) in b43_op_get_tsf() argument
3871 struct ieee80211_vif *vif, u64 tsf) in b43_op_set_tsf() argument
4116 struct ieee80211_vif *vif, in b43_op_bss_info_changed() argument
4129 B43_WARN_ON(wl->vif != vif); in b43_op_bss_info_changed()
4175 struct ieee80211_vif *vif, struct ieee80211_sta *sta, in b43_op_set_key() argument
4188 if ((vif->type == NL80211_IFTYPE_ADHOC || in b43_op_set_key()
4189 vif->type == NL80211_IFTYPE_MESH_POINT) && in b43_op_set_key()
4995 struct ieee80211_vif *vif) in b43_op_add_interface() argument
5003 if (vif->type != NL80211_IFTYPE_AP && in b43_op_add_interface()
5004 vif->type != NL80211_IFTYPE_MESH_POINT && in b43_op_add_interface()
5005 vif->type != NL80211_IFTYPE_STATION && in b43_op_add_interface()
5006 vif->type != NL80211_IFTYPE_WDS && in b43_op_add_interface()
5007 vif->type != NL80211_IFTYPE_ADHOC) in b43_op_add_interface()
5014 b43dbg(wl, "Adding Interface type %d\n", vif->type); in b43_op_add_interface()
5018 wl->vif = vif; in b43_op_add_interface()
5019 wl->if_type = vif->type; in b43_op_add_interface()
5020 memcpy(wl->mac_addr, vif->addr, ETH_ALEN); in b43_op_add_interface()
5032 b43_op_bss_info_changed(hw, vif, &vif->bss_conf, ~0); in b43_op_add_interface()
5038 struct ieee80211_vif *vif) in b43_op_remove_interface() argument
5043 b43dbg(wl, "Removing Interface type %d\n", vif->type); in b43_op_remove_interface()
5048 B43_WARN_ON(wl->vif != vif); in b43_op_remove_interface()
5049 wl->vif = NULL; in b43_op_remove_interface()
5152 struct ieee80211_vif *vif, in b43_op_sta_notify() argument
5158 B43_WARN_ON(!vif || wl->vif != vif); in b43_op_sta_notify()
5162 struct ieee80211_vif *vif, in b43_op_sw_scan_start_notifier() argument
5178 struct ieee80211_vif *vif) in b43_op_sw_scan_complete_notifier() argument
5282 if (wl->vif) in b43_chip_reset()
5283 b43_op_bss_info_changed(wl->hw, wl->vif, &wl->vif->bss_conf, ~0); in b43_chip_reset()