Lines Matching refs:sta

581 	if (iwlagn_tx_skb(priv, control->sta, skb))
588 struct ieee80211_sta *sta,
593 iwl_update_tkip_key(priv, vif, keyconf, sta, iv32, phase1key);
598 struct ieee80211_sta *sta,
654 key->cipher == WLAN_CIPHER_SUITE_WEP104) && !sta) {
669 ret = iwl_set_dynamic_key(priv, vif_priv->ctx, key, sta);
685 ret = iwl_remove_dynamic_key(priv, ctx, key, sta);
705 struct ieee80211_sta *sta = params->sta;
710 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv;
713 sta->addr, tid);
726 ret = iwl_sta_rx_agg_start(priv, sta, tid, *ssn);
730 ret = iwl_sta_rx_agg_stop(priv, sta, tid);
738 ret = iwlagn_tx_agg_start(priv, vif, sta, tid, ssn);
743 ret = iwlagn_tx_agg_flush(priv, vif, sta, tid);
747 ret = iwlagn_tx_agg_stop(priv, vif, sta, tid);
765 ret = iwlagn_tx_agg_oper(priv, vif, sta, tid, buf_size);
775 struct ieee80211_sta *sta)
778 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
785 sta->addr);
792 ret = iwl_add_station_common(priv, vif_priv->ctx, sta->addr,
793 is_ap, sta, &sta_id);
796 sta->addr, ret);
808 struct ieee80211_sta *sta)
811 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
814 IWL_DEBUG_INFO(priv, "proceeding to remove station %pM\n", sta->addr);
823 iwl_deactivate_station(priv, sta_priv->sta_id, sta->addr);
825 ret = iwl_remove_station(priv, sta_priv->sta_id, sta->addr);
828 "Error removing station %pM\n", sta->addr);
835 struct ieee80211_sta *sta,
847 sta->addr, old_state, new_state);
871 ret = iwlagn_mac_sta_add(hw, vif, sta);
881 priv->stations[iwl_sta_id(sta)].used &=
886 ret = iwlagn_mac_sta_remove(hw, vif, sta);
889 ret = iwlagn_mac_sta_add(hw, vif, sta);
895 sta->addr);
896 iwl_rs_rate_init(priv, sta, iwl_sta_id(sta));
901 ret = iwl_sta_update_ht(priv, vif_priv->ctx, sta);
906 sta->addr);
907 iwl_rs_rate_init(priv, sta, iwl_sta_id(sta));
1146 struct ieee80211_sta *sta, bool set)
1533 .sta.sta_id = sta_id,
1542 struct ieee80211_sta *sta)
1545 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv;
1555 ieee80211_sta_block_awake(hw, sta, true);
1562 sta_id = iwl_sta_id(sta);