Home
last modified time | relevance | path

Searched refs:sta_info (Results 1 – 25 of 70) sorted by relevance

123

/linux/net/mac80211/
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;
513 * TODO Move other link params from sta_info as required for MLD operation
523 struct sta_info *sta;
624 * struct sta_info
701 struct sta_info { global() struct
703 free_liststa_info global() argument
704 rcu_headsta_info global() argument
705 hash_nodesta_info global() argument
706 addrsta_info global() argument
707 localsta_info global() argument
708 sdatasta_info global() argument
709 ptksta_info global() argument
710 ptk_idxsta_info global() argument
711 rate_ctrlsta_info global() argument
712 rate_ctrl_privsta_info global() argument
713 rate_ctrl_locksta_info global() argument
714 locksta_info global() argument
716 fast_txsta_info global() argument
717 fast_rxsta_info global() argument
720 meshsta_info global() argument
723 drv_deliver_wksta_info global() argument
725 listen_intervalsta_info global() argument
727 deadsta_info global() argument
728 removedsta_info global() argument
730 uploadedsta_info global() argument
732 sta_statesta_info global() argument
735 _flagssta_info global() argument
738 ps_locksta_info global() argument
739 ps_tx_bufsta_info global() argument
740 tx_filteredsta_info global() argument
741 driver_buffered_tidssta_info global() argument
742 txq_buffered_tidssta_info global() argument
744 assoc_atsta_info global() argument
745 last_connectedsta_info global() argument
748 last_seq_ctrlsta_info global() argument
772 deflinksta_info global() argument
773 linksta_info global() argument
780 stasta_info ieee80211_tdls_sta_link_id() argument
[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 *sta);
[all …]
H A Dsta_info.c75 .head_offset = offsetof(struct sta_info, hash_node),
76 .key_offset = offsetof(struct sta_info, addr),
91 struct sta_info *sta) in sta_info_hash_del()
115 void ieee80211_purge_sta_txqs(struct sta_info *sta) in ieee80211_purge_sta_txqs()
132 static void __cleanup_single_sta(struct sta_info *sta) in __cleanup_single_sta()
187 static void cleanup_single_sta(struct sta_info *sta) in cleanup_single_sta()
203 struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata, in sta_info_get()
208 struct sta_info *sta; in sta_info_get()
228 struct sta_info *sta_info_get_bss(struct ieee80211_sub_if_data *sdata, in sta_info_get_bss()
233 struct sta_info *sta; in sta_info_get_bss()
[all …]
H A Ddebugfs_sta.h8 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) {} in ieee80211_sta_debugfs_add()
18 static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} in ieee80211_sta_debugfs_remove()
H A Dagg-tx.c61 static void ieee80211_send_addba_request(struct sta_info *sta, u16 tid, in ieee80211_send_addba_request()
133 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx()
181 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) in ieee80211_agg_stop_txq()
202 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) in ieee80211_agg_start_txq()
261 static void ieee80211_remove_tid_tx(struct sta_info *sta, int tid) in ieee80211_remove_tid_tx()
290 int __ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, in __ieee80211_stop_tx_ba_session()
427 struct sta_info *sta = tid_tx->sta; in sta_addba_resp_timer_expired()
444 static void ieee80211_send_addba_with_timeout(struct sta_info *sta, in ieee80211_send_addba_with_timeout()
492 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid) in ieee80211_tx_ba_session_handle_start()
558 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_refresh_tx_agg_session_timer()
[all …]
H A Dmesh_plink.c59 struct sta_info *sta) in rssi_threshold_check()
75 static inline void mesh_plink_fsm_restart(struct sta_info *sta) in mesh_plink_fsm_restart()
97 struct sta_info *sta; in mesh_set_short_slot_time()
162 struct sta_info *sta; in mesh_set_ht_prot_mode()
214 struct sta_info *sta, in mesh_plink_frame_tx()
373 static u64 __mesh_plink_deactivate(struct sta_info *sta) in __mesh_plink_deactivate()
400 u64 mesh_plink_deactivate(struct sta_info *sta) in mesh_plink_deactivate()
426 struct sta_info *sta, in mesh_sta_info_init()
495 struct sta_info *sta; in mesh_allocate_aid()
520 static struct sta_info *
[all...]
H A Docb.c47 struct sta_info *sta; in ieee80211_ocb_rx_no_sta()
87 static struct sta_info *ieee80211_ocb_finish_sta(struct sta_info *sta) in ieee80211_ocb_finish_sta()
125 struct sta_info *sta; in ieee80211_ocb_work()
135 struct sta_info, list); in ieee80211_ocb_work()
209 struct sta_info *sta; in ieee80211_ocb_leave()
219 struct sta_info, list); in ieee80211_ocb_leave()
H A Dkey.h26 struct sta_info;
61 struct sta_info *sta;
149 struct sta_info *sta);
166 struct sta_info *sta);
H A Ds1g.c12 void ieee80211_s1g_sta_rate_init(struct sta_info *sta) in ieee80211_s1g_sta_rate_init()
98 struct sta_info *sta, struct sk_buff *skb) in ieee80211_s1g_rx_twt_setup()
126 struct sta_info *sta, struct sk_buff *skb) in ieee80211_s1g_rx_twt_teardown()
136 struct sta_info *sta, struct sk_buff *skb) in ieee80211_s1g_tx_twt_setup_fail()
155 struct sta_info *sta; in ieee80211_s1g_rx_twt_action()
180 struct sta_info *sta; in ieee80211_s1g_status_twt_action()
H A Dagg-rx.c58 void __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, in __ieee80211_stop_rx_ba_session()
121 struct sta_info *sta; in ieee80211_stop_rx_ba_session()
148 struct sta_info *sta = tid_rx->sta; in sta_rx_agg_session_timer_expired()
196 u8 ieee80211_retrieve_addba_ext_data(struct sta_info *sta, in ieee80211_retrieve_addba_ext_data()
233 static void ieee80211_send_addba_resp(struct sta_info *sta, u8 *da, u16 tid, in ieee80211_send_addba_resp()
274 void __ieee80211_start_rx_ba_session(struct sta_info *sta, in __ieee80211_start_rx_ba_session()
472 struct sta_info *sta, in ieee80211_process_addba_request()
507 struct sta_info *sta; in ieee80211_manage_rx_ba_offl()
525 struct sta_info *sta; in ieee80211_rx_ba_timer_expired()
H A Dieee80211_i.h106 ieee80211_sta_keep_active(struct sta_info *sta, u8 ac) in ieee80211_sta_keep_active()
186 struct sta_info *sta;
227 struct sta_info *sta;
342 struct sta_info __rcu *sta;
1945 void ieee80211_check_fast_rx(struct sta_info *sta);
1948 void ieee80211_clear_fast_rx(struct sta_info *sta);
2164 void ieee80211_check_fast_xmit(struct sta_info *sta);
2167 void ieee80211_clear_fast_xmit(struct sta_info *sta);
2175 struct sta_info *sta,
2180 struct sta_info *sta, struct sk_buff *skb);
[all …]
H A Drate.c33 struct sta_info *sta = link_sta->sta; in rate_control_rate_init()
75 void rate_control_rate_init_all_links(struct sta_info *sta) in rate_control_rate_init_all_links()
94 struct sta_info *sta = container_of(st->sta, struct sta_info, sta); in rate_control_tx_status()
123 struct sta_info *sta = link_sta->sta; in rate_control_rate_update()
421 struct sta_info *sta; in rate_control_send_low()
440 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low()
826 rate_control_apply_mask_ratetbl(struct sta_info *sta, in rate_control_apply_mask_ratetbl()
928 struct sta_info *sta, in rate_control_get_rate()
974 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates()
H A Dtx.c338 struct sta_info *sta; in purge_old_ps_buffers()
445 static int ieee80211_use_mfp(__le16 fc, struct sta_info *sta, in ieee80211_use_mfp()
463 struct sta_info *sta = tx->sta; in ieee80211_tx_h_unicast_ps_buf()
811 static __le16 ieee80211_tx_next_seq(struct sta_info *sta, int tid) in ieee80211_tx_next_seq()
1183 struct sta_info *sta, struct sk_buff *skb) in ieee80211_aggr_check()
1213 struct sta_info *sta, struct sk_buff *skb) in ieee80211_tx_prepare()
1304 struct sta_info *sta, in ieee80211_get_txq()
1506 struct sta_info *sta, in ieee80211_txq_init()
1644 struct sta_info *sta, in ieee80211_queue_skb()
1672 struct sta_info *sta, in ieee80211_tx_frags()
[all …]
H A Dht.c144 struct sta_info *sta = link_sta->sta; in ieee80211_ht_cap_ie_to_sta_ht_cap()
315 void ieee80211_sta_tear_down_BA_sessions(struct sta_info *sta, in ieee80211_sta_tear_down_BA_sessions()
354 struct sta_info *sta = in ieee80211_ba_session_work()
355 container_of(work, struct sta_info, ampdu_mlme.work); in ieee80211_ba_session_work()
486 struct sta_info *sta, in ieee80211_process_delba()
609 struct sta_info *sta, in ieee80211_ht_handle_chanwidth_notif()
H A Dtdls.c309 struct sta_info *sta) in ieee80211_tdls_chandef_vht_upgrade()
377 struct sta_info *sta = NULL; in ieee80211_tdls_add_setup_start_ies()
600 struct sta_info *sta, *ap_sta; in ieee80211_tdls_add_setup_cfm_ies()
1008 struct sta_info *sta; in ieee80211_tdls_prep_mgmt_packet()
1216 struct sta_info *sta; in ieee80211_tdls_mgmt_teardown()
1318 struct sta_info *sta) in iee80211_tdls_recalc_chanctx()
1362 struct sta_info *sta; in iee80211_tdls_have_ht_peers()
1382 struct sta_info *sta) in iee80211_tdls_recalc_ht_protection()
1415 struct sta_info *sta; in ieee80211_tdls_oper()
1550 ieee80211_tdls_ch_sw_tmpl_get(struct sta_info *st
[all...]
H A Dwme.c85 struct sta_info *sta, struct sk_buff *skb) in ieee80211_downgrade_queue()
148 struct sta_info *sta, struct sk_buff *skb) in ieee80211_select_queue()
/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h70 struct sta_info { struct
286 struct sta_info *sta_aid[NUM_STA];
319 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta);
320 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset);
322 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
323 extern u32 rtw_free_stainfo(struct adapter *padapter, struct sta_info *psta);
325 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
327 extern struct sta_info *rtw_get_bcmc_stainfo(struct adapter *padapter);
H A Drtw_xmit.h178 struct sta_info *psta;
440 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, signed int up…
468 void stop_sta_xmit(struct adapter *padapter, struct sta_info *psta);
469 void wakeup_sta_to_xmit(struct adapter *padapter, struct sta_info *psta);
470 void xmit_delivery_enabled_frames(struct adapter *padapter, struct sta_info *psta);
472 u8 query_ra_short_GI(struct sta_info *psta);
/linux/drivers/net/wireless/ath/carl9170/
H A Dtx.c141 struct carl9170_sta_info *sta_info; in carl9170_tx_ps_unblock() local
148 sta_info = (struct carl9170_sta_info *) sta->drv_priv; in carl9170_tx_ps_unblock()
149 if (atomic_dec_return(&sta_info->pending_frames) == 0) in carl9170_tx_ps_unblock()
384 struct carl9170_sta_info *sta_info; in carl9170_tx_status_process_ampdu() local
399 sta_info = (void *) sta->drv_priv; in carl9170_tx_status_process_ampdu()
400 tid_info = rcu_dereference(sta_info->agg[tid]); in carl9170_tx_status_process_ampdu()
408 if (sta_info->stats[tid].clear) { in carl9170_tx_status_process_ampdu()
409 sta_info->stats[tid].clear = false; in carl9170_tx_status_process_ampdu()
410 sta_info->stats[tid].req = false; in carl9170_tx_status_process_ampdu()
411 sta_info->stats[tid].ampdu_len = 0; in carl9170_tx_status_process_ampdu()
[all …]
H A Dmain.c1304 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add() local
1307 atomic_set(&sta_info->pending_frames, 0); in carl9170_op_sta_add()
1319 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) in carl9170_op_sta_add()
1320 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_add()
1322 sta_info->ampdu_max_len = 1 << (3 + sta->deflink.ht_cap.ampdu_factor); in carl9170_op_sta_add()
1323 sta_info->ht_sta = true; in carl9170_op_sta_add()
1334 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove() local
1340 sta_info->ht_sta = false; in carl9170_op_sta_remove()
1343 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) { in carl9170_op_sta_remove()
1346 tid_info = rcu_dereference(sta_info->agg[i]); in carl9170_op_sta_remove()
[all …]
/linux/Documentation/livepatch/
H A Dshadow-vars.rst102 spinlock to net/mac80211/sta_info.h :: struct sta_info. Each use-case
119 For commit 1d147bfa6429, when a parent sta_info structure is allocated,
123 struct sta_info *sta_info_alloc(struct ieee80211_sub_if_data *sdata,
126 struct sta_info *sta;
141 for a specific struct sta_info:::
143 void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta)
153 When the parent sta_info structure is freed, first free the shadow
156 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta)
184 void ieee80211_sta_ps_deliver_wakeup(struct sta_info *sta)
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c30 struct sta_info *psta = NULL; in free_mlme_ap_info()
163 static u8 chk_sta_is_alive(struct sta_info *psta) in chk_sta_is_alive()
174 struct sta_info *psta = NULL; in expire_timeout_chk()
178 struct sta_info *psta_tmp; in expire_timeout_chk()
187 psta = list_entry(plist, struct sta_info, auth_list); in expire_timeout_chk()
212 psta = list_entry(plist, struct sta_info, asoc_list); in expire_timeout_chk()
320 void add_ratid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level) in add_ratid()
377 struct sta_info *psta = rtw_get_bcmc_stainfo(padapter); in update_bmc_sta()
446 void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta) in update_sta_info_apmode()
558 static void update_ap_info(struct adapter *padapter, struct sta_info *psta) in update_ap_info()
[all …]
/linux/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/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtdls.h131 struct iwl_tdls_sta_info sta_info[IWL_TDLS_STA_COUNT]; member
158 struct iwl_tdls_config_sta_info_res sta_info[IWL_TDLS_STA_COUNT]; member
/linux/Documentation/driver-api/80211/
H A Dmac80211-advanced.rst214 .. kernel-doc:: net/mac80211/sta_info.h
216 sta_info
222 .. kernel-doc:: net/mac80211/sta_info.c
228 .. kernel-doc:: net/mac80211/sta_info.h

123