Home
last modified time | relevance | path

Searched defs:psta (Results 1 – 25 of 35) sorted by relevance

12

/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c25 static void _rtw_init_stainfo(struct sta_info *psta) in _rtw_init_stainfo()
69 struct sta_info *psta; in _rtw_init_sta_priv() local
144 struct sta_info *psta = NULL; in _rtw_free_sta_priv() local
180 struct sta_info *psta; in rtw_alloc_stainfo() local
256 u32 rtw_free_stainfo(struct adapter *padapter, struct sta_info *psta) in rtw_free_stainfo()
394 struct sta_info *psta = NULL; in rtw_free_all_stainfo() local
424 struct sta_info *psta = NULL; in rtw_get_stainfo() local
462 struct sta_info *psta; in rtw_init_bcmc_stainfo() local
Drtw_ap.c44 struct sta_info *psta = NULL; in free_mlme_ap_info() local
265 static u8 chk_sta_is_alive(struct sta_info *psta) in chk_sta_is_alive()
286 struct sta_info *psta = NULL; in expire_timeout_chk() local
450 void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level) in add_RATid()
553 struct sta_info *psta = rtw_get_bcmc_stainfo(padapter); in update_bmc_sta() local
631 void update_sta_info_apmode(struct adapter *padapter, struct sta_info *psta) in update_sta_info_apmode()
862 struct sta_info *psta = NULL; in rtw_check_beacon_data() local
1456 struct sta_info *psta = NULL; in associated_clients_update() local
1477 void bss_cap_update_on_sta_join(struct adapter *padapter, struct sta_info *psta) in bss_cap_update_on_sta_join()
1612 u8 bss_cap_update_on_sta_leave(struct adapter *padapter, struct sta_info *psta) in bss_cap_update_on_sta_leave()
[all …]
Drtw_xmit.c262 struct sta_info *psta = pattrib->psta; in update_attrib_vcs_info() local
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() local
772 struct sta_info *psta; in rtw_make_wlanhdr() local
895 struct sta_info *psta; in rtw_txframes_sta_ac_pending() local
961 struct sta_info *psta; in rtw_xmitframe_coalesce() local
1180 struct sta_info *psta = NULL; in rtw_count_tx_stats() local
1502 struct tx_servq *rtw_get_sta_pending(struct adapter *padapter, struct sta_info *psta, int up, u8 *a… in rtw_get_sta_pending()
1545 struct sta_info *psta; in rtw_xmit_classifier() local
1704 struct sta_info *psta = NULL; in xmitframe_enqueue_for_sleeping_sta() local
[all …]
Drtw_recv.c465 struct sta_info *psta; in portctrl() local
569 struct sta_info *psta = NULL; in process_pwrbit_data() local
594 struct sta_info *psta = NULL; in process_wmmps_data() local
649 struct sta_info *psta = NULL; in count_rx_stats() local
682 struct sta_info **psta) in sta2sta_data_frame()
770 struct sta_info **psta) in ap2sta_data_frame()
877 struct sta_info **psta) in sta2ap_data_frame()
951 struct sta_info *psta = NULL; in validate_recv_ctrl_frame() local
1063 struct sta_info *psta; in validate_recv_mgnt_frame() local
1104 struct sta_info *psta = NULL; in validate_recv_data_frame() local
[all …]
Drtw_mlme_ext.c742 static void issue_auth(struct adapter *padapter, struct sta_info *psta, in issue_auth()
1584 struct sta_info *psta; in issue_action_BA() local
1857 struct sta_info *psta = NULL; in send_delba() local
2601 struct sta_info *psta; in OnBeacon() local
3485 struct sta_info *psta; in OnDeAuth() local
3540 struct sta_info *psta; in OnDisassoc() local
3584 struct sta_info *psta = NULL; in on_action_spct() local
3635 struct sta_info *psta = NULL; in OnAction_back() local
4140 struct sta_info *psta = rtw_get_stainfo(&padapter->stapriv, GetAddr2Ptr(pframe)); in mgt_dispatcher() local
4368 struct sta_info *psta; in report_del_sta_event() local
[all …]
Drtw_cmd.c567 u8 rtw_setstakey_cmd(struct adapter *padapter, u8 *psta, u8 unicast_key) in rtw_setstakey_cmd()
611 u8 rtw_clearstakey_cmd(struct adapter *padapter, u8 *psta, u8 entry, u8 enqueue) in rtw_clearstakey_cmd()
1228 struct sta_info *psta = NULL; in rtw_createbss_cmd_callback() local
1294 struct sta_info *psta = rtw_get_stainfo(pstapriv, psetstakey_rsp->addr); in rtw_setstaKey_cmdrsp_callback() local
1311 struct sta_info *psta = rtw_get_stainfo(pstapriv, passocsta_parm->addr); in rtw_setassocsta_cmdrsp_callback() local
Drtw_mlme.c755 struct sta_info *psta; in rtw_free_assoc_resources_locked() local
765 struct sta_info *psta; in rtw_free_assoc_resources_locked() local
874 struct sta_info *bmc_sta, *psta = NULL; in rtw_joinbss_update_stainfo() local
1163 void rtw_stassoc_hw_rpt(struct adapter *adapter, struct sta_info *psta) in rtw_stassoc_hw_rpt()
1179 struct sta_info *psta; in rtw_stassoc_event_callback() local
1240 struct sta_info *psta; in rtw_stadel_event_callback() local
2057 struct sta_info *psta = NULL; in rtw_issue_addbareq_cmd() local
Drtw_wlan_util.c684 struct sta_info *psta; in bwmode_update_check() local
820 void VCS_update(struct adapter *padapter, struct sta_info *psta) in VCS_update()
1060 void update_beacon_info(struct adapter *padapter, u8 *pframe, uint pkt_len, struct sta_info *psta) in update_beacon_info()
1299 void set_sta_rate(struct adapter *padapter, struct sta_info *psta) in set_sta_rate()
1561 struct sta_info *psta; in process_addba_req() local
/drivers/staging/rtl8712/
Drtl871x_sta_mgt.c37 static void _init_stainfo(struct sta_info *psta) in _init_stainfo()
51 struct sta_info *psta; in _r8712_init_sta_priv() local
106 struct sta_info *psta; in r8712_alloc_stainfo() local
155 void r8712_free_stainfo(struct _adapter *padapter, struct sta_info *psta) in r8712_free_stainfo()
209 struct sta_info *psta = NULL; in r8712_free_all_stainfo() local
235 struct sta_info *psta = NULL; in r8712_get_stainfo() local
Drtl871x_recv.c249 struct sta_info *psta; in r8712_portctrl() local
313 struct sta_info **psta) in sta2sta_data_frame()
383 struct sta_info **psta) in ap2sta_data_frame()
444 struct sta_info **psta) in sta2ap_data_frame()
484 struct sta_info *psta = NULL; in validate_recv_data_frame() local
Drtl871x_xmit.c188 struct sta_info *psta = NULL; in r8712_update_attrib() local
535 struct sta_info *psta; in make_wlanhdr() local
601 struct sta_info *psta; in r8712_xmitframe_coalesce() local
867 struct sta_info *psta, sint up) in get_sta_pending()
912 struct sta_info *psta; in r8712_xmit_classifier() local
Drtl871x_cmd.c627 u8 r8712_setstakey_cmd(struct _adapter *padapter, u8 *psta, u8 unicast_key) in r8712_setstakey_cmd()
845 struct sta_info *psta = NULL; in r8712_createbss_cmd_callback() local
925 struct sta_info *psta = r8712_get_stainfo(pstapriv, in r8712_setstaKey_cmdrsp_callback() local
945 struct sta_info *psta = r8712_get_stainfo(pstapriv, in r8712_setassocsta_cmdrsp_callback() local
Drtl871x_mlme.c632 struct sta_info *psta; in r8712_free_assoc_resources() local
919 struct sta_info *psta; in r8712_stassoc_event_callback() local
960 struct sta_info *psta; in r8712_stadel_event_callback() local
1030 struct sta_info *psta; in r8712_got_addbareq_event_callback() local
1738 struct sta_info *bmc_sta, *psta; in update_ht_cap() local
Drtl871x_mp_ioctl.c165 struct sta_info *psta; in mp_start_test() local
224 struct sta_info *psta; in mp_stop_test() local
Drtl8712_xmit.c67 struct sta_info *psta; in r8712_txframes_sta_ac_pending() local
/drivers/staging/rtl8188eu/os_dep/
Dmlme_linux.c126 void init_addba_retry_timer(struct adapter *padapter, struct sta_info *psta) in init_addba_retry_timer()
144 void rtw_indicate_sta_assoc_event(struct adapter *padapter, struct sta_info *psta) in rtw_indicate_sta_assoc_event()
168 void rtw_indicate_sta_disassoc_event(struct adapter *padapter, struct sta_info *psta) in rtw_indicate_sta_disassoc_event()
Dioctl_linux.c442 struct sta_info *psta, *pbcmc_sta; in wpa_set_encryption() local
2107 static u8 set_pairwise_key(struct adapter *padapter, struct sta_info *psta) in set_pairwise_key()
2226 struct sta_info *psta = NULL, *pbcmc_sta = NULL; in rtw_set_encryption() local
2492 struct sta_info *psta = NULL; in rtw_add_sta() local
2548 struct sta_info *psta = NULL; in rtw_del_sta() local
2585 struct sta_info *psta = NULL; in rtw_ioctl_get_sta_data() local
2643 struct sta_info *psta = NULL; in rtw_get_sta_wpaie() local
Drecv_linux.c120 struct sta_info *psta = NULL; in rtw_recv_indicatepkt() local
Dxmit_linux.c167 struct sta_info *psta = NULL; in rtw_mlcst2unicst() local
/drivers/staging/rtl8188eu/hal/
Dhal_intf.c65 struct sta_info *psta = NULL; in rtw_hal_update_ra_mask() local
Drtl8188e_rxdesc.c147 struct sta_info *psta; in update_recvframe_phyinfo_88e() local
Drtl8188eu_xmit.c430 struct sta_info *psta = NULL; in rtl8188eu_xmitframe_complete() local
Dusb_halinit.c1821 struct sta_info *psta; in rtw_hal_get_def_var() local
1908 struct sta_info *psta; in UpdateHalRAMask8188EUsb() local
Drtl8188e_hal_init.c148 struct sta_info *psta = pValue1; in rtw_hal_set_odm_var() local
/drivers/net/wireless/intel/iwlegacy/
D3945-rs.c338 struct il3945_sta_priv *psta; in il3945_rs_rate_init() local
410 struct il3945_sta_priv *psta = (void *)sta->drv_priv; in il3945_rs_alloc_sta() local
918 struct il3945_sta_priv *psta; in il3945_rate_scale_init() local

12