Searched refs:sta_info (Results 1 - 25 of 106) sorted by relevance

12345

/linux-master/net/mac80211/
H A Ddebugfs_sta.h5 #include "sta_info.h"
8 void ieee80211_sta_debugfs_add(struct sta_info *sta);
9 void ieee80211_sta_debugfs_remove(struct sta_info *sta);
17 static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {}
18 static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {}
H A Drate.h17 #include "sta_info.h"
26 struct sta_info *sta,
32 void rate_control_rate_init(struct sta_info *sta);
35 struct sta_info *sta,
40 struct sta_info *sta, gfp_t gfp)
46 static inline void rate_control_free_sta(struct sta_info *sta)
55 static inline void rate_control_add_sta_debugfs(struct sta_info *sta)
H A Ddebugfs_key.h18 struct sta_info *sta);
40 struct sta_info *sta)
H A Dwme.h17 struct sta_info *sta, struct sk_buff *skb);
H A Dsta_info.h26 * These flags are used with &struct sta_info's @flags member, but
149 struct sta_info *sta, u8 ac,
152 struct sta_info;
189 struct sta_info *sta;
244 struct sta_info *sta;
378 * @plink_sta: peer link watch timer's sta_info
394 struct sta_info *plink_sta;
517 * TODO Move other link params from sta_info as required for MLD operation
527 struct sta_info *sta;
573 * struct sta_info
650 struct sta_info { struct
[all...]
H A Dmesh.h112 struct sta_info __rcu *next_hop;
275 struct sta_info *sta,
289 u64 ieee80211_mps_set_sta_local_pm(struct sta_info *sta,
292 struct sta_info *sta,
294 void ieee80211_mps_sta_status_update(struct sta_info *sta);
295 void ieee80211_mps_rx_h_sta_process(struct sta_info *sta,
297 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta,
299 void ieee80211_mps_frame_release(struct sta_info *sta,
318 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
329 struct sta_info *st
[all...]
H A Dkey.h26 struct sta_info;
61 struct sta_info *sta;
149 struct sta_info *sta);
166 struct sta_info *sta);
H A Dsta_info.c26 #include "sta_info.h"
34 * STA info structures (&struct sta_info) are managed in a hash table
76 .head_offset = offsetof(struct sta_info, hash_node),
77 .key_offset = offsetof(struct sta_info, addr),
92 struct sta_info *sta)
116 void ieee80211_purge_sta_txqs(struct sta_info *sta)
133 static void __cleanup_single_sta(struct sta_info *sta)
188 static void cleanup_single_sta(struct sta_info *sta)
204 struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata,
209 struct sta_info *st
[all...]
H A Dmesh_ps.c21 static struct sk_buff *mps_qos_null_get(struct sta_info *sta)
54 static void mps_qos_null_tx(struct sta_info *sta)
88 struct sta_info *sta;
156 u64 ieee80211_mps_set_sta_local_pm(struct sta_info *sta,
192 struct sta_info *sta,
236 void ieee80211_mps_sta_status_update(struct sta_info *sta)
279 static void mps_set_sta_peer_pm(struct sta_info *sta,
315 static void mps_set_sta_nonpeer_pm(struct sta_info *sta,
342 void ieee80211_mps_rx_h_sta_process(struct sta_info *sta,
368 static void mpsp_trigger_send(struct sta_info *st
[all...]
H A Docb.c47 struct sta_info *sta;
84 static struct sta_info *ieee80211_ocb_finish_sta(struct sta_info *sta)
122 struct sta_info *sta;
132 struct sta_info, list);
206 struct sta_info *sta;
216 struct sta_info, list);
H A Dmesh_plink.c59 struct sta_info *sta)
75 static inline void mesh_plink_fsm_restart(struct sta_info *sta)
97 struct sta_info *sta;
162 struct sta_info *sta;
214 struct sta_info *sta,
377 static u64 __mesh_plink_deactivate(struct sta_info *sta)
404 u64 mesh_plink_deactivate(struct sta_info *sta)
430 struct sta_info *sta,
499 struct sta_info *sta;
524 static struct sta_info *
[all...]
H A Ds1g.c12 void ieee80211_s1g_sta_rate_init(struct sta_info *sta)
98 struct sta_info *sta, struct sk_buff *skb)
126 struct sta_info *sta, struct sk_buff *skb)
136 struct sta_info *sta, struct sk_buff *skb)
155 struct sta_info *sta;
180 struct sta_info *sta;
H A Dagg-tx.c142 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid,
190 ieee80211_agg_stop_txq(struct sta_info *sta, int tid)
211 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable)
270 static void ieee80211_remove_tid_tx(struct sta_info *sta, int tid)
299 int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid,
435 struct sta_info *sta = tid_tx->sta;
452 static void ieee80211_send_addba_with_timeout(struct sta_info *sta,
496 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid)
562 struct sta_info *sta = container_of(pubsta, struct sta_info, st
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_ap.h14 void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level);
16 void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta);
24 u8 rtw_ap_set_pairwise_key(struct adapter *padapter, struct sta_info *psta);
29 void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta);
30 u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta);
31 void sta_info_update(struct adapter *padapter, struct sta_info *psta);
32 void ap_sta_info_defer_update(struct adapter *padapter, struct sta_info *psta);
33 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta, bool active, u16 reason);
H A Dsta_info.h70 struct sta_info { struct
133 /* curr_network(mlme_priv/security_priv/qos/ht) + sta_info: (STA & AP) CAP/INFO */
138 /* sta_info: (AP & STA) CAP/INFO */
330 struct sta_info *sta_aid[NUM_STA];
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);
367 extern u32 rtw_free_stainfo(struct adapter *padapter, struct sta_info *psta);
369 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
371 extern struct sta_info *rtw_get_bcmc_stainf
[all...]
H A Drtw_mlme_ext.h289 struct sta_info *psta;
467 extern void init_addba_retry_timer(struct adapter *padapter, struct sta_info *psta);
472 u8 networktype_to_raid_ex(struct adapter *adapter, struct sta_info *psta);
540 void VCS_update(struct adapter *padapter, struct sta_info *psta);
541 void update_ldpc_stbc_cap(struct sta_info *psta);
543 void update_beacon_info(struct adapter *padapter, u8 *pframe, uint len, struct sta_info *psta);
548 void update_sta_basic_rate(struct sta_info *psta, u8 wireless_mode);
552 void update_sta_info(struct adapter *padapter, struct sta_info *psta);
553 void Update_RA_Entry(struct adapter *padapter, struct sta_info *psta);
554 void set_sta_rate(struct adapter *padapter, struct sta_info *pst
[all...]
H A Drtw_xmit.h179 struct sta_info *psta;
450 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up, u8 *ac);
478 void stop_sta_xmit(struct adapter *padapter, struct sta_info *psta);
479 void wakeup_sta_to_xmit(struct adapter *padapter, struct sta_info *psta);
480 void xmit_delivery_enabled_frames(struct adapter *padapter, struct sta_info *psta);
482 u8 query_ra_short_GI(struct sta_info *psta);
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dodm_types.h36 #define STA_INFO_T struct sta_info
37 #define PSTA_INFO_T struct sta_info *
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_sta_mgt.c23 #include "sta_info.h"
25 static void _init_stainfo(struct sta_info *psta)
27 memset((u8 *)psta, 0, sizeof(struct sta_info));
39 struct sta_info *psta;
42 pstapriv->pallocated_stainfo_buf = kmalloc(sizeof(struct sta_info) *
53 psta = (struct sta_info *)(pstapriv->pstainfo_buf);
89 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr)
93 struct sta_info *psta;
103 struct sta_info, list);
142 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *pst
[all...]
H A Dsta_info.h44 struct sta_info { struct
73 * + sta_info: (STA & AP) CAP/INFO
77 * sta_info: (AP & STA) CAP/INFO
122 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv,
124 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta);
126 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
128 struct sta_info *r8712_get_bcmc_stainfo(struct _adapter *padapter);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c10 void _rtw_init_stainfo(struct sta_info *psta);
11 void _rtw_init_stainfo(struct sta_info *psta)
13 memset((u8 *)psta, 0, sizeof(struct sta_info));
55 struct sta_info *psta;
58 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4);
78 psta = (struct sta_info *)(pstapriv->pstainfo_buf);
107 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta)
109 int offset = (((u8 *)sta) - stapriv->pstainfo_buf)/sizeof(struct sta_info);
114 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset)
116 return (struct sta_info *)(stapri
[all...]
H A Drtw_btcoex.c39 struct sta_info *psta;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtdls.h121 * @sta_info: per-station info. Only the first tdls_peer_count entries are set
131 struct iwl_tdls_sta_info sta_info[IWL_MVM_TDLS_STA_COUNT]; member in struct:iwl_tdls_config_cmd
154 * @sta_info: per-station TDLS config information
158 struct iwl_tdls_config_sta_info_res sta_info[IWL_MVM_TDLS_STA_COUNT]; member in struct:iwl_tdls_config_res
/linux-master/drivers/net/wireless/ath/carl9170/
H A Dtx.c141 struct carl9170_sta_info *sta_info; local
148 sta_info = (struct carl9170_sta_info *) sta->drv_priv;
149 if (atomic_dec_return(&sta_info->pending_frames) == 0)
384 struct carl9170_sta_info *sta_info; local
399 sta_info = (void *) sta->drv_priv;
400 tid_info = rcu_dereference(sta_info->agg[tid]);
408 if (sta_info->stats[tid].clear) {
409 sta_info->stats[tid].clear = false;
410 sta_info->stats[tid].req = false;
411 sta_info
1291 struct carl9170_sta_info *sta_info; local
1400 struct carl9170_sta_info *sta_info; local
[all...]
H A Dmain.c1304 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; local
1307 atomic_set(&sta_info->pending_frames, 0);
1319 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++)
1320 RCU_INIT_POINTER(sta_info->agg[i], NULL);
1322 sta_info->ampdu_max_len = 1 << (3 + sta->deflink.ht_cap.ampdu_factor);
1323 sta_info->ht_sta = true;
1334 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; local
1340 sta_info->ht_sta = false;
1343 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) {
1346 tid_info = rcu_dereference(sta_info
1404 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; local
1692 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; local
[all...]

Completed in 190 milliseconds

12345