| /linux-4.4.14/net/mac80211/ |
| D | sta_info.h | 388 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 …]
|
| D | mesh.h | 109 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 …]
|
| D | rate.h | 29 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()
|
| D | debugfs_sta.h | 7 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()
|
| D | mesh_ps.c | 19 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 …]
|
| D | sta_info.c | 70 .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 …]
|
| D | mesh_plink.c | 59 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 …]
|
| D | ocb.c | 50 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()
|
| D | key.h | 24 struct sta_info; 57 struct sta_info *sta; 144 struct sta_info *sta); 154 struct sta_info *sta);
|
| D | agg-tx.c | 145 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 …]
|
| D | debugfs_sta.c | 27 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()
|
| D | ieee80211_i.h | 170 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 …]
|
| D | agg-rx.c | 59 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()
|
| D | debugfs_key.h | 13 struct sta_info *sta); 29 struct sta_info *sta) in ieee80211_debugfs_key_sta_del()
|
| D | vht.c | 118 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()
|
| D | status.c | 47 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()
|
| D | rate.c | 32 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()
|
| D | ht.c | 133 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()
|
| D | tdls.c | 300 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 …]
|
| D | wme.c | 87 struct sta_info *sta, struct sk_buff *skb) in ieee80211_downgrade_queue() 149 struct sta_info *sta = NULL; in ieee80211_select_queue()
|
| D | tx.c | 353 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 …]
|
| D | ibss.c | 578 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 …]
|
| D | mesh_hwmp.c | 299 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()
|
| D | Makefile | 7 sta_info.o \
|
| D | cfg.c | 151 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 …]
|
| D | key.c | 128 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()
|
| D | pm.c | 20 struct sta_info *sta; in __ieee80211_suspend()
|
| D | driver-ops.h | 241 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()
|
| D | mesh_pathtbl.c | 206 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()
|
| D | mesh_sync.c | 86 struct sta_info *sta; in mesh_sync_offset_rx_bcn_presp()
|
| D | debugfs_key.c | 333 struct sta_info *sta; in ieee80211_debugfs_key_add() 442 struct sta_info *sta) in ieee80211_debugfs_key_sta_del()
|
| D | ethtool.c | 71 struct sta_info *sta; in ieee80211_get_stats()
|
| D | rx.c | 1033 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()
|
| D | driver-ops.c | 112 struct sta_info *sta, in drv_sta_state()
|
| D | rc80211_minstrel_ht.c | 678 struct sta_info *sta = container_of(pubsta, struct sta_info, sta); in minstrel_aggr_check()
|
| D | util.c | 671 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()
|
| D | chan.c | 226 struct sta_info *sta; in ieee80211_get_max_required_bw() 571 struct sta_info *sta; in ieee80211_recalc_chanctx_chantype()
|
| D | mlme.c | 336 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()
|
| D | iface.c | 496 struct sta_info *sta; in ieee80211_do_open() 1206 struct sta_info *sta; in ieee80211_iface_work()
|
| D | mesh.c | 151 void mesh_sta_cleanup(struct sta_info *sta) in mesh_sta_cleanup()
|
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ |
| D | rtw_ap.h | 30 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,
|
| D | sta_info.h | 82 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);
|
| D | rtw_xmit.h | 157 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);
|
| D | rtw_mlme_ext.h | 290 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);
|
| D | rtw_recv.h | 262 struct sta_info *psta; 359 struct sta_info;
|
| D | rtw_mlme.h | 533 struct sta_info *psta, u8 free_assoc); 590 void rtw_stassoc_hw_rpt(struct adapter *adapter, struct sta_info *psta);
|
| D | odm.h | 836 struct sta_info *pODM_StaInfo[ODM_ASSOCIATE_ENTRY_NUM];
|
| /linux-4.4.14/drivers/staging/rtl8188eu/core/ |
| D | rtw_sta_mgt.c | 30 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 …]
|
| D | rtw_ap.c | 49 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 …]
|
| D | rtw_xmit.c | 276 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 …]
|
| D | rtw_recv.c | 280 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 …]
|
| D | rtw_cmd.c | 609 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()
|
| D | rtw_mlme_ext.c | 752 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 …]
|
| D | rtw_mlme.c | 786 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()
|
| D | rtw_wlan_util.c | 692 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()
|
| D | rtw_debug.c | 247 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()
|
| D | rtw_security.c | 575 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/ |
| D | rtl871x_sta_mgt.c | 37 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 …]
|
| D | sta_info.h | 58 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);
|
| D | rtl871x_recv.c | 167 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()
|
| D | rtl8712_recv.h | 139 struct sta_info *psta;
|
| D | rtl871x_xmit.c | 188 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()
|
| D | rtl871x_cmd.c | 657 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()
|
| D | rtl871x_recv.h | 201 struct sta_info;
|
| D | rtl871x_mlme.c | 639 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()
|
| D | rtl871x_xmit.h | 131 struct sta_info *psta;
|
| D | rtl871x_security.c | 583 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()
|
| D | rtl871x_mp_ioctl.c | 165 struct sta_info *psta; in mp_start_test() 224 struct sta_info *psta; in mp_stop_test()
|
| D | rtl8712_xmit.c | 67 struct sta_info *psta; in r8712_txframes_sta_ac_pending()
|
| D | rtl8712_recv.c | 258 struct sta_info *psta; in r8712_recvframe_chk_defrag()
|
| D | rtl871x_ioctl_linux.c | 95 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/ |
| D | rtw_ap.h | 32 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);
|
| D | sta_info.h | 81 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);
|
| D | rtw_mlme_ext.h | 294 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);
|
| D | rtw_xmit.h | 155 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);
|
| D | rtw_recv.h | 268 struct sta_info *psta; 300 struct sta_info;
|
| D | hal_intf.h | 102 void rtw_hal_update_ra_mask23a(struct sta_info *psta, u8 rssi_level);
|
| D | rtw_mlme.h | 286 struct sta_info *psta, u8 free_assoc);
|
| D | odm.h | 610 struct sta_info * pODM_StaInfo[ODM_ASSOCIATE_ENTRY_NUM];
|
| /linux-4.4.14/drivers/staging/rtl8723au/core/ |
| D | rtw_sta_mgt.c | 27 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 …]
|
| D | rtw_ap.c | 42 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 …]
|
| D | rtw_xmit.c | 242 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 …]
|
| D | rtw_recv.c | 290 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 …]
|
| D | rtw_cmd.c | 670 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()
|
| D | rtw_wlan_util.c | 660 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()
|
| D | rtw_mlme_ext.c | 55 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 …]
|
| D | rtw_mlme.c | 741 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()
|
| D | rtw_sreset.c | 52 struct sta_info *psta; in sreset_restore_security_station()
|
| D | rtw_security.c | 613 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/ |
| D | hostap_ap.c | 55 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 …]
|
| D | hostap_ap.h | 39 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/ |
| D | tx.c | 141 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 …]
|
| D | main.c | 1319 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.cmd | 2 …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/ |
| D | mlme_linux.c | 131 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()
|
| D | xmit_linux.c | 172 struct sta_info *psta = NULL; in rtw_mlcst2unicst() 181 psta = container_of(plist, struct sta_info, asoc_list); in rtw_mlcst2unicst()
|
| D | recv_linux.c | 126 struct sta_info *psta = NULL; in rtw_recv_indicatepkt()
|
| D | ioctl_linux.c | 444 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/ |
| D | wilc_wfi_netdevice.h | 87 struct sta_info { struct 111 struct sta_info assoc_stainfo; argument
|
| /linux-4.4.14/drivers/staging/rtl8723au/hal/ |
| D | hal_intf.c | 24 void rtw_hal_update_ra_mask23a(struct sta_info *psta, u8 rssi_level) in rtw_hal_update_ra_mask23a()
|
| D | odm.c | 340 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()
|
| D | rtl8723au_recv.c | 191 struct sta_info *psta; in update_recvframe_phyinfo()
|
| D | odm_HWConfig.c | 287 struct sta_info *pEntry; in odm_Process_RSSIForDM()
|
| D | rtl8723au_xmit.c | 439 struct sta_info *psta; in rtl8723au_hal_xmit()
|
| D | rtl8723a_hal_init.c | 920 struct sta_info *psta = (struct sta_info *)pValue1; in rtl8723a_SetHalODMVar()
|
| D | usb_halinit.c | 1177 struct sta_info *psta; in rtl8723a_update_ramask()
|
| D | rtl8723a_bt-coexist.c | 5800 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/ |
| D | tdls.c | 154 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()
|
| D | fw-api.h | 1711 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/ |
| D | recv_linux.c | 100 struct sta_info *psta = NULL; in rtw_recv_indicatepkt23a()
|
| D | ioctl_cfg80211.c | 388 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/ |
| D | odm.c | 387 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()
|
| D | rtl8188e_rxdesc.c | 154 struct sta_info *psta; in update_recvframe_phyinfo_88e()
|
| D | hal_intf.c | 214 struct sta_info *psta = NULL; in rtw_hal_update_ra_mask()
|
| D | odm_HWConfig.c | 288 struct sta_info *pEntry; in odm_Process_RSSIForDM()
|
| D | odm_RTL8188E.c | 279 struct sta_info *entry; in rtl88eu_dm_hw_ant_div()
|
| D | rtl8188e_hal_init.c | 160 struct sta_info *psta = pValue1; in rtl8188e_SetHalODMVar()
|
| D | rtl8188eu_xmit.c | 440 struct sta_info *psta = NULL; in rtl8188eu_xmitframe_complete()
|
| D | usb_halinit.c | 1881 struct sta_info *psta; in GetHalDefVar8188EUsb() 1968 struct sta_info *psta; in UpdateHalRAMask8188EUsb()
|
| /linux-4.4.14/drivers/net/wireless/mwifiex/ |
| D | sta_cmdresp.c | 968 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/ |
| D | mwl8k.c | 1673 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 …]
|