Searched refs:sta_priv (Results 1 - 25 of 46) sorted by path

12

/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c188 struct wcn36xx_sta *sta_priv)
191 sta_priv->bss_sta_index :
192 sta_priv->sta_index;
490 struct wcn36xx_sta *sta_priv = NULL; local
493 sta_priv = wcn36xx_sta_to_priv(control->sta);
495 if (wcn36xx_start_tx(wcn, sta_priv, skb))
506 struct wcn36xx_sta *sta_priv = sta ? wcn36xx_sta_to_priv(sta) : NULL; local
558 sta_priv->is_data_encrypted = true;
574 get_sta_index(vif, sta_priv));
585 list_for_each_entry(sta_priv,
187 get_sta_index(struct ieee80211_vif *vif, struct wcn36xx_sta *sta_priv) argument
721 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); local
861 struct wcn36xx_sta *sta_priv; local
1030 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); local
1060 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); local
1181 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(params->sta); local
[all...]
H A Dsmd.c368 struct wcn36xx_sta *sta_priv = NULL; local
404 sta_priv = wcn36xx_sta_to_priv(sta);
411 sta_params->aid = sta_priv->aid;
413 memcpy(&sta_params->supported_rates, &sta_priv->supported_rates,
1453 struct wcn36xx_sta *sta_priv = NULL; local
1460 sta_priv = wcn36xx_sta_to_priv(sta);
1463 memcpy(&sta_par->supported_rates, &sta_priv->supported_rates,
1479 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); local
1493 sta_priv->sta_index = params->sta_index;
1494 sta_priv
1873 struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta); local
[all...]
H A Dtxrx.c486 struct wcn36xx_sta *sta_priv,
496 sta = wcn36xx_priv_to_sta(sta_priv);
507 spin_lock(&sta_priv->ampdu_lock);
508 if (sta_priv->ampdu_state[tid] != WCN36XX_AMPDU_NONE)
511 if (sta_priv->non_agg_frame_ct++ >= WCN36XX_AMPDU_START_THRESH) {
512 sta_priv->ampdu_state[tid] = WCN36XX_AMPDU_START;
513 sta_priv->non_agg_frame_ct = 0;
517 spin_unlock(&sta_priv->ampdu_lock);
523 struct wcn36xx_sta *sta_priv,
540 if (sta_priv) {
485 wcn36xx_tx_start_ampdu(struct wcn36xx *wcn, struct wcn36xx_sta *sta_priv, struct sk_buff *skb) argument
520 wcn36xx_set_tx_data(struct wcn36xx_tx_bd *bd, struct wcn36xx *wcn, struct wcn36xx_vif **vif_priv, struct wcn36xx_sta *sta_priv, struct sk_buff *skb, bool bcast) argument
649 wcn36xx_start_tx(struct wcn36xx *wcn, struct wcn36xx_sta *sta_priv, struct sk_buff *skb) argument
[all...]
H A Dtxrx.h165 struct wcn36xx_sta *sta_priv,
H A Dwcn36xx.h319 struct ieee80211_sta *wcn36xx_priv_to_sta(struct wcn36xx_sta *sta_priv) argument
321 return container_of((void *)sta_priv, struct ieee80211_sta, drv_priv);
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c2970 struct il3945_sta_priv *sta_priv = (void *)sta->drv_priv; local
2977 sta_priv->common.sta_id = IL_INVALID_STATION;
2987 sta_priv->common.sta_id = sta_id;
H A D4965-mac.c1649 struct il_station_priv *sta_priv = NULL; local
1705 sta_priv = (void *)sta->drv_priv;
1707 if (sta_priv && sta_priv->asleep &&
1893 if (sta_priv && sta_priv->client && !is_agg)
1894 atomic_inc(&sta_priv->pending_frames);
2426 struct il_station_priv *sta_priv; local
2431 sta_priv = (void *)sta->drv_priv;
2433 if (sta_priv
6009 struct il_station_priv *sta_priv = (void *)sta->drv_priv; local
[all...]
H A D4965-rs.c2255 struct il_station_priv *sta_priv = local
2262 return &sta_priv->lq_sta;
2275 struct il_station_priv *sta_priv; local
2279 sta_priv = (struct il_station_priv *)sta->drv_priv;
2280 lq_sta = &sta_priv->lq_sta;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c710 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; local
758 sta_priv->lq_sta.lq.general_params.flags &=
761 &sta_priv->lq_sta.lq, CMD_ASYNC, false);
778 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
786 sta_priv->sta_id = IWL_INVALID_STATION;
788 atomic_set(&sta_priv->pending_frames, 0);
790 sta_priv->client = true;
801 sta_priv->sta_id = sta_id;
811 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
823 iwl_deactivate_station(priv, sta_priv
1545 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
[all...]
H A Drs.c308 struct iwl_station_priv *sta_priv = local
310 struct iwl_rxon_context *ctx = sta_priv->ctx;
862 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
863 struct iwl_rxon_context *ctx = sta_priv->ctx;
1222 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
1223 struct iwl_rxon_context *ctx = sta_priv->ctx;
1277 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
1278 struct iwl_rxon_context *ctx = sta_priv->ctx;
1333 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
1334 struct iwl_rxon_context *ctx = sta_priv
2187 struct iwl_station_priv *sta_priv = (void *)sta->drv_priv; local
2618 struct iwl_station_priv *sta_priv; local
2731 struct iwl_station_priv *sta_priv = (struct iwl_station_priv *) sta->drv_priv; local
2750 struct iwl_station_priv *sta_priv; local
2853 struct iwl_station_priv *sta_priv = local
[all...]
H A Dsta.c302 struct iwl_station_priv *sta_priv; local
304 sta_priv = (void *)sta->drv_priv;
305 sta_priv->ctx = ctx;
H A Dtx.c264 struct iwl_station_priv *sta_priv = NULL; local
322 sta_priv = (void *)sta->drv_priv;
324 if (sta_priv && sta_priv->asleep &&
448 if (sta_priv && sta_priv->client && !is_agg)
449 atomic_inc(&sta_priv->pending_frames);
680 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; local
688 ssn = priv->tid_data[sta_priv->sta_id][tid].agg.ssn;
689 q = priv->tid_data[sta_priv
788 struct iwl_station_priv *sta_priv; local
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c3470 struct mwifiex_private *sta_priv = local
3473 sta_priv->scan_aborting = true;
3503 if (!sta_priv->media_connected && !wowlan->nd_config) {
3510 ret = mwifiex_set_mef_filter(sta_priv, wowlan);
3522 mwifiex_cfg80211_sched_scan_start(wiphy, sta_priv->netdev,
3528 mwifiex_dbg(sta_priv->adapter, INFO, "Wake on device disconnect\n");
3534 ret = mwifiex_set_hs_params(sta_priv, HostCmd_ACT_GEN_SET,
3540 sta_priv->scan_aborting = false;
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c1873 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); local
1897 sta_priv->wcid = wcid;
1925 struct rt2x00_sta *sta_priv = sta_to_rt2x00_sta(sta); local
1926 int wcid = sta_priv->wcid;
12238 struct rt2x00_sta *sta_priv = (struct rt2x00_sta *)sta->drv_priv; local
12248 if (sta_priv->wcid > WCID_END)
H A Drt2x00mac.c465 struct rt2x00_sta *sta_priv = NULL; local
498 sta_priv = sta_to_rt2x00_sta(sta);
499 crypto.wcid = sta_priv->wcid;
H A Drt2x00queue.c300 struct rt2x00_sta *sta_priv = NULL; local
304 sta_priv = sta_to_rt2x00_sta(sta);
305 txdesc->u.ht.wcid = sta_priv->wcid;
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_tx.c244 struct wfx_sta_priv *sta_priv = sta ? (struct wfx_sta_priv *)&sta->drv_priv : NULL; local
248 if (sta_priv && sta_priv->link_id)
249 return sta_priv->link_id;
H A Dsta.c287 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; local
289 sta_priv->vif_id = wvif->id;
297 sta_priv->link_id = ffz(wvif->link_id_map);
298 wvif->link_id_map |= BIT(sta_priv->link_id);
299 WARN_ON(!sta_priv->link_id);
300 WARN_ON(sta_priv->link_id >= HIF_LINK_ID_MAX);
301 wfx_hif_map_link(wvif, false, sta->addr, sta_priv->link_id, sta->mfp);
309 struct wfx_sta_priv *sta_priv = (struct wfx_sta_priv *)&sta->drv_priv; local
312 if (!sta_priv->link_id)
315 wfx_hif_map_link(wvif, true, sta->addr, sta_priv
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dsta.c1544 struct cw1200_sta_priv *sta_priv = local
1552 sta_priv->link_id = cw1200_find_link_id(priv, sta->addr);
1553 if (WARN_ON(!sta_priv->link_id)) {
1559 entry = &priv->link_id_db[sta_priv->link_id - 1];
1563 priv->sta_asleep_mask |= BIT(sta_priv->link_id);
1575 struct cw1200_sta_priv *sta_priv = local
1579 if (priv->mode != NL80211_IFTYPE_AP || !sta_priv->link_id)
1582 entry = &priv->link_id_db[sta_priv->link_id - 1];
1641 struct cw1200_sta_priv *sta_priv = local
1645 __cw1200_sta_notify(dev, vif, notify_cmd, sta_priv
[all...]
H A Dtxrx.c408 struct cw1200_sta_priv *sta_priv; member in struct:cw1200_txinfo
440 if (t->sta && t->sta_priv->link_id)
443 t->sta_priv->link_id;
729 t.sta_priv = (struct cw1200_sta_priv *)&t.sta->drv_priv;
819 struct cw1200_sta_priv *sta_priv; local
820 sta_priv = (struct cw1200_sta_priv *)&sta->drv_priv;
821 link_id = sta_priv->link_id;
822 pspoll_mask = BIT(sta_priv->link_id);
/linux-master/drivers/staging/rtl8712/
H A Ddrv_types.h137 struct sta_priv stapriv;
H A Drtl8712_recv.c241 struct sta_priv *pstapriv;
H A Drtl871x_cmd.c694 struct sta_priv *pstapriv = &padapter->stapriv;
709 struct sta_priv *pstapriv = &padapter->stapriv;
H A Drtl871x_ioctl_linux.c419 struct sta_priv *pstapriv = &padapter->stapriv;
H A Drtl871x_mlme.c576 struct sta_priv *pstapriv = &adapter->stapriv;
654 struct sta_priv *pstapriv = &adapter->stapriv;
895 struct sta_priv *pstapriv = &adapter->stapriv;
959 struct sta_priv *pstapriv = &adapter->stapriv;

Completed in 491 milliseconds

12