| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/ |
| H A D | main.c | 183 struct wcn36xx_sta *sta_priv) in get_sta_index() argument 186 sta_priv->bss_sta_index : in get_sta_index() 187 sta_priv->sta_index; in get_sta_index() 516 struct wcn36xx_sta *sta_priv = NULL; in wcn36xx_tx() local 519 sta_priv = wcn36xx_sta_to_priv(control->sta); in wcn36xx_tx() 521 if (wcn36xx_start_tx(wcn, sta_priv, skb)) in wcn36xx_tx() 532 struct wcn36xx_sta *sta_priv = sta ? wcn36xx_sta_to_priv(sta) : NULL; in wcn36xx_set_key() local 584 sta_priv->is_data_encrypted = true; in wcn36xx_set_key() 600 get_sta_index(vif, sta_priv)); in wcn36xx_set_key() 611 list_for_each_entry(sta_priv, in wcn36xx_set_key() [all …]
|
| H A D | txrx.c | 363 struct wcn36xx_sta *sta_priv, in wcn36xx_tx_start_ampdu() argument 373 sta = wcn36xx_priv_to_sta(sta_priv); in wcn36xx_tx_start_ampdu() 384 spin_lock(&sta_priv->ampdu_lock); in wcn36xx_tx_start_ampdu() 385 if (sta_priv->ampdu_state[tid] != WCN36XX_AMPDU_NONE) in wcn36xx_tx_start_ampdu() 388 if (sta_priv->non_agg_frame_ct++ >= WCN36XX_AMPDU_START_THRESH) { in wcn36xx_tx_start_ampdu() 389 sta_priv->ampdu_state[tid] = WCN36XX_AMPDU_START; in wcn36xx_tx_start_ampdu() 390 sta_priv->non_agg_frame_ct = 0; in wcn36xx_tx_start_ampdu() 394 spin_unlock(&sta_priv->ampdu_lock); in wcn36xx_tx_start_ampdu() 400 struct wcn36xx_sta *sta_priv, in wcn36xx_set_tx_data() argument 417 if (sta_priv) { in wcn36xx_set_tx_data() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | dev.c | 907 … struct ssv_vif_priv_data *vif_priv, struct ssv_sta_priv_data *sta_priv) in hw_crypto_key_clear() argument 912 if ((index == 0) && (sta_priv == NULL)) in hw_crypto_key_clear() 926 if (sta_priv) in hw_crypto_key_clear() 927 sta_priv->group_key_idx = 0; in hw_crypto_key_clear() 930 if(sta_priv) in hw_crypto_key_clear() 932 sta_info = &sc->sta_info[sta_priv->sta_idx]; in hw_crypto_key_clear() 933 … if ((index == 0) && (sta_priv->has_hw_decrypt == true) && (sta_info->hw_wsid >= SSV_NUM_HW_STA)) in hw_crypto_key_clear() 935 … hw_update_watch_wsid(sc, sta_info->sta, sta_info, sta_priv->sta_idx, SSV6XXX_WSID_SEC_PAIRWISE in hw_crypto_key_clear() 975 struct ssv_sta_priv_data *sta_priv = (struct ssv_sta_priv_data *)sta_info->sta->drv_priv; in _set_wep_sw_crypto_key() local 977 sta_priv->has_hw_encrypt = vif_priv->has_hw_encrypt; in _set_wep_sw_crypto_key() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_sta_mgt.c | 54 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) in _rtw_init_sta_priv() 105 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 115 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 124 void kfree_all_stainfo(struct sta_priv *pstapriv); 125 void kfree_all_stainfo(struct sta_priv *pstapriv) in kfree_all_stainfo() 143 void kfree_sta_priv_lock(struct sta_priv *pstapriv); 144 void kfree_sta_priv_lock(struct sta_priv *pstapriv) in kfree_sta_priv_lock() 149 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) in _rtw_free_sta_priv() 188 struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in rtw_alloc_stainfo() 313 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_free_stainfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | sta_info.h | 523 struct sta_priv { struct 598 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 599 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 602 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 603 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 605 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr); 608 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr); 617 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 619 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 620 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8712/ |
| H A D | rtl871x_sta_mgt.c | 37 int _r8712_init_sta_priv(struct sta_priv *pstapriv) in _r8712_init_sta_priv() 66 static void mfree_all_stainfo(struct sta_priv *pstapriv) in mfree_all_stainfo() 80 void _r8712_free_sta_priv(struct sta_priv *pstapriv) in _r8712_free_sta_priv() 89 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in r8712_alloc_stainfo() 150 struct sta_priv *pstapriv = &padapter->stapriv; in r8712_free_stainfo() 197 struct sta_priv *pstapriv = &padapter->stapriv; in r8712_free_all_stainfo() 218 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in r8712_get_stainfo() 247 struct sta_priv *pstapriv = &padapter->stapriv; in r8712_init_bcmc_stainfo() 254 struct sta_priv *pstapriv = &padapter->stapriv; in r8712_get_bcmc_stainfo()
|
| H A D | sta_info.h | 90 struct sta_priv { struct 122 int _r8712_init_sta_priv(struct sta_priv *pstapriv); argument 123 void _r8712_free_sta_priv(struct sta_priv *pstapriv); 124 struct sta_info *r8712_alloc_stainfo(struct sta_priv *pstapriv, 128 struct sta_info *r8712_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | sta_info.h | 702 struct sta_priv { struct 788 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 789 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 792 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 793 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 795 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 797 extern struct sta_info *rtw_alloc_stainfo_sw(struct sta_priv *stapriv, const u8 *hwaddr); 798 extern u32 rtw_alloc_stainfo_hw(struct sta_priv *stapriv, struct sta_info *psta); 803 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 820 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | sta_info.h | 703 struct sta_priv { struct 789 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 790 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 793 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 794 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 796 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 798 extern struct sta_info *rtw_alloc_stainfo_sw(struct sta_priv *stapriv, const u8 *hwaddr); 799 extern u32 rtw_alloc_stainfo_hw(struct sta_priv *stapriv, struct sta_info *psta); 804 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 821 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_sta_mgt.c | 224 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) in _rtw_init_sta_priv() 345 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 355 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 399 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv); 400 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv) in rtw_mfree_all_stainfo() 423 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv); 424 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv) in rtw_mfree_sta_priv_lock() 441 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) in _rtw_free_sta_priv() 509 static struct sta_info *_rtw_alloc_core_stainfo(struct sta_priv *pstapriv, in _rtw_alloc_core_stainfo() 650 static void _rtw_alloc_phl_stainfo(struct sta_info *sta, struct sta_priv *stapriv, const u8 *hwaddr) in _rtw_alloc_phl_stainfo() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_sta_mgt.c | 224 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) in _rtw_init_sta_priv() 345 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 355 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 399 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv); 400 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv) in rtw_mfree_all_stainfo() 423 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv); 424 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv) in rtw_mfree_sta_priv_lock() 441 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) in _rtw_free_sta_priv() 509 static struct sta_info *_rtw_alloc_core_stainfo(struct sta_priv *pstapriv, in _rtw_alloc_core_stainfo() 650 static void _rtw_alloc_phl_stainfo(struct sta_info *sta, struct sta_priv *stapriv, const u8 *hwaddr) in _rtw_alloc_phl_stainfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | sta_info.h | 646 struct sta_priv { struct 727 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 728 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 731 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 732 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 734 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 737 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 751 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 753 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 754 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | sta_info.h | 652 struct sta_priv { struct 738 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 739 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 742 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 743 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 745 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 748 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 762 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 764 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 765 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | sta_info.h | 659 struct sta_priv { struct 745 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 746 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 749 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 750 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 752 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 755 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 769 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 771 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 772 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | sta_info.h | 646 struct sta_priv { struct 727 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 728 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 731 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 732 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 734 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 737 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 751 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 753 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 754 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | sta_info.h | 659 struct sta_priv { struct 745 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 746 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 749 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 750 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 752 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 755 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 769 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 771 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 772 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | sta_info.h | 663 struct sta_priv { struct 749 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 750 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 753 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 754 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 756 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 759 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 773 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 775 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 776 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | sta_info.h | 662 struct sta_priv { struct 748 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 749 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 752 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 753 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 755 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 758 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 772 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 774 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 775 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | sta_info.h | 642 struct sta_priv { struct 723 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 724 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 727 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 728 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 730 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 733 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 747 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 749 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 750 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | sta_info.h | 645 struct sta_priv { struct 726 extern u32 _rtw_init_sta_priv(struct sta_priv *pstapriv); argument 727 extern u32 _rtw_free_sta_priv(struct sta_priv *pstapriv); 730 int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta); 731 struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset); 733 extern struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 736 extern struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr); 750 bool rtw_is_pre_link_sta(struct sta_priv *stapriv, u8 *addr); 752 struct sta_info *rtw_pre_link_sta_add(struct sta_priv *stapriv, u8 *hwaddr); 753 void rtw_pre_link_sta_del(struct sta_priv *stapriv, u8 *hwaddr); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/ |
| H A D | rtw_sta_mgt.c | 190 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) in _rtw_init_sta_priv() 268 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 278 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 322 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv); 323 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv) in rtw_mfree_all_stainfo() 347 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv); 348 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv) in rtw_mfree_sta_priv_lock() 365 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) in _rtw_free_sta_priv() 422 struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in rtw_alloc_stainfo() 548 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_free_stainfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/ |
| H A D | rtw_sta_mgt.c | 89 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) in _rtw_init_sta_priv() 163 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 173 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 223 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv ); 224 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv ) in rtw_mfree_all_stainfo() 251 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv); 252 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv) in rtw_mfree_sta_priv_lock() 274 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) in _rtw_free_sta_priv() 321 struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in rtw_alloc_stainfo() 461 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_free_stainfo() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | tx.c | 268 struct iwl_station_priv *sta_priv = NULL; in iwlagn_tx_skb() local 326 sta_priv = (void *)sta->drv_priv; in iwlagn_tx_skb() 328 if (sta_priv && sta_priv->asleep && in iwlagn_tx_skb() 452 if (sta_priv && sta_priv->client && !is_agg) in iwlagn_tx_skb() 453 atomic_inc(&sta_priv->pending_frames); in iwlagn_tx_skb() 684 struct iwl_station_priv *sta_priv = (void *) sta->drv_priv; in iwlagn_tx_agg_oper() local 692 ssn = priv->tid_data[sta_priv->sta_id][tid].agg.ssn; in iwlagn_tx_agg_oper() 693 q = priv->tid_data[sta_priv->sta_id][tid].agg.txq_id; in iwlagn_tx_agg_oper() 694 priv->tid_data[sta_priv->sta_id][tid].agg.state = IWL_AGG_ON; in iwlagn_tx_agg_oper() 699 iwl_trans_txq_enable(priv->trans, q, fifo, sta_priv->sta_id, tid, in iwlagn_tx_agg_oper() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/ |
| H A D | rtw_sta_mgt.c | 58 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) in _rtw_init_sta_priv() 113 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 123 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 131 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) in _rtw_free_sta_priv() 166 struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in rtw_alloc_stainfo() 258 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_free_stainfo() 388 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_free_all_stainfo() 413 struct sta_info *rtw_get_stainfo(struct sta_priv *pstapriv, u8 *hwaddr) in rtw_get_stainfo() 455 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_init_bcmc_stainfo() 473 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_get_bcmc_stainfo() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_sta_mgt.c | 225 u32 _rtw_init_sta_priv(struct sta_priv *pstapriv) in _rtw_init_sta_priv() 346 inline int rtw_stainfo_offset(struct sta_priv *stapriv, struct sta_info *sta) in rtw_stainfo_offset() 356 inline struct sta_info *rtw_get_stainfo_by_offset(struct sta_priv *stapriv, int offset) in rtw_get_stainfo_by_offset() 403 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv); 404 void rtw_mfree_all_stainfo(struct sta_priv *pstapriv) in rtw_mfree_all_stainfo() 428 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv); 429 void rtw_mfree_sta_priv_lock(struct sta_priv *pstapriv) in rtw_mfree_sta_priv_lock() 446 u32 _rtw_free_sta_priv(struct sta_priv *pstapriv) in _rtw_free_sta_priv() 516 struct sta_info *rtw_alloc_stainfo(struct sta_priv *pstapriv, const u8 *hwaddr) in rtw_alloc_stainfo() 652 struct sta_priv *pstapriv = &padapter->stapriv; in rtw_free_stainfo() [all …]
|