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

123

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-rs.c1767 tid_data = &il->stations[lq_sta->lq.sta_id].tid[tid];
2098 &il->stations[lq_sta->lq.sta_id].tid[tid];
2177 il->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq;
2269 il4965_rs_rate_init(struct il_priv *il, struct ieee80211_sta *sta, u8 sta_id) argument
2283 lq_sta->lq.sta_id = sta_id;
2298 sta_id);
2555 D_RATE("sta_id %d rate 0x%X\n", lq_sta->lq.sta_id,
2585 desc += sprintf(buff + desc, "sta_id
[all...]
H A D3945.h218 struct ieee80211_hdr *hdr, int sta_id);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dhal.h1818 u8 sta_id; member in struct:wcn36xx_hal_delete_sta_rsp_msg
2555 u32 sta_id; member in struct:wcn36xx_hal_stats_req_msg
3220 u16 sta_id; member in struct:update_vht_op_mode_req_msg
3365 u16 sta_id; member in struct:wcn36xx_hal_delete_sta_context_ind_msg
3403 u8 sta_id; member in struct:tl_hal_flush_ac_req_msg
3413 u8 sta_id; member in struct:tl_hal_flush_ac_rsp_msg
3763 u32 sta_id; member in struct:wcn36xx_hal_get_roam_rssi_req_msg
3874 u8 sta_id; member in struct:wcn36xx_hal_get_roam_rssi_rsp_msg
4002 u8 sta_id; member in struct:get_tx_pwr_req_msg
H A Dsmd.c2609 msg_body.sta_id = sta_index;
2820 rsp->addr2, rsp->sta_id, rsp->reason_code);
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_tx.c502 int wfx_hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp) argument
514 body->peer_sta_id = sta_id;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drs.h206 * @pers.sta_id: the id of the station
218 u32 sta_id; member in struct:iwl_lq_sta_rs_fw::lq_sta_pers_rs_fw
H A Dtime-event.c79 iwl_mvm_flush_sta(mvm, mvmvif->deflink.bcast_sta.sta_id,
106 iwl_mvm_flush_sta(mvm, mvm->aux_sta.sta_id,
1024 .sta_id = cpu_to_le32(mvm->aux_sta.sta_id),
H A Dd3.c471 data.rsc->sta_id = cpu_to_le32(mvm_link->ap_sta_id);
494 data.rsc_tsc->sta_id =
693 pattern_cmd->sta_id = mvm_link->ap_sta_id;
1035 tkip_data.tkip.sta_id =
1085 kek_kck_cmd.sta_id = cpu_to_le32(mvm_link->ap_sta_id);
1096 /* skip the sta_id at the beginning */
1098 ((u8 *)_kek_kck_cmd + sizeof(kek_kck_cmd.sta_id));
1300 wowlan_config_cmd.sta_id = mvm_link->ap_sta_id;
2610 iwl_mvm_send_wowlan_get_status(struct iwl_mvm *mvm, u8 sta_id) argument
2614 .sta_id
3080 u8 sta_id = mvm->net_detect ? IWL_MVM_INVALID_STA : local
[all...]
H A Ddebugfs.c135 "FLUSHING all tids queues on sta_id = %d\n",
158 int sta_id, drain, ret; local
164 if (sscanf(buf, "%d %d", &sta_id, &drain) != 2)
166 if (sta_id < 0 || sta_id >= mvm->fw->ucode_capa.num_stations)
173 mvmsta = iwl_mvm_sta_from_staid_protected(mvm, sta_id);
450 desc += scnprintf(buff + desc, bufsz - desc, "sta_id %d\n",
451 lq_sta->pers.sta_id);
H A Dscan.c658 tx_cmd[0].sta_id = mvm->aux_sta.sta_id;
659 tx_cmd[1].sta_id = mvm->aux_sta.sta_id;
666 tx_cmd[0].sta_id = 0xff;
667 tx_cmd[1].sta_id = 0xff;
1098 cfg->bcast_sta_id = mvm->aux_sta.sta_id;
1149 cfg->bcast_sta_id = mvm->aux_sta.sta_id;
1263 cfg.bcast_sta_id = mvm->aux_sta.sta_id;
H A Dmac-ctxt.c300 mvmvif->deflink.bcast_sta.sta_id = IWL_MVM_INVALID_STA;
301 mvmvif->deflink.mcast_sta.sta_id = IWL_MVM_INVALID_STA;
1004 tx->sta_id = mvmvif->deflink.bcast_sta.sta_id;
H A Drs.c2939 lq_sta->lq.sta_id = mvmsta->deflink.sta_id;
2951 mvmsta->deflink.sta_id);
3481 WARN_ONCE(true, "viftype %d sta_id %d", viftype,
3482 sta->deflink.sta_id);
3559 bfer_mvmsta->deflink.sta_id);
3574 bfer_mvmsta->deflink.sta_id);
3714 IWL_DEBUG_RATE(mvm, "sta_id %d rate 0x%X\n",
3715 lq_sta->lq.sta_id, lq_sta->pers.dbg_fixed_rate);
3771 "sta_id
[all...]
H A Dmld-mac80211.c1159 new_link[i]->bcast_sta.sta_id = IWL_MVM_INVALID_STA;
1160 new_link[i]->mcast_sta.sta_id = IWL_MVM_INVALID_STA;
H A Dpower.c542 u8 ap_sta_id = le32_to_cpu(notif->sta_id);
H A Dutils.c264 if (WARN_ON(lq->sta_id == IWL_MVM_INVALID_STA ||
H A Dfw.c1504 mvm->tdls_cs.peer.sta_id = IWL_MVM_INVALID_STA;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
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
H A Drx.h948 * @sta_id: station ID of the station changing state
952 u8 sta_id; member in struct:iwl_mvm_pm_state_notification
H A Dscan.h200 * @sta_id: index of destination station in FW station table
206 u8 sta_id; member in struct:iwl_scan_req_tx_cmd
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.c317 IWL_DEBUG_RATE(priv, "sta_id %d rate 0x%X\n",
318 lq_sta->lq.sta_id, lq_sta->dbg_fixed_rate);
2203 tid_data = &priv->tid_data[lq_sta->lq.sta_id][tid];
2574 u8 sta_id = lq_sta->lq.sta_id; local
2575 tid_data = &priv->tid_data[sta_id][tid];
2656 priv->stations[lq_sta->lq.sta_id].lq = &lq_sta->lq;
2744 void iwl_rs_rate_init(struct iwl_priv *priv, struct ieee80211_sta *sta, u8 sta_id) argument
2760 lq_sta->lq.sta_id = sta_id;
[all...]
H A Dcommands.h797 * @sta_id: index of station in uCode's station table
810 u8 sta_id; member in struct:sta_id_modify
1212 u8 sta_id; member in struct:iwl_tx_cmd
1410 u8 ra_tid; /* tid (0:3), sta_id (4:7) */
1439 u8 sta_id; member in struct:iwl_compressed_ba_resp
1735 u8 sta_id; member in struct:iwl_link_quality_cmd
H A Ddev.h195 u8 sta_id; member in struct:iwl_station_priv
H A Dscan.c736 scan->tx_cmd.sta_id = ctx->bcast_sta_id;
H A Dmain.c217 tx_beacon_cmd->tx.sta_id = priv->beacon_ctx->bcast_sta_id;
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c716 #define BUILD_RAxTID(sta_id, tid) (((sta_id) << 4) + (tid))
748 u16 ra_tid = BUILD_RAxTID(cfg->sta_id, cfg->tid);

Completed in 588 milliseconds

123