Searched refs:sta_id (Results 26 - 50 of 75) sorted by relevance

123

/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c126 .sta_id = mvmvif->link[link_conf->link_id]->bcast_sta.sta_id,
310 iwl_mvm_sec_key_del_pasn(mvm, vif, BIT(sta->int_sta.sta_id),
314 iwl_mvm_mld_rm_sta_id(mvm, sta->int_sta.sta_id);
316 iwl_mvm_rm_sta_id(mvm, vif, sta->int_sta.sta_id);
H A Drx.c248 mvmsta->deflink.sta_id != mvmvif->deflink.ap_sta_id)
720 u32 sta_id = mvmsta->deflink.sta_id; local
722 if (WARN_ONCE(sta_id >= IWL_MVM_STATION_COUNT_MAX, "sta_id %d >= %d",
723 sta_id, IWL_MVM_STATION_COUNT_MAX))
726 if (energy[sta_id])
727 mvmsta->deflink.avg_energy = energy[sta_id];
1208 u8 sta_id, tid; local
1225 sta_id
[all...]
H A Dcoex.c177 static int iwl_mvm_bt_coex_reduced_txp(struct iwl_mvm *mvm, u8 sta_id, argument
187 mvmsta = iwl_mvm_sta_from_staid_protected(mvm, sta_id);
195 value = mvmsta->deflink.sta_id;
201 enable ? "en" : "dis", sta_id);
H A Dftm-initiator.c82 u8 sta_id; local
89 sta_id = mvmvif->link[link_id]->ap_sta_id;
90 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
543 target->sta_id = mvmvif->link[link_id]->ap_sta_id;
544 sta = rcu_dereference(mvm->fw_id_to_mac_id[target->sta_id]);
557 target->sta_id = IWL_MVM_INVALID_STA;
H A Dmld-key.c32 return BIT(link_info->bcast_sta.sta_id);
34 return BIT(link_info->mcast_sta.sta_id);
H A Dmvm.h291 * @ap_sta_id: the sta_id of the AP - valid only if VIF type is STA
781 * @sta_id: sta id
785 u8 sta_id; member in struct:iwl_mvm_tvqm_txq_info
1130 u8 sta_id; member in struct:iwl_mvm::__anon56::__anon57
1273 iwl_mvm_sta_from_staid_rcu(struct iwl_mvm *mvm, u8 sta_id) argument
1277 if (sta_id >= mvm->fw->ucode_capa.num_stations)
1280 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
1290 iwl_mvm_sta_from_staid_protected(struct iwl_mvm *mvm, u8 sta_id) argument
1294 if (sta_id >= mvm->fw->ucode_capa.num_stations)
1297 sta = rcu_dereference_protected(mvm->fw_id_to_mac_id[sta_id],
[all...]
H A Doffloading.c181 * which doesn't have the sta_id parameter before the
184 size -= sizeof(cmd.v4.sta_id);
H A Dops.c1399 /* invalidate ids to prevent accidental removal of sta_id 0 */
1400 mvm->aux_sta.sta_id = IWL_MVM_INVALID_STA;
1401 mvm->snif_sta.sta_id = IWL_MVM_INVALID_STA;
1762 u8 sta_id; local
1764 sta_id = iwl_mvm_has_new_tx_api(mvm) ?
1765 mvm->tvqm_info[hw_queue].sta_id :
1768 if (WARN_ON_ONCE(sta_id >= mvm->fw->ucode_capa.num_stations))
1773 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
H A Drxmq.c597 u32 sta_id; local
609 sta_id = ffs(ba_data->sta_mask) - 1;
610 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
634 u32 sta_id; local
650 sta_id = ffs(ba_data->sta_mask) - 1;
651 sta = rcu_dereference(mvm->fw_id_to_mac_id[sta_id]);
2512 unsigned int sta_id = le32_get_bits(release->sta_tid, local
2534 if (WARN(tid != baid_data->tid || sta_id > IWL_MVM_STATION_COUNT_MAX ||
2535 !(baid_data->sta_mask & BIT(sta_id)),
2537 baid, baid_data->sta_mask, baid_data->tid, sta_id,
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c782 u8 sta_id; local
786 sta_priv->sta_id = IWL_INVALID_STATION;
793 is_ap, sta, &sta_id);
801 sta_priv->sta_id = sta_id;
823 iwl_deactivate_station(priv, sta_priv->sta_id, sta->addr);
825 ret = iwl_remove_station(priv, sta_priv->sta_id, sta->addr);
1528 static void iwl_sta_modify_ps_wake(struct iwl_priv *priv, int sta_id) argument
1533 .sta.sta_id = sta_id,
1546 int sta_id; local
[all...]
H A Drs.h380 u8 sta_id);
/linux-master/drivers/net/wireless/rsi/
H A Drsi_mgmt.h340 u8 sta_id; member in struct:rsi_cmd_desc_dword3
474 u8 sta_id; member in struct:rsi_set_key
719 u8 sta_id);
721 u8 key_type, u8 key_id, u32 cipher, s16 sta_id,
729 u8 qos_enable, u16 aid, u16 sta_id,
733 struct ieee80211_sta *sta, u16 sta_id,
H A Drsi_91x_core.c405 tx_params->sta_id = 0;
456 tx_params->sta_id = rsta->sta_id;
458 tx_params->sta_id = 0;
H A Drsi_91x_mac80211.c967 s16 sta_id = 0; local
982 sta_id = rsta->sta_id;
994 sta_id,
1007 sta_id,
1099 u8 sta_id = 0; local
1126 sta_id = rsta->sta_id;
1130 "%s: AMPDU action tid=%d ssn=0x%x, buf_size=%d sta_id=%d\n",
1131 __func__, tid, seq_no, buf_size, sta_id);
[all...]
H A Drsi_91x_mgmt.c530 * @sta_id: station id.
537 u8 qos_enable, u16 aid, u16 sta_id,
584 peer_notify->desc.desc_dword3.qid_tid = sta_id;
585 peer_notify->desc.desc_dword3.sta_id = vap_id;
607 * @sta_id: station id.
616 u8 sta_id)
639 aggr_params->peer_id = sta_id;
788 * @sta_id: Station id.
799 s16 sta_id,
842 set_key->sta_id
535 rsi_hal_send_sta_notify_frame(struct rsi_common *common, enum opmode opmode, u8 notify_event, const unsigned char *bssid, u8 qos_enable, u16 aid, u16 sta_id, struct ieee80211_vif *vif) argument
611 rsi_send_aggregation_params_frame(struct rsi_common *common, u16 tid, u16 ssn, u8 buf_size, u8 event, u8 sta_id) argument
793 rsi_hal_load_key(struct rsi_common *common, u8 *data, u16 key_len, u8 key_type, u8 key_id, u32 cipher, s16 sta_id, struct ieee80211_vif *vif) argument
1304 rsi_send_auto_rate_request(struct rsi_common *common, struct ieee80211_sta *sta, u16 sta_id, struct ieee80211_vif *vif) argument
1470 rsi_inform_bss_status(struct rsi_common *common, enum opmode opmode, u8 status, const u8 *addr, u8 qos_enable, u16 aid, struct ieee80211_sta *sta, u16 sta_id, u16 assoc_cap, struct ieee80211_vif *vif) argument
[all...]
H A Drsi_main.h27 s16 sta_id; member in struct:rsi_sta
139 s8 sta_id; member in struct:skb_info
H A Drsi_91x_hal.c140 mgmt_desc->sta_id = tx_params->sta_id;
268 data_desc->sta_id = tx_params->sta_id;
274 data_desc->sta_id = vap_id;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c319 il3945_rs_rate_init(struct il_priv *il, struct ieee80211_sta *sta, u8 sta_id) argument
329 if (sta_id == il->hw_params.bcast_id)
371 il->stations[sta_id].used &= ~IL_STA_UCODE_INPROGRESS;
879 il3945_rate_scale_init(struct ieee80211_hw *hw, s32 sta_id) argument
892 sta = ieee80211_find_sta(il->vif, il->stations[sta_id].sta.sta.addr);
H A D3945.c685 struct ieee80211_hdr *hdr, int sta_id)
724 "cck/ofdm mask: 0x%x/0x%x\n", sta_id, tx_cmd->rate,
730 il3945_sync_sta(struct il_priv *il, int sta_id, u16 tx_rate) argument
735 if (sta_id == IL_INVALID_STATION)
739 station = &il->stations[sta_id];
747 D_RATE("SCALE sync station %d to rate %d\n", sta_id, tx_rate);
748 return sta_id;
2259 u8 sta_id; local
2265 ret = il_add_station_common(il, addr, 0, NULL, &sta_id);
2272 *sta_id_r = sta_id;
683 il3945_hw_build_tx_cmd_rate(struct il_priv *il, struct il_device_cmd *cmd, struct ieee80211_tx_info *info, struct ieee80211_hdr *hdr, int sta_id) argument
[all...]
H A Dcommands.h897 #define BUILD_RAxTID(sta_id, tid) (((sta_id) << 4) + (tid))
912 * @sta_id: idx of station in uCode's station table
924 u8 sta_id; member in struct:sta_id_modify
1379 u8 sta_id; member in struct:il3945_tx_cmd
1470 u8 sta_id; member in struct:il_tx_cmd
1728 u8 sta_id; member in struct:il_compressed_ba_resp
2062 u8 sta_id; member in struct:il_link_quality_cmd
H A Dcommon.h714 u8 sta_id; member in struct:il_station_priv_common
2118 int il_remove_station(struct il_priv *il, const u8 sta_id, const u8 * addr);
2155 return ((struct il_station_priv_common *)sta->drv_priv)->sta_id;
2159 * il_sta_id_or_broadcast - return sta_id or broadcast sta
2172 int sta_id; local
2177 sta_id = il_sta_id(sta);
2183 WARN_ON(sta_id == IL_INVALID_STATION);
2185 return sta_id;
2860 void il3945_rate_scale_init(struct ieee80211_hw *hw, s32 sta_id);
2864 u8 sta_id);
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h360 * @sta_id: station id, resumed during "Remain On Channel" activity.
370 __le32 sta_id; member in struct:iwl_roc_req
H A Dpower.h246 * @sta_id: index of station in uCode's station table - associated AP ID in
250 __le32 sta_id; member in struct:iwl_uapsd_misbehaving_ap_notif
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h446 u8 sta_id; member in struct:iwl_trans_txq_scd_cfg
1403 int fifo, int sta_id, int tid,
1409 .sta_id = sta_id,
1412 .aggregate = sta_id >= 0,
1424 .sta_id = -1,
1402 iwl_trans_txq_enable(struct iwl_trans *trans, int queue, int fifo, int sta_id, int tid, int frame_limit, u16 ssn, unsigned int queue_wdg_timeout) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c1260 cmd.old.sta_id = ffs(sta_mask) - 1;
1450 u8 sta_id = tx_cmd->sta_id; local
1473 bc_ent = cpu_to_le16(len | (sta_id << 12));
1488 u8 sta_id = 0; local
1496 sta_id = tx_cmd->sta_id;
1498 bc_ent = cpu_to_le16(1 | (sta_id << 12));

Completed in 428 milliseconds

123