/kernel/linux/linux-6.6/net/mac80211/ |
H A D | sta_info.h | 26 * 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; 381 * @plink_sta: peer link watch timer's sta_info 397 struct sta_info *plink_sta; 518 * TODO Move other link params from sta_info as required for MLD operation 526 struct sta_info *sta; 572 * struct sta_info 651 struct sta_info { global() struct [all...] |
H A D | mesh.h | 111 struct sta_info __rcu *next_hop; 245 struct sta_info *sta, 259 u64 ieee80211_mps_set_sta_local_pm(struct sta_info *sta, 262 struct sta_info *sta, 264 void ieee80211_mps_sta_status_update(struct sta_info *sta); 265 void ieee80211_mps_rx_h_sta_process(struct sta_info *sta, 267 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta, 269 void ieee80211_mps_frame_release(struct sta_info *sta, 288 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop); 299 struct sta_info *st [all...] |
H A D | sta_info.c | 26 #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), 93 struct sta_info *sta) in sta_info_hash_del() 117 static void __cleanup_single_sta(struct sta_info *sta) in __cleanup_single_sta() 181 static void cleanup_single_sta(struct sta_info *sta) in cleanup_single_sta() 197 struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata, in sta_info_get() 202 struct sta_info *sta; in sta_info_get() 222 struct sta_info *sta_info_get_bs [all...] |
H A D | rate.h | 17 #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) in rate_control_alloc_sta() 46 static inline void rate_control_free_sta(struct sta_info *sta) in rate_control_free_sta() 55 static inline void rate_control_add_sta_debugfs(struct sta_info *sta) in rate_control_add_sta_debugfs()
|
H A D | debugfs_sta.h | 5 #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) {} in ieee80211_sta_debugfs_add() 18 static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} in ieee80211_sta_debugfs_remove()
|
H A D | agg-tx.c | 142 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx() 190 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) in ieee80211_agg_stop_txq() 211 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) in ieee80211_agg_start_txq() 270 static void ieee80211_remove_tid_tx(struct sta_info *sta, int tid) in ieee80211_remove_tid_tx() 299 int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, in ___ieee80211_stop_tx_ba_session() 435 struct sta_info *sta = tid_tx->sta; in sta_addba_resp_timer_expired() 452 static void ieee80211_send_addba_with_timeout(struct sta_info *sta, in ieee80211_send_addba_with_timeout() 496 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid) in ieee80211_tx_ba_session_handle_start() 566 struct sta_info *sta = container_of(pubsta, struct sta_info, st in ieee80211_refresh_tx_agg_session_timer() [all...] |
H A D | mesh_ps.c | 19 static struct sk_buff *mps_qos_null_get(struct sta_info *sta) in mps_qos_null_get() 52 static void mps_qos_null_tx(struct sta_info *sta) in mps_qos_null_tx() 84 struct sta_info *sta; in ieee80211_mps_local_status_update() 152 u64 ieee80211_mps_set_sta_local_pm(struct sta_info *sta, in ieee80211_mps_set_sta_local_pm() 188 struct sta_info *sta, in ieee80211_mps_set_frame_flags() 232 void ieee80211_mps_sta_status_update(struct sta_info *sta) in ieee80211_mps_sta_status_update() 275 static void mps_set_sta_peer_pm(struct sta_info *sta, in mps_set_sta_peer_pm() 311 static void mps_set_sta_nonpeer_pm(struct sta_info *sta, in mps_set_sta_nonpeer_pm() 338 void ieee80211_mps_rx_h_sta_process(struct sta_info *sta, in ieee80211_mps_rx_h_sta_process() 364 static void mpsp_trigger_send(struct sta_info *st [all...] |
H A D | ocb.c | 48 struct sta_info *sta; in ieee80211_ocb_rx_no_sta() 87 static struct sta_info *ieee80211_ocb_finish_sta(struct sta_info *sta) 125 struct sta_info *sta; in ieee80211_ocb_work() 135 struct sta_info, list); in ieee80211_ocb_work() 210 struct sta_info *sta; in ieee80211_ocb_leave() 218 struct sta_info, list); in ieee80211_ocb_leave()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 26 * These flags are used with &struct sta_info's @flags member, but 146 struct sta_info *sta, u8 ac, 149 struct sta_info; 185 struct sta_info *sta; 240 struct sta_info *sta; 377 * @plink_sta: peer link watch timer's sta_info 393 struct sta_info *plink_sta; 477 * struct sta_info - STA information 563 struct sta_info { struct 676 static inline enum nl80211_plink_state sta_plink_state(struct sta_info *st [all...] |
H A D | mesh.h | 110 struct sta_info __rcu *next_hop; 211 struct sta_info *sta, 225 u32 ieee80211_mps_set_sta_local_pm(struct sta_info *sta, 228 struct sta_info *sta, 230 void ieee80211_mps_sta_status_update(struct sta_info *sta); 231 void ieee80211_mps_rx_h_sta_process(struct sta_info *sta, 233 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta, 235 void ieee80211_mps_frame_release(struct sta_info *sta, 254 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop); 265 struct sta_info *st [all...] |
H A D | debugfs_sta.h | 5 #include "sta_info.h" 8 void ieee80211_sta_debugfs_add(struct sta_info *sta); 9 void ieee80211_sta_debugfs_remove(struct sta_info *sta); 11 static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {} in ieee80211_sta_debugfs_add() 12 static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} in ieee80211_sta_debugfs_remove()
|
H A D | rate.h | 16 #include "sta_info.h" 25 struct sta_info *sta, 32 void rate_control_rate_init(struct sta_info *sta); 35 struct sta_info *sta, u32 changed); 38 struct sta_info *sta, gfp_t gfp) in rate_control_alloc_sta() 44 static inline void rate_control_free_sta(struct sta_info *sta) in rate_control_free_sta() 53 static inline void rate_control_add_sta_debugfs(struct sta_info *sta) in rate_control_add_sta_debugfs()
|
H A D | sta_info.c | 26 #include "sta_info.h" 34 * STA info structures (&struct sta_info) are managed in a hash table 70 .head_offset = offsetof(struct sta_info, hash_node), 71 .key_offset = offsetof(struct sta_info, addr), 78 struct sta_info *sta) in sta_info_hash_del() 84 static void __cleanup_single_sta(struct sta_info *sta) in __cleanup_single_sta() 150 static void cleanup_single_sta(struct sta_info *sta) in cleanup_single_sta() 166 struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata, in sta_info_get() 171 struct sta_info *sta; in sta_info_get() 191 struct sta_info *sta_info_get_bs [all...] |
H A D | mesh_ps.c | 18 static struct sk_buff *mps_qos_null_get(struct sta_info *sta) in mps_qos_null_get() 51 static void mps_qos_null_tx(struct sta_info *sta) in mps_qos_null_tx() 83 struct sta_info *sta; in ieee80211_mps_local_status_update() 151 u32 ieee80211_mps_set_sta_local_pm(struct sta_info *sta, in ieee80211_mps_set_sta_local_pm() 187 struct sta_info *sta, in ieee80211_mps_set_frame_flags() 231 void ieee80211_mps_sta_status_update(struct sta_info *sta) in ieee80211_mps_sta_status_update() 274 static void mps_set_sta_peer_pm(struct sta_info *sta, in mps_set_sta_peer_pm() 310 static void mps_set_sta_nonpeer_pm(struct sta_info *sta, in mps_set_sta_nonpeer_pm() 337 void ieee80211_mps_rx_h_sta_process(struct sta_info *sta, in ieee80211_mps_rx_h_sta_process() 363 static void mpsp_trigger_send(struct sta_info *st [all...] |
H A D | agg-tx.c | 142 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx() 190 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) in ieee80211_agg_stop_txq() 211 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) in ieee80211_agg_start_txq() 270 static void ieee80211_remove_tid_tx(struct sta_info *sta, int tid) in ieee80211_remove_tid_tx() 299 int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, in ___ieee80211_stop_tx_ba_session() 435 struct sta_info *sta = tid_tx->sta; in sta_addba_resp_timer_expired() 452 static void ieee80211_send_addba_with_timeout(struct sta_info *sta, in ieee80211_send_addba_with_timeout() 490 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid) in ieee80211_tx_ba_session_handle_start() 566 struct sta_info *sta = tid_tx->sta; in sta_tx_agg_session_timer_expired() 589 struct sta_info *st in ieee80211_start_tx_ba_session() [all...] |
H A D | ocb.c | 47 struct sta_info *sta; in ieee80211_ocb_rx_no_sta() 86 static struct sta_info *ieee80211_ocb_finish_sta(struct sta_info *sta) 124 struct sta_info *sta; in ieee80211_ocb_work() 134 struct sta_info, list); in ieee80211_ocb_work() 209 struct sta_info *sta; in ieee80211_ocb_leave() 217 struct sta_info, list); in ieee80211_ocb_leave()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A D | rtw_ap.h | 17 struct sta_info *psta); 19 struct sta_info *psta); 24 void add_RATid(struct adapter *padapter, struct sta_info *psta, 27 void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta); 34 void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta); 35 u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta); 36 void sta_info_update(struct adapter *padapter, struct sta_info *psta); 37 void ap_sta_info_defer_update(struct adapter *padapter, struct sta_info *psta); 38 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta,
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 12 void _rtw_init_stainfo(struct sta_info *psta); 13 void _rtw_init_stainfo(struct sta_info *psta) in _rtw_init_stainfo() 15 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _rtw_init_stainfo() 56 struct sta_info *psta; in _rtw_init_sta_priv() 59 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); in _rtw_init_sta_priv() 76 psta = (struct sta_info *)(pstapriv->pstainfo_buf); in _rtw_init_sta_priv() 105 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 107 int offset = (((u8 *)sta) - stapriv->pstainfo_buf)/sizeof(struct sta_info); in rtw_stainfo_offset() 115 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 120 return (struct sta_info *)(stapri in rtw_get_stainfo_by_offset() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_sta_mgt.c | 10 void _rtw_init_stainfo(struct sta_info *psta); 11 void _rtw_init_stainfo(struct sta_info *psta) in _rtw_init_stainfo() 13 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _rtw_init_stainfo() 55 struct sta_info *psta; in _rtw_init_sta_priv() 58 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); in _rtw_init_sta_priv() 78 psta = (struct sta_info *)(pstapriv->pstainfo_buf); in _rtw_init_sta_priv() 107 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 109 int offset = (((u8 *)sta) - stapriv->pstainfo_buf)/sizeof(struct sta_info); in rtw_stainfo_offset() 114 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 116 return (struct sta_info *)(stapri in rtw_get_stainfo_by_offset() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_sta_mgt.c | 14 #include <sta_info.h> 17 static void _rtw_init_stainfo(struct sta_info *psta) in _rtw_init_stainfo() 19 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _rtw_init_stainfo() 60 struct sta_info *psta; in _rtw_init_sta_priv() 63 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv() 79 psta = (struct sta_info *)(pstapriv->pstainfo_buf); in _rtw_init_sta_priv() 113 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 115 int offset = (((u8 *)sta) - stapriv->pstainfo_buf) / sizeof(struct sta_info); in rtw_stainfo_offset() 123 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 128 return (struct sta_info *)(stapri in rtw_get_stainfo_by_offset() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 14 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);
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_ap.h | 14 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);
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_sta_mgt.c | 23 #include "sta_info.h" 25 static void _init_stainfo(struct sta_info *psta) in _init_stainfo() 27 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _init_stainfo() 39 struct sta_info *psta; in _r8712_init_sta_priv() 42 pstapriv->pallocated_stainfo_buf = kmalloc(sizeof(struct sta_info) * in _r8712_init_sta_priv() 53 psta = (struct sta_info *)(pstapriv->pstainfo_buf); in _r8712_init_sta_priv() 89 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in r8712_alloc_stainfo() 93 struct sta_info *psta; in r8712_alloc_stainfo() 103 struct sta_info, list); in r8712_alloc_stainfo() 142 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *pst [all...] |
H A D | sta_info.h | 46 struct sta_info { struct 75 * + sta_info: (STA & AP) CAP/INFO 79 * sta_info: (AP & STA) CAP/INFO 124 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, 126 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta); 128 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr); 130 struct sta_info *r8712_get_bcmc_stainfo(struct _adapter *padapter);
|
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_sta_mgt.c | 23 #include "sta_info.h" 25 static void _init_stainfo(struct sta_info *psta) in _init_stainfo() 27 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _init_stainfo() 39 struct sta_info *psta; in _r8712_init_sta_priv() 42 pstapriv->pallocated_stainfo_buf = kmalloc(sizeof(struct sta_info) * in _r8712_init_sta_priv() 53 psta = (struct sta_info *)(pstapriv->pstainfo_buf); in _r8712_init_sta_priv() 89 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in r8712_alloc_stainfo() 93 struct sta_info *psta; in r8712_alloc_stainfo() 103 struct sta_info, list); in r8712_alloc_stainfo() 142 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *pst [all...] |