Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Dsta_info.h388 struct sta_info { struct
500 static inline enum nl80211_plink_state sta_plink_state(struct sta_info *sta) in sta_plink_state() argument
508 static inline void set_sta_flag(struct sta_info *sta, in set_sta_flag()
517 static inline void clear_sta_flag(struct sta_info *sta, in clear_sta_flag()
526 static inline int test_sta_flag(struct sta_info *sta, in test_sta_flag()
532 static inline int test_and_clear_sta_flag(struct sta_info *sta, in test_and_clear_sta_flag()
541 static inline int test_and_set_sta_flag(struct sta_info *sta, in test_and_set_sta_flag()
550 int sta_info_move_state(struct sta_info *sta,
553 static inline void sta_info_pre_move_state(struct sta_info *sta, in sta_info_pre_move_state()
565 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid,
[all …]
Dmesh.h109 struct sta_info __rcu *next_hop;
238 struct sta_info *sta, struct sk_buff *skb);
250 u32 ieee80211_mps_set_sta_local_pm(struct sta_info *sta,
253 struct sta_info *sta,
255 void ieee80211_mps_sta_status_update(struct sta_info *sta);
256 void ieee80211_mps_rx_h_sta_process(struct sta_info *sta,
258 void ieee80211_mpsp_trigger_process(u8 *qc, struct sta_info *sta,
260 void ieee80211_mps_frame_release(struct sta_info *sta,
279 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop);
295 void mesh_plink_broken(struct sta_info *sta);
[all …]
Drate.h29 struct sta_info *sta,
34 struct sta_info *sta, in rate_control_tx_status()
56 struct sta_info *sta, in rate_control_tx_status_noskb()
74 void rate_control_rate_init(struct sta_info *sta);
77 struct sta_info *sta, u32 changed);
80 struct sta_info *sta, gfp_t gfp) in rate_control_alloc_sta()
86 static inline void rate_control_free_sta(struct sta_info *sta) in rate_control_free_sta()
95 static inline void rate_control_add_sta_debugfs(struct sta_info *sta) in rate_control_add_sta_debugfs()
105 static inline void rate_control_remove_sta_debugfs(struct sta_info *sta) in rate_control_remove_sta_debugfs()
Ddebugfs_sta.h7 void ieee80211_sta_debugfs_add(struct sta_info *sta);
8 void ieee80211_sta_debugfs_remove(struct sta_info *sta);
10 static inline void ieee80211_sta_debugfs_add(struct sta_info *sta) {} in ieee80211_sta_debugfs_add()
11 static inline void ieee80211_sta_debugfs_remove(struct sta_info *sta) {} in ieee80211_sta_debugfs_remove()
Dmesh_ps.c19 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 *sta, bool rspi, bool eosp) in mpsp_trigger_send()
[all …]
Dsta_info.c70 .head_offset = offsetof(struct sta_info, hash_node),
71 .key_offset = offsetof(struct sta_info, addr),
79 struct sta_info *sta) in sta_info_hash_del()
85 static void __cleanup_single_sta(struct sta_info *sta) in __cleanup_single_sta()
148 static void cleanup_single_sta(struct sta_info *sta) in cleanup_single_sta()
158 struct sta_info *sta_info_get(struct ieee80211_sub_if_data *sdata, in sta_info_get()
162 struct sta_info *sta; in sta_info_get()
186 struct sta_info *sta_info_get_bss(struct ieee80211_sub_if_data *sdata, in sta_info_get_bss()
190 struct sta_info *sta; in sta_info_get_bss()
211 struct sta_info *sta_info_get_by_idx(struct ieee80211_sub_if_data *sdata, in sta_info_get_by_idx()
[all …]
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()
98 struct sta_info *sta; in mesh_set_short_slot_time()
154 struct sta_info *sta; in mesh_set_ht_prot_mode()
206 struct sta_info *sta, in mesh_plink_frame_tx()
339 static u32 __mesh_plink_deactivate(struct sta_info *sta) in __mesh_plink_deactivate()
365 u32 mesh_plink_deactivate(struct sta_info *sta) in mesh_plink_deactivate()
382 struct sta_info *sta, in mesh_sta_info_init()
436 struct sta_info *sta; in mesh_allocate_aid()
462 static struct sta_info *
[all …]
Docb.c50 struct sta_info *sta; in ieee80211_ocb_rx_no_sta()
91 static struct sta_info *ieee80211_ocb_finish_sta(struct sta_info *sta) in ieee80211_ocb_finish_sta()
129 struct sta_info *sta; in ieee80211_ocb_work()
139 struct sta_info, list); in ieee80211_ocb_work()
214 struct sta_info *sta; in ieee80211_ocb_leave()
222 struct sta_info, list); in ieee80211_ocb_leave()
Dkey.h24 struct sta_info;
57 struct sta_info *sta;
144 struct sta_info *sta);
154 struct sta_info *sta);
Dagg-tx.c145 void ieee80211_assign_tid_tx(struct sta_info *sta, int tid, in ieee80211_assign_tid_tx()
193 ieee80211_agg_stop_txq(struct sta_info *sta, int tid) in ieee80211_agg_stop_txq()
210 ieee80211_agg_start_txq(struct sta_info *sta, int tid, bool enable) in ieee80211_agg_start_txq()
263 static void ieee80211_remove_tid_tx(struct sta_info *sta, int tid) in ieee80211_remove_tid_tx()
293 int ___ieee80211_stop_tx_ba_session(struct sta_info *sta, u16 tid, in ___ieee80211_stop_tx_ba_session()
420 struct sta_info *sta = container_of((void *)data, in sta_addba_resp_timer_expired()
421 struct sta_info, timer_to_tid[tid]); in sta_addba_resp_timer_expired()
443 void ieee80211_tx_ba_session_handle_start(struct sta_info *sta, int tid) in ieee80211_tx_ba_session_handle_start()
519 struct sta_info *sta = container_of(timer_to_id, struct sta_info, in sta_tx_agg_session_timer_expired()
549 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_start_tx_ba_session()
[all …]
Ddebugfs_sta.c27 struct sta_info *sta = file->private_data; \
58 struct sta_info *sta = file->private_data; in sta_flags_read()
86 struct sta_info *sta = file->private_data; in sta_num_ps_buf_frames_read()
103 struct sta_info *sta = file->private_data; in sta_last_seq_ctrl_read()
117 struct sta_info *sta = file->private_data; in sta_agg_status_read()
155 struct sta_info *sta = file->private_data; in sta_agg_status_write()
220 struct sta_info *sta = file->private_data; in sta_ht_capa_read()
296 struct sta_info *sta = file->private_data; in sta_vht_capa_read()
335 void ieee80211_sta_debugfs_add(struct sta_info *sta) in ieee80211_sta_debugfs_add()
385 void ieee80211_sta_debugfs_remove(struct sta_info *sta) in ieee80211_sta_debugfs_remove()
Dieee80211_i.h170 struct sta_info *sta;
219 struct sta_info *sta;
298 struct sta_info *sta;
306 struct sta_info __rcu *sta;
1644 void ieee80211_check_fast_xmit(struct sta_info *sta);
1647 void ieee80211_clear_fast_xmit(struct sta_info *sta);
1655 struct sta_info *sta);
1667 void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
1669 void __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid,
1671 void __ieee80211_start_rx_ba_session(struct sta_info *sta,
[all …]
Dagg-rx.c59 void ___ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, in ___ieee80211_stop_rx_ba_session()
103 void __ieee80211_stop_rx_ba_session(struct sta_info *sta, u16 tid, in __ieee80211_stop_rx_ba_session()
115 struct sta_info *sta; in ieee80211_stop_rx_ba_session()
146 struct sta_info *sta = container_of(timer_to_id, struct sta_info, in sta_rx_agg_session_timer_expired()
177 struct sta_info *sta = container_of(timer_to_id, struct sta_info, in sta_rx_agg_reorder_timer_expired()
233 void __ieee80211_start_rx_ba_session(struct sta_info *sta, in __ieee80211_start_rx_ba_session()
365 struct sta_info *sta, in ieee80211_process_addba_request()
Ddebugfs_key.h13 struct sta_info *sta);
29 struct sta_info *sta) in ieee80211_debugfs_key_sta_del()
Dvht.c118 struct sta_info *sta) in ieee80211_vht_cap_ie_to_sta_vht_cap()
283 enum ieee80211_sta_rx_bandwidth ieee80211_sta_cap_rx_bw(struct sta_info *sta) in ieee80211_sta_cap_rx_bw()
322 enum ieee80211_sta_rx_bandwidth ieee80211_sta_cur_vht_bw(struct sta_info *sta) in ieee80211_sta_cur_vht_bw()
338 void ieee80211_sta_set_rx_nss(struct sta_info *sta) in ieee80211_sta_set_rx_nss()
380 struct sta_info *sta, u8 opmode, in __ieee80211_vht_handle_opmode()
429 struct sta_info *sta, u8 opmode, in ieee80211_vht_handle_opmode()
Dstatus.c47 struct sta_info *sta, in ieee80211_handle_filtered_frame()
167 static void ieee80211_check_pending_bar(struct sta_info *sta, u8 *addr, u8 tid) in ieee80211_check_pending_bar()
179 static void ieee80211_frame_acked(struct sta_info *sta, struct sk_buff *skb) in ieee80211_frame_acked()
232 static void ieee80211_set_bar_pending(struct sta_info *sta, u8 tid, u16 ssn) in ieee80211_set_bar_pending()
552 static void ieee80211_lost_packet(struct sta_info *sta, in ieee80211_lost_packet()
636 struct sta_info *sta; in ieee80211_tx_status_noskb()
638 sta = container_of(pubsta, struct sta_info, sta); in ieee80211_tx_status_noskb()
738 struct sta_info *sta; in ieee80211_tx_status()
945 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_report_low_ack()
Drate.c32 void rate_control_rate_init(struct sta_info *sta) in rate_control_rate_init()
66 struct sta_info *sta, u32 changed) in rate_control_rate_update()
327 struct sta_info *sta; in rate_control_send_low()
343 sta = container_of(pubsta, struct sta_info, sta); in rate_control_send_low()
735 rate_control_apply_mask_ratetbl(struct sta_info *sta, in rate_control_apply_mask_ratetbl()
831 struct sta_info *sta, in rate_control_get_rate()
874 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in rate_control_set_rates()
Dht.c133 struct sta_info *sta) in ieee80211_ht_cap_ie_to_sta_ht_cap()
282 void ieee80211_sta_tear_down_BA_sessions(struct sta_info *sta, in ieee80211_sta_tear_down_BA_sessions()
300 struct sta_info *sta = in ieee80211_ba_session_work()
301 container_of(work, struct sta_info, ampdu_mlme.work); in ieee80211_ba_session_work()
402 struct sta_info *sta, in ieee80211_process_delba()
Dtdls.c300 struct sta_info *sta) in ieee80211_tdls_chandef_vht_upgrade()
363 struct sta_info *sta = NULL; in ieee80211_tdls_add_setup_start_ies()
544 struct sta_info *sta, *ap_sta; in ieee80211_tdls_add_setup_cfm_ies()
938 struct sta_info *sta; in ieee80211_tdls_prep_mgmt_packet()
1146 struct sta_info *sta; in ieee80211_tdls_mgmt_teardown()
1263 struct sta_info *sta; in iee80211_tdls_have_ht_peers()
1283 struct sta_info *sta) in iee80211_tdls_recalc_ht_protection()
1316 struct sta_info *sta; in ieee80211_tdls_oper()
1462 ieee80211_tdls_ch_sw_tmpl_get(struct sta_info *sta, u8 oper_class, in ieee80211_tdls_ch_sw_tmpl_get()
1537 struct sta_info *sta; in ieee80211_tdls_channel_switch()
[all …]
Dwme.c87 struct sta_info *sta, struct sk_buff *skb) in ieee80211_downgrade_queue()
149 struct sta_info *sta = NULL; in ieee80211_select_queue()
Dtx.c353 struct sta_info *sta; in purge_old_ps_buffers()
460 static int ieee80211_use_mfp(__le16 fc, struct sta_info *sta, in ieee80211_use_mfp()
478 struct sta_info *sta = tx->sta; in ieee80211_tx_h_unicast_ps_buf()
777 static __le16 ieee80211_tx_next_seq(struct sta_info *sta, int tid) in ieee80211_tx_next_seq()
1145 struct sta_info *sta, struct sk_buff *skb) in ieee80211_tx_prepare()
1303 struct sta_info *sta = container_of(txq->sta, struct sta_info, in ieee80211_tx_dequeue()
1397 struct sta_info *sta, bool txpending) in __ieee80211_tx()
1556 struct sta_info *sta, struct sk_buff *skb, in ieee80211_tx()
1630 struct sta_info *sta, struct sk_buff *skb) in ieee80211_xmit()
1909 struct sta_info **sta_out) in ieee80211_lookup_ra_sta()
[all …]
Dibss.c578 static struct sta_info *ieee80211_ibss_finish_sta(struct sta_info *sta) in ieee80211_ibss_finish_sta()
603 static struct sta_info *
610 struct sta_info *sta; in ieee80211_ibss_add_sta()
665 struct sta_info *sta; in ieee80211_sta_active_ibss()
692 struct sta_info *sta; in ieee80211_ibss_disconnect()
714 struct sta_info, list); in ieee80211_ibss_disconnect()
991 struct sta_info *sta; in ieee80211_update_sta_info()
1204 struct sta_info *sta; in ieee80211_ibss_rx_no_sta()
1256 struct sta_info *sta, *tmp; in ieee80211_ibss_sta_expire()
1670 struct sta_info *sta; in ieee80211_ibss_work()
[all …]
Dmesh_hwmp.c299 struct sta_info *sta, struct sk_buff *skb) in ieee80211s_update_metric()
318 struct sta_info *sta) in airtime_link_metric_get()
371 struct sta_info *sta; in hwmp_route_info_get()
648 static inline struct sta_info *
743 struct sta_info *sta; in hwmp_perr_frame_process()
775 struct sta_info *sta; in hwmp_rann_frame_process()
871 struct sta_info *sta; in mesh_rx_path_sel_frame()
1140 struct sta_info *next_hop; in mesh_nexthop_lookup()
DMakefile7 sta_info.o \
Dcfg.c151 struct sta_info *sta = NULL; in ieee80211_add_key()
263 struct sta_info *sta; in ieee80211_del_key()
306 struct sta_info *sta = NULL; in ieee80211_get_key()
437 void sta_set_rate_info_tx(struct sta_info *sta, in sta_set_rate_info_tx()
476 struct sta_info *sta; in ieee80211_dump_station()
506 struct sta_info *sta; in ieee80211_get_station()
889 static void ieee80211_send_layer2_update(struct sta_info *sta) in ieee80211_send_layer2_update()
923 struct sta_info *sta, in sta_apply_auth_flags()
983 struct sta_info *sta, in sta_apply_mesh_params()
1042 struct sta_info *sta, in sta_apply_parameters()
[all …]
Dkey.c128 struct sta_info *sta; in ieee80211_key_enable_hw_accel()
222 struct sta_info *sta; in ieee80211_key_disable_hw_accel()
310 struct sta_info *sta, in ieee80211_key_replace()
611 struct sta_info *sta) in ieee80211_key_link()
817 struct sta_info *sta) in ieee80211_free_sta_keys()
Dpm.c20 struct sta_info *sta; in __ieee80211_suspend()
Ddriver-ops.h241 struct sta_info *sta, u32 iv32, in drv_update_tkip_key()
505 struct sta_info *sta) in drv_sta_pre_rcu_remove()
523 struct sta_info *sta,
782 struct sta_info *sta, u16 tids, int num_frames, in drv_release_buffered_frames()
797 struct sta_info *sta, u16 tids, int num_frames, in drv_allow_buffered_frames()
Dmesh_pathtbl.c206 void mesh_path_assign_nexthop(struct mesh_path *mpath, struct sta_info *sta) in mesh_path_assign_nexthop()
750 void mesh_plink_broken(struct sta_info *sta) in mesh_plink_broken()
816 void mesh_path_flush_by_nexthop(struct sta_info *sta) in mesh_path_flush_by_nexthop()
1023 void mesh_path_fix_nexthop(struct mesh_path *mpath, struct sta_info *next_hop) in mesh_path_fix_nexthop()
Dmesh_sync.c86 struct sta_info *sta; in mesh_sync_offset_rx_bcn_presp()
Ddebugfs_key.c333 struct sta_info *sta; in ieee80211_debugfs_key_add()
442 struct sta_info *sta) in ieee80211_debugfs_key_sta_del()
Dethtool.c71 struct sta_info *sta; in ieee80211_get_stats()
Drx.c1033 struct sta_info *sta = rx->sta; in ieee80211_rx_reorder_ampdu()
1220 static void sta_ps_start(struct sta_info *sta) in sta_ps_start()
1255 static void sta_ps_end(struct sta_info *sta) in sta_ps_end()
1280 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in ieee80211_sta_ps_transition()
1377 struct sta_info *sta = rx->sta; in ieee80211_rx_h_sta_process()
2102 struct sta_info *dsta; in ieee80211_deliver_skb()
3262 void ieee80211_release_reorder_timeout(struct sta_info *sta, int tid) in ieee80211_release_reorder_timeout()
3459 struct sta_info *sta, *prev_sta; in __ieee80211_rx_handle_packet()
Ddriver-ops.c112 struct sta_info *sta, in drv_sta_state()
Drc80211_minstrel_ht.c678 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in minstrel_aggr_check()
Dutil.c671 struct sta_info *sta; in __iterate_stations()
1729 struct sta_info *sta; in ieee80211_reconfig_stations()
1752 struct sta_info *sta; in ieee80211_reconfig()
3330 struct sta_info *sta, in ieee80211_init_tx_queue()
Dchan.c226 struct sta_info *sta; in ieee80211_get_max_required_bw()
571 struct sta_info *sta; in ieee80211_recalc_chanctx_chantype()
Dmlme.c336 struct sta_info *sta, in ieee80211_config_bw()
1455 struct sta_info *sta = NULL; in ieee80211_powersave_allowed()
2579 struct sta_info *sta; in ieee80211_rx_mgmt_auth()
2862 struct sta_info *sta; in ieee80211_assoc_success()
3297 struct sta_info *sta; in ieee80211_rx_mgmt_beacon()
4316 struct sta_info *new_sta = NULL; in ieee80211_prep_connection()
Diface.c496 struct sta_info *sta; in ieee80211_do_open()
1206 struct sta_info *sta; in ieee80211_iface_work()
Dmesh.c151 void mesh_sta_cleanup(struct sta_info *sta) in mesh_sta_cleanup()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_ap.h30 struct sta_info *psta);
32 struct sta_info *psta);
41 void add_RATid(struct adapter *padapter, struct sta_info *psta,
44 void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta);
51 void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta);
52 u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta);
53 void sta_info_update(struct adapter *padapter, struct sta_info *psta);
54 void ap_sta_info_defer_update(struct adapter *padapter, struct sta_info *psta);
55 u8 ap_free_sta(struct adapter *padapter, struct sta_info *psta,
Dsta_info.h82 struct sta_info { struct
323 struct sta_info *sta_aid[NUM_STA];
357 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta);
358 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int off);
360 struct sta_info *rtw_alloc_stainfo(struct sta_priv *stapriv, u8 *hwaddr);
361 u32 rtw_free_stainfo(struct adapter *adapt, struct sta_info *psta);
363 struct sta_info *rtw_get_stainfo(struct sta_priv *stapriv, u8 *hwaddr);
365 struct sta_info *rtw_get_bcmc_stainfo(struct adapter *padapter);
Drtw_xmit.h157 struct sta_info *psta;
340 struct sta_info *psta, int up, u8 *ac);
366 void stop_sta_xmit(struct adapter *padapter, struct sta_info *psta);
367 void wakeup_sta_to_xmit(struct adapter *padapter, struct sta_info *psta);
368 void xmit_delivery_enabled_frames(struct adapter *padapter, struct sta_info *psta);
Drtw_mlme_ext.h290 struct sta_info *psta;
461 void init_addba_retry_timer(struct adapter *adapt, struct sta_info *sta);
520 void VCS_update(struct adapter *padapter, struct sta_info *psta);
523 struct sta_info *psta);
534 void update_sta_info(struct adapter *padapter, struct sta_info *psta);
539 void set_sta_rate(struct adapter *padapter, struct sta_info *psta);
578 struct sta_info *psta);
Drtw_recv.h262 struct sta_info *psta;
359 struct sta_info;
Drtw_mlme.h533 struct sta_info *psta, u8 free_assoc);
590 void rtw_stassoc_hw_rpt(struct adapter *adapter, struct sta_info *psta);
Dodm.h836 struct sta_info *pODM_StaInfo[ODM_ASSOCIATE_ENTRY_NUM];
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c30 static void _rtw_init_stainfo(struct sta_info *psta) in _rtw_init_stainfo()
32 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _rtw_init_stainfo()
74 struct sta_info *psta; in _rtw_init_sta_priv()
78 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA + 4); in _rtw_init_sta_priv()
94 psta = (struct sta_info *)(pstapriv->pstainfo_buf); in _rtw_init_sta_priv()
128 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset()
130 int offset = (((u8 *)sta) - stapriv->pstainfo_buf)/sizeof(struct sta_info); in rtw_stainfo_offset()
138 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset()
143 return (struct sta_info *)(stapriv->pstainfo_buf + offset * sizeof(struct sta_info)); in rtw_get_stainfo_by_offset()
149 struct sta_info *psta = NULL; in _rtw_free_sta_priv()
[all …]
Drtw_ap.c49 struct sta_info *psta = NULL; in free_mlme_ap_info()
273 static u8 chk_sta_is_alive(struct sta_info *psta) in chk_sta_is_alive()
294 struct sta_info *psta = NULL; in expire_timeout_chk()
307 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk()
341 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk()
458 void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level) in add_RATid()
561 struct sta_info *psta = rtw_get_bcmc_stainfo(padapter); in update_bmc_sta()
639 void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta) in update_sta_info_apmode()
866 struct sta_info *psta = NULL; in rtw_check_beacon_data()
1511 struct sta_info *psta = NULL; in associated_clients_update()
[all …]
Drtw_xmit.c276 struct sta_info *psta = pattrib->psta; in update_attrib_vcs_info()
349 static void update_attrib_phy_info(struct pkt_attrib *pattrib, struct sta_info *psta) in update_attrib_phy_info()
433 struct sta_info *psta = NULL; in update_attrib()
633 struct sta_info *stainfo; in xmitframe_addmic()
788 struct sta_info *psta; in rtw_make_wlanhdr()
912 struct sta_info *psta; in rtw_txframes_sta_ac_pending()
978 struct sta_info *psta; in rtw_xmitframe_coalesce()
1198 struct sta_info *psta = NULL; in rtw_count_tx_stats()
1556 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending()
1599 struct sta_info *psta; in rtw_xmit_classifier()
[all …]
Drtw_recv.c280 struct sta_info *stainfo; in recvframe_chkmic()
479 struct sta_info *psta; in portctrl()
583 struct sta_info *psta = NULL; in process_pwrbit_data()
608 struct sta_info *psta = NULL; in process_wmmps_data()
660 struct sta_info *sta) in count_rx_stats()
663 struct sta_info *psta = NULL; in count_rx_stats()
692 struct sta_info **psta
696 struct sta_info **psta) in sta2sta_data_frame()
784 struct sta_info **psta) in ap2sta_data_frame()
891 struct sta_info **psta) in sta2ap_data_frame()
[all …]
Drtw_cmd.c609 struct sta_info *sta = (struct sta_info *)psta; in rtw_setstakey_cmd()
667 struct sta_info *sta = (struct sta_info *)psta; in rtw_clearstakey_cmd()
1121 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl()
1290 struct sta_info *psta = NULL; in rtw_createbss_cmd_callback()
1356 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback()
1373 struct sta_info *psta = rtw_get_stainfo(pstapriv, passocsta_parm->addr); in rtw_setassocsta_cmdrsp_callback()
Drtw_mlme_ext.c752 static void issue_auth(struct adapter *padapter, struct sta_info *psta, in issue_auth()
901 struct sta_info *pstat, int pkt_type) in issue_asocrsp()
1651 struct sta_info *psta; in issue_action_BA()
1925 struct sta_info *psta = NULL; in send_delba()
2663 struct sta_info *psta; in OnBeacon()
2759 static struct sta_info stat; in OnAuth()
2760 struct sta_info *pstat = NULL; in OnAuth()
3002 struct sta_info *pstat; in OnAssocReq()
3545 struct sta_info *psta; in OnDeAuth()
3600 struct sta_info *psta; in OnDisassoc()
[all …]
Drtw_mlme.c786 struct sta_info *psta; in rtw_free_assoc_resources_locked()
796 struct sta_info *psta; in rtw_free_assoc_resources_locked()
902 static struct sta_info *rtw_joinbss_update_stainfo(struct adapter *padapter, struct wlan_network *p… in rtw_joinbss_update_stainfo()
905 struct sta_info *bmc_sta, *psta = NULL; in rtw_joinbss_update_stainfo()
1032 struct sta_info *ptarget_sta = NULL, *pcur_sta = NULL; in rtw_joinbss_event_prehandle()
1194 void rtw_stassoc_hw_rpt(struct adapter *adapter, struct sta_info *psta) in rtw_stassoc_hw_rpt()
1210 struct sta_info *psta; in rtw_stassoc_event_callback()
1271 struct sta_info *psta; in rtw_stadel_event_callback()
2101 struct sta_info *psta = NULL; in rtw_issue_addbareq_cmd()
Drtw_wlan_util.c692 struct sta_info *psta; in bwmode_update_check()
827 void VCS_update(struct adapter *padapter, struct sta_info *psta) in VCS_update()
1066 void update_beacon_info(struct adapter *padapter, u8 *pframe, uint pkt_len, struct sta_info *psta) in update_beacon_info()
1304 void set_sta_rate(struct adapter *padapter, struct sta_info *psta) in set_sta_rate()
1566 struct sta_info *psta; in process_addba_req()
Drtw_debug.c247 struct sta_info *psta; in proc_get_ap_info()
839 struct sta_info *psta; in proc_get_all_sta_info()
858 psta = container_of(plist, struct sta_info, hash_list); in proc_get_all_sta_info()
Drtw_security.c575 struct sta_info *stainfo; in rtw_tkip_encrypt()
655 struct sta_info *stainfo; in rtw_tkip_decrypt()
1205 struct sta_info *stainfo; in rtw_aes_encrypt()
1457 struct sta_info *stainfo; in rtw_aes_decrypt()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c37 static void _init_stainfo(struct sta_info *psta) in _init_stainfo()
39 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _init_stainfo()
51 struct sta_info *psta; in _r8712_init_sta_priv()
54 pstapriv->pallocated_stainfo_buf = kmalloc(sizeof(struct sta_info) * in _r8712_init_sta_priv()
65 psta = (struct sta_info *)(pstapriv->pstainfo_buf); in _r8712_init_sta_priv()
107 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in r8712_alloc_stainfo()
111 struct sta_info *psta; in r8712_alloc_stainfo()
124 struct sta_info, list); in r8712_alloc_stainfo()
162 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta) in r8712_free_stainfo()
215 struct sta_info *psta = NULL; in r8712_free_all_stainfo()
[all …]
Dsta_info.h58 struct sta_info { struct
136 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv,
138 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta);
140 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
142 struct sta_info *r8712_get_bcmc_stainfo(struct _adapter *padapter);
Drtl871x_recv.c167 struct sta_info *stainfo; in r8712_recvframe_chkmic()
255 struct sta_info *psta; in r8712_portctrl()
317 struct sta_info **psta) in sta2sta_data_frame()
384 struct sta_info **psta) in ap2sta_data_frame()
444 struct sta_info **psta) in sta2ap_data_frame()
483 struct sta_info *psta = NULL; in validate_recv_data_frame()
Drtl8712_recv.h139 struct sta_info *psta;
Drtl871x_xmit.c188 struct sta_info *psta = NULL; in r8712_update_attrib()
352 struct sta_info *stainfo; in xmitframe_addmic()
528 struct sta_info *psta; in make_wlanhdr()
594 struct sta_info *psta; in r8712_xmitframe_coalesce()
871 struct sta_info *psta, sint up) in get_sta_pending()
916 struct sta_info *psta; in r8712_xmit_classifier()
Drtl871x_cmd.c657 struct sta_info *sta = (struct sta_info *)psta; in r8712_setstakey_cmd()
893 struct sta_info *psta = NULL; in r8712_createbss_cmd_callback()
971 struct sta_info *psta = r8712_get_stainfo(pstapriv, in r8712_setstaKey_cmdrsp_callback()
991 struct sta_info *psta = r8712_get_stainfo(pstapriv, in r8712_setassocsta_cmdrsp_callback()
Drtl871x_recv.h201 struct sta_info;
Drtl871x_mlme.c639 struct sta_info *psta; in r8712_free_assoc_resources()
710 struct sta_info *ptarget_sta = NULL, *pcur_sta = NULL; in r8712_joinbss_event_callback()
926 struct sta_info *psta; in r8712_stassoc_event_callback()
966 struct sta_info *psta; in r8712_stadel_event_callback()
1036 struct sta_info *psta; in r8712_got_addbareq_event_callback()
1736 struct sta_info *bmc_sta, *psta; in update_ht_cap()
Drtl871x_xmit.h131 struct sta_info *psta;
Drtl871x_security.c583 struct sta_info *stainfo; in r8712_tkip_encrypt()
662 struct sta_info *stainfo; in r8712_tkip_decrypt()
1162 struct sta_info *stainfo; in r8712_aes_encrypt()
1370 struct sta_info *stainfo; in r8712_aes_decrypt()
Drtl871x_mp_ioctl.c165 struct sta_info *psta; in mp_start_test()
224 struct sta_info *psta; in mp_stop_test()
Drtl8712_xmit.c67 struct sta_info *psta; in r8712_txframes_sta_ac_pending()
Drtl8712_recv.c258 struct sta_info *psta; in r8712_recvframe_chk_defrag()
Drtl871x_ioctl_linux.c95 static inline void handle_pairwise_key(struct sta_info *psta, in handle_pairwise_key()
446 struct sta_info *psta, *pbcmc_sta; in wpa_set_encryption()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_ap.h32 void add_RATid23a(struct rtw_adapter *padapter, struct sta_info *psta, u8 rssi_level);
34 void update_sta_info23a_apmode23a(struct rtw_adapter *padapter, struct sta_info *psta);
43 void bss_cap_update_on_sta_join23a(struct rtw_adapter *padapter, struct sta_info *psta);
44 u8 bss_cap_update_on_sta_leave23a(struct rtw_adapter *padapter, struct sta_info *psta);
45 void sta_info_update23a(struct rtw_adapter *padapter, struct sta_info *psta);
46 void ap_sta_info_defer_update23a(struct rtw_adapter *padapter, struct sta_info *psta);
47 u8 ap_free_sta23a(struct rtw_adapter *padapter, struct sta_info *psta, bool active, u16 reason);
Dsta_info.h81 struct sta_info { struct
333 struct sta_info *sta_aid[NUM_STA];
365 struct sta_info *rtw_alloc_stainfo23a(struct sta_priv *pstapriv, const u8 *hwaddr, gfp_t gfp);
366 int rtw_free_stainfo23a(struct rtw_adapter *padapter, struct sta_info *psta);
368 struct sta_info *rtw_get_stainfo23a(struct sta_priv *pstapriv, const u8 *hwaddr);
370 struct sta_info *rtw_get_bcmc_stainfo23a(struct rtw_adapter *padapter);
Drtw_mlme_ext.h294 struct sta_info *psta;
451 void init_addba_retry_timer23a(struct sta_info *psta);
503 void VCS_update23a(struct rtw_adapter *padapter, struct sta_info *psta);
507 struct sta_info *psta);
519 void update_sta_info23a(struct rtw_adapter *padapter, struct sta_info *psta);
523 void Update_RA_Entry23a(struct rtw_adapter *padapter, struct sta_info *psta);
524 void set_sta_rate23a(struct rtw_adapter *padapter, struct sta_info *psta);
575 void mlmeext_sta_add_event_callback23a(struct rtw_adapter *padapter, struct sta_info *psta);
Drtw_xmit.h155 struct sta_info *psta;
348 struct sta_info *psta, int up, u8 *ac);
373 void stop_sta_xmit23a(struct rtw_adapter *padapter, struct sta_info *psta);
374 void wakeup_sta_to_xmit23a(struct rtw_adapter *padapter, struct sta_info *psta);
376 struct sta_info *psta);
Drtw_recv.h268 struct sta_info *psta;
300 struct sta_info;
Dhal_intf.h102 void rtw_hal_update_ra_mask23a(struct sta_info *psta, u8 rssi_level);
Drtw_mlme.h286 struct sta_info *psta, u8 free_assoc);
Dodm.h610 struct sta_info * pODM_StaInfo[ODM_ASSOCIATE_ENTRY_NUM];
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_sta_mgt.c27 static void _rtw_init_stainfo(struct sta_info *psta) in _rtw_init_stainfo()
29 memset((u8 *)psta, 0, sizeof(struct sta_info)); in _rtw_init_stainfo()
87 struct sta_info *psta; in _rtw_free_sta_priv23a()
100 psta = container_of(plist, struct sta_info, in _rtw_free_sta_priv23a()
114 struct sta_info *
118 struct sta_info *psta; in rtw_alloc_stainfo23a()
124 psta = kmalloc(sizeof(struct sta_info), gfp); in rtw_alloc_stainfo23a()
197 int rtw_free_stainfo23a(struct rtw_adapter *padapter, struct sta_info *psta) in rtw_free_stainfo23a()
329 struct sta_info *psta; in rtw_free_all_stainfo23a()
331 struct sta_info *pbcmc_stainfo = rtw_get_bcmc_stainfo23a(padapter); in rtw_free_all_stainfo23a()
[all …]
Drtw_ap.c42 struct sta_info *psta = NULL; in free_mlme_ap_info23a()
160 static u8 chk_sta_is_alive(struct sta_info *psta) in chk_sta_is_alive()
178 struct sta_info *psta; in expire_timeout_chk23a()
181 struct sta_info *chk_alive_list[NUM_STA]; in expire_timeout_chk23a()
190 psta = container_of(plist, struct sta_info, auth_list); in expire_timeout_chk23a()
220 psta = container_of(plist, struct sta_info, asoc_list); in expire_timeout_chk23a()
350 void add_RATid23a(struct rtw_adapter *padapter, struct sta_info *psta, u8 rssi_level) in add_RATid23a()
454 struct sta_info *psta = rtw_get_bcmc_stainfo23a(padapter); in update_bmc_sta()
534 void update_sta_info23a_apmode23a(struct rtw_adapter *padapter, struct sta_info *psta) in update_sta_info23a_apmode23a()
796 struct sta_info *psta = NULL; in rtw_check_beacon_data23a()
[all …]
Drtw_xmit.c242 struct sta_info *psta = pattrib->psta; in update_attrib_vcs_info()
335 static void update_attrib_phy_info(struct pkt_attrib *pattrib, struct sta_info *psta) in update_attrib_phy_info()
419 struct sta_info *psta = NULL; in update_attrib()
638 struct sta_info *stainfo; in xmitframe_addmic()
846 struct sta_info *psta; in rtw_make_wlanhdr()
992 struct sta_info *psta; in rtw_txframes_sta_ac_pending23a()
1067 struct sta_info *psta; in rtw_xmitframe_coalesce23a()
1279 struct sta_info *psta = NULL; in rtw_count_tx_stats23a()
1667 struct tx_servq *rtw_get_sta_pending23a(struct rtw_adapter *padapter, struct sta_info *psta, int up… in rtw_get_sta_pending23a()
1712 struct sta_info *psta; in rtw_xmit23a_classifier()
[all …]
Drtw_recv.c290 struct sta_info *stainfo; in recvframe_chkmic()
536 struct sta_info *psta; in portctrl()
629 struct sta_info *psta; in process23a_pwrbit_data()
656 struct sta_info *psta; in process_wmmps_data()
710 struct recv_frame *prframe, struct sta_info *sta) in count_rx_stats()
713 struct sta_info *psta = NULL; in count_rx_stats()
742 struct sta_info**psta) in sta2sta_data_frame()
841 struct sta_info **psta);
844 struct sta_info **psta) in ap2sta_data_frame()
968 struct sta_info **psta);
[all …]
Drtw_cmd.c670 struct sta_info *sta = (struct sta_info *)psta; in rtw_setstakey_cmd23a()
734 struct sta_info *sta = (struct sta_info *)psta; in rtw_clearstakey_cmd23a()
1072 struct sta_info *psta_bmc; in rtw_chk_hi_queue_hdl()
1341 struct sta_info *psta; in rtw_createbss_cmd23a_callback()
1422 struct sta_info *psta; in rtw_setstaKey_cmdrsp_callback23a()
1446 struct sta_info *psta; in rtw_setassocsta_cmdrsp_callback23a()
Drtw_wlan_util.c660 struct sta_info *psta; in bwmode_update_check()
814 void VCS_update23a(struct rtw_adapter *padapter, struct sta_info *psta) in VCS_update23a()
1019 uint pkt_len, struct sta_info *psta) in update_beacon23a_info()
1256 void Update_RA_Entry23a(struct rtw_adapter *padapter, struct sta_info *psta) in Update_RA_Entry23a()
1262 struct sta_info *psta) in enable_rate_adaptive()
1267 void set_sta_rate23a(struct rtw_adapter *padapter, struct sta_info *psta) in set_sta_rate23a()
1524 struct sta_info *psta; in process_addba_req23a()
Drtw_mlme_ext.c55 static void issue_auth(struct rtw_adapter *padapter, struct sta_info *psta,
69 struct sta_info *pstat, u16 pkt_type);
639 struct sta_info *psta; in mgt_dispatcher23a()
785 struct sta_info *psta; in OnBeacon23a()
912 static struct sta_info stat; in OnAuth23a()
913 struct sta_info *pstat = NULL; in OnAuth23a()
1325 struct sta_info *pstat; in OnAssocReq23a()
1891 struct sta_info *psta; in OnDeAuth23a()
1947 struct sta_info *psta; in OnDisassoc23a()
2011 struct sta_info *psta = NULL; in OnAction23a_back23a()
[all …]
Drtw_mlme.c741 struct sta_info *psta; in rtw_free_assoc_resources23a()
885 static struct sta_info *
890 struct sta_info *bmc_sta, *psta; in rtw_joinbss_update_stainfo()
1061 struct sta_info *ptarget_sta, *pcur_sta; in rtw_joinbss_event_prehandle23a()
1226 struct sta_info *psta; in rtw_stassoc_event_callback23a()
1304 struct sta_info *psta; in rtw_stadel_event_callback23a()
2283 struct sta_info *psta; in rtw_issue_addbareq_cmd23a()
Drtw_sreset.c52 struct sta_info *psta; in sreset_restore_security_station()
Drtw_security.c613 struct sta_info *stainfo; in rtw_tkip_encrypt23a()
721 struct sta_info *stainfo; in rtw_tkip_decrypt23a()
1287 struct sta_info *stainfo; in rtw_aes_encrypt23a()
1567 struct sta_info *stainfo; in rtw_aes_decrypt23a()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_ap.c55 static struct sta_info* ap_get_sta(struct ap_data *ap, u8 *sta);
57 struct sta_info *sta);
98 static void ap_sta_hash_add(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_add()
104 static void ap_sta_hash_del(struct ap_data *ap, struct sta_info *sta) in ap_sta_hash_del()
106 struct sta_info *s; in ap_sta_hash_del()
124 static void ap_free_sta(struct ap_data *ap, struct sta_info *sta) in ap_free_sta()
164 static void hostap_event_new_sta(struct net_device *dev, struct sta_info *sta) in hostap_event_new_sta()
175 struct sta_info *sta) in hostap_event_expired_sta()
189 struct sta_info *sta = (struct sta_info *) data; in ap_handle_timer()
499 struct sta_info *sta; in ap_control_kick_mac()
[all …]
Dhostap_ap.h39 struct sta_info { struct
41 struct sta_info *hnext; /* next entry in hash table list */ argument
182 struct sta_info *sta_hash[STA_HASH_SIZE];
206 struct sta_info *sta_aid[MAX_AID_TABLE_SIZE];
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
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 …]
Dmain.c1319 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_add() local
1322 atomic_set(&sta_info->pending_frames, 0); in carl9170_op_sta_add()
1334 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) in carl9170_op_sta_add()
1335 RCU_INIT_POINTER(sta_info->agg[i], NULL); in carl9170_op_sta_add()
1337 sta_info->ampdu_max_len = 1 << (3 + sta->ht_cap.ampdu_factor); in carl9170_op_sta_add()
1338 sta_info->ht_sta = true; in carl9170_op_sta_add()
1349 struct carl9170_sta_info *sta_info = (void *) sta->drv_priv; in carl9170_op_sta_remove() local
1355 sta_info->ht_sta = false; in carl9170_op_sta_remove()
1358 for (i = 0; i < ARRAY_SIZE(sta_info->agg); i++) { in carl9170_op_sta_remove()
1361 tid_info = rcu_dereference(sta_info->agg[i]); in carl9170_op_sta_remove()
[all …]
/linux-4.4.14/Documentation/DocBook/
D.80211.xml.cmd2 …et/mac80211/sta_info.h net/mac80211/sta_info.h net/mac80211/sta_info.c net/mac80211/sta_info.h net…
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c131 void init_addba_retry_timer(struct adapter *padapter, struct sta_info *psta) in init_addba_retry_timer()
149 void rtw_indicate_sta_assoc_event(struct adapter *padapter, struct sta_info *psta) in rtw_indicate_sta_assoc_event()
173 void rtw_indicate_sta_disassoc_event(struct adapter *padapter, struct sta_info *psta) in rtw_indicate_sta_disassoc_event()
Dxmit_linux.c172 struct sta_info *psta = NULL; in rtw_mlcst2unicst()
181 psta = container_of(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst()
Drecv_linux.c126 struct sta_info *psta = NULL; in rtw_recv_indicatepkt()
Dioctl_linux.c444 struct sta_info *psta, *pbcmc_sta; in wpa_set_encryption()
2115 static u8 set_pairwise_key(struct adapter *padapter, struct sta_info *psta) in set_pairwise_key()
2234 struct sta_info *psta = NULL, *pbcmc_sta = NULL; in rtw_set_encryption()
2500 struct sta_info *psta = NULL; in rtw_add_sta()
2555 struct sta_info *psta = NULL; in rtw_del_sta()
2592 struct sta_info *psta = NULL; in rtw_ioctl_get_sta_data()
2649 struct sta_info *psta = NULL; in rtw_get_sta_wpaie()
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h87 struct sta_info { struct
111 struct sta_info assoc_stainfo; argument
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dhal_intf.c24 void rtw_hal_update_ra_mask23a(struct sta_info *psta, u8 rssi_level) in rtw_hal_update_ra_mask23a()
Dodm.c340 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue; in ODM_CmnInfoPtrArrayHook23a()
401 struct sta_info *pEntry; in odm_CommonInfoSelfUpdate()
1038 struct sta_info *pEntry; in ODM_Get_Rate_Bitmap23a()
1145 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMask()
1253 struct sta_info *psta; in odm_RSSIMonitorCheck()
Drtl8723au_recv.c191 struct sta_info *psta; in update_recvframe_phyinfo()
Dodm_HWConfig.c287 struct sta_info *pEntry; in odm_Process_RSSIForDM()
Drtl8723au_xmit.c439 struct sta_info *psta; in rtl8723au_hal_xmit()
Drtl8723a_hal_init.c920 struct sta_info *psta = (struct sta_info *)pValue1; in rtl8723a_SetHalODMVar()
Dusb_halinit.c1177 struct sta_info *psta; in rtl8723a_update_ramask()
Drtl8723a_bt-coexist.c5800 struct sta_info *psta; in btdm_1AntUpdateHalRAMask()
5881 struct sta_info *psta; in btdm_1AntUpdateHalRAMaskForSCO()
5912 struct sta_info *psta; in btdm_1AntRecoverHalRAMask()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtdls.c154 tdls_cfg_cmd.sta_info[cnt].sta_id = i; in iwl_mvm_tdls_config()
155 tdls_cfg_cmd.sta_info[cnt].tx_to_peer_tid = in iwl_mvm_tdls_config()
157 tdls_cfg_cmd.sta_info[cnt].tx_to_peer_ssn = cpu_to_le16(0); in iwl_mvm_tdls_config()
158 tdls_cfg_cmd.sta_info[cnt].is_initiator = in iwl_mvm_tdls_config()
Dfw-api.h1711 struct iwl_tdls_sta_info sta_info[IWL_MVM_TDLS_STA_COUNT]; member
1738 struct iwl_tdls_config_sta_info_res sta_info[IWL_MVM_TDLS_STA_COUNT]; member
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Drecv_linux.c100 struct sta_info *psta = NULL; in rtw_recv_indicatepkt23a()
Dioctl_cfg80211.c388 static int set_pairwise_key(struct rtw_adapter *padapter, struct sta_info *psta) in set_pairwise_key()
476 struct sta_info *psta = NULL, *pbcmc_sta = NULL; in rtw_cfg80211_ap_set_encryption()
759 struct sta_info *psta, *pbcmc_sta; in rtw_cfg80211_set_encryption()
1062 struct sta_info *psta = NULL; in cfg80211_rtw_get_station()
2855 struct sta_info *psta; in cfg80211_rtw_del_station()
2889 psta = container_of(plist, struct sta_info, asoc_list); in cfg80211_rtw_del_station()
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c387 pDM_Odm->pODM_StaInfo[Index] = (struct sta_info *)pValue; in ODM_CmnInfoPtrArrayHook()
450 struct sta_info *pEntry; in odm_CommonInfoSelfUpdate()
926 struct sta_info *pEntry; in ODM_Get_Rate_Bitmap()
1044 struct sta_info *pstat = pDM_Odm->pODM_StaInfo[i]; in odm_RefreshRateAdaptiveMaskCE()
1150 struct sta_info *psta; in odm_RSSIMonitorCheckCE()
Drtl8188e_rxdesc.c154 struct sta_info *psta; in update_recvframe_phyinfo_88e()
Dhal_intf.c214 struct sta_info *psta = NULL; in rtw_hal_update_ra_mask()
Dodm_HWConfig.c288 struct sta_info *pEntry; in odm_Process_RSSIForDM()
Dodm_RTL8188E.c279 struct sta_info *entry; in rtl88eu_dm_hw_ant_div()
Drtl8188e_hal_init.c160 struct sta_info *psta = pValue1; in rtl8188e_SetHalODMVar()
Drtl8188eu_xmit.c440 struct sta_info *psta = NULL; in rtl8188eu_xmitframe_complete()
Dusb_halinit.c1881 struct sta_info *psta; in GetHalDefVar8188EUsb()
1968 struct sta_info *psta; in UpdateHalRAMask8188EUsb()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c968 struct mwifiex_ie_types_sta_info *sta_info = (void *)&sta_list->tlv; in mwifiex_ret_uap_sta_list() local
973 sta_node = mwifiex_get_sta_entry(priv, sta_info->mac); in mwifiex_ret_uap_sta_list()
977 sta_node->stats.rssi = sta_info->rssi; in mwifiex_ret_uap_sta_list()
978 sta_info++; in mwifiex_ret_uap_sta_list()
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c1673 struct mwl8k_sta *sta_info = NULL; in mwl8k_txq_reclaim() local
1716 sta_info = MWL8K_STA(sta); in mwl8k_txq_reclaim()
1717 BUG_ON(sta_info == NULL); in mwl8k_txq_reclaim()
1726 sta_info->is_ampdu_allowed = false; in mwl8k_txq_reclaim()
1728 sta_info->is_ampdu_allowed = true; in mwl8k_txq_reclaim()
1843 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_ampdu_allowed() local
1847 tx_stats = &sta_info->tx_stats[tid]; in mwl8k_ampdu_allowed()
1849 return sta_info->is_ampdu_allowed && in mwl8k_ampdu_allowed()
1855 struct mwl8k_sta *sta_info = MWL8K_STA(sta); in mwl8k_tx_count_packet() local
1859 tx_stats = &sta_info->tx_stats[tid]; in mwl8k_tx_count_packet()
[all …]