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

12

/linux-master/drivers/staging/rtl8712/
H A Dsta_info.h88 struct sta_priv { struct
120 int _r8712_init_sta_priv(struct sta_priv *pstapriv);
121 void _r8712_free_sta_priv(struct sta_priv *pstapriv);
122 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv,
126 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
H A Drtl871x_sta_mgt.c37 int _r8712_init_sta_priv(struct sta_priv *pstapriv)
66 static void mfree_all_stainfo(struct sta_priv *pstapriv)
80 void _r8712_free_sta_priv(struct sta_priv *pstapriv)
89 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr)
150 struct sta_priv *pstapriv = &padapter->stapriv;
197 struct sta_priv *pstapriv = &padapter->stapriv;
218 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr)
247 struct sta_priv *pstapriv = &padapter->stapriv;
254 struct sta_priv *pstapriv = &padapter->stapriv;
H A Ddrv_types.h137 struct sta_priv stapriv;
H A Drtl871x_recv.c234 struct sta_priv *pstapriv;
301 struct sta_priv *pstapriv = &adapter->stapriv;
370 struct sta_priv *pstapriv = &adapter->stapriv;
430 struct sta_priv *pstapriv = &adapter->stapriv;
/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 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.h316 struct ieee80211_sta *wcn36xx_priv_to_sta(struct wcn36xx_sta *sta_priv) argument
318 return container_of((void *)sta_priv, struct ieee80211_sta, drv_priv);
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...]
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c53 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv)
107 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta)
114 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset)
120 void kfree_all_stainfo(struct sta_priv *pstapriv);
121 void kfree_all_stainfo(struct sta_priv *pstapriv)
136 void kfree_sta_priv_lock(struct sta_priv *pstapriv);
137 void kfree_sta_priv_lock(struct sta_priv *pstapriv)
142 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv)
177 struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr)
277 struct sta_priv *pstapri
[all...]
H A Drtw_ap.c15 struct sta_priv *pstapriv = &padapter->stapriv;
55 struct sta_priv *pstapriv = &padapter->stapriv;
179 struct sta_priv *pstapriv = &padapter->stapriv;
1171 struct sta_priv *pstapriv = &padapter->stapriv;
1183 struct sta_priv *pstapriv = &padapter->stapriv;
1238 struct sta_priv *pstapriv = &padapter->stapriv;
1687 struct sta_priv *pstapriv = &padapter->stapriv;
1934 struct sta_priv *pstapriv = &padapter->stapriv;
2008 struct sta_priv *pstapriv = &padapter->stapriv;
2077 struct sta_priv *pstapri
[all...]
H A Drtw_recv.c450 struct sta_priv *pstapriv;
536 struct sta_priv *pstapriv = &padapter->stapriv;
567 struct sta_priv *pstapriv = &padapter->stapriv;
652 struct sta_priv *pstapriv = &adapter->stapriv;
740 struct sta_priv *pstapriv = &adapter->stapriv;
844 struct sta_priv *pstapriv = &adapter->stapriv;
894 struct sta_priv *pstapriv = &padapter->stapriv;
1102 struct sta_priv *pstapriv;
/linux-master/drivers/staging/rtl8723bs/include/
H A Dsta_info.h301 struct sta_priv { struct
359 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv);
360 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv);
363 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta);
364 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset);
366 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
369 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
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...]
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...]
/linux-master/drivers/net/wireless/silabs/wfx/
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...]
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;
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_dm.c190 struct sta_priv *pstapriv = &padapter->stapriv;
215 struct sta_priv *pstapriv = &Adapter->stapriv;
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c138 struct sta_priv *pstapriv = &padapter->stapriv;
522 struct sta_priv *pstapriv = &padapter->stapriv;
750 struct sta_priv *pstapriv = &padapter->stapriv;
775 /* struct sta_priv *pstapriv = &padapter->stapriv; */
788 struct sta_priv *pstapriv = &padapter->stapriv;
853 struct sta_priv *pstapriv = &padapter->stapriv;
890 struct sta_priv *pstapriv = &padapter->stapriv;
949 struct sta_priv *pstapriv = &padapter->stapriv;
H A Dxmit_linux.c125 struct sta_priv *pstapriv = &padapter->stapriv;
H A Drecv_linux.c103 struct sta_priv *pstapriv = &padapter->stapriv;
/linux-master/drivers/net/wireless/ralink/rt2x00/
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;
/linux-master/drivers/net/wireless/st/cw1200/
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);
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...]

Completed in 243 milliseconds

12