Lines Matching refs:vif

295 				      struct ieee80211_vif *vif)  in rsi_mac80211_add_interface()  argument
302 switch (vif->type) { in rsi_mac80211_add_interface()
306 adapter->vifs[0] = vif; in rsi_mac80211_add_interface()
313 vif->type); in rsi_mac80211_add_interface()
329 struct ieee80211_vif *vif) in rsi_mac80211_remove_interface() argument
335 if (vif->type == NL80211_IFTYPE_STATION) in rsi_mac80211_remove_interface()
338 if (!memcmp(adapter->vifs[0], vif, sizeof(struct ieee80211_vif))) in rsi_mac80211_remove_interface()
431 struct ieee80211_vif *vif = adapter->vifs[0]; in rsi_get_connected_channel() local
432 if (vif) { in rsi_get_connected_channel()
433 struct ieee80211_bss_conf *bss = &vif->bss_conf; in rsi_get_connected_channel()
453 struct ieee80211_vif *vif, in rsi_mac80211_bss_info_changed() argument
512 struct ieee80211_vif *vif, u16 queue, in rsi_mac80211_conf_tx() argument
564 struct ieee80211_vif *vif, in rsi_hal_key_config() argument
610 struct ieee80211_vif *vif, in rsi_mac80211_set_key() argument
623 status = rsi_hal_key_config(hw, vif, key); in rsi_mac80211_set_key()
644 status = rsi_hal_key_config(hw, vif, key); in rsi_mac80211_set_key()
671 struct ieee80211_vif *vif, in rsi_mac80211_ampdu_action() argument
685 if (vif == adapter->vifs[ii]) in rsi_mac80211_ampdu_action()
713 ieee80211_start_tx_ba_cb_irqsafe(vif, sta->addr, tid); in rsi_mac80211_ampdu_action()
726 ieee80211_stop_tx_ba_cb_irqsafe(vif, sta->addr, tid); in rsi_mac80211_ampdu_action()
776 struct ieee80211_vif *vif, in rsi_mac80211_set_rate_mask() argument
964 struct ieee80211_vif *vif, in rsi_mac80211_sta_add() argument
997 struct ieee80211_vif *vif, in rsi_mac80211_sta_remove() argument