Home
last modified time | relevance | path

Searched refs:dst_ie (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_ap.c65 u8 *p, *dst_ie, *premainder_ie = NULL; in update_BCNTIM() local
79 dst_ie = p; in update_BCNTIM()
103 dst_ie = pie + offset; in update_BCNTIM()
112 *dst_ie++ = _TIM_IE_; in update_BCNTIM()
119 *dst_ie++ = tim_ielen; in update_BCNTIM()
121 *dst_ie++ = 0;/* DTIM count */ in update_BCNTIM()
122 *dst_ie++ = 1;/* DTIM period */ in update_BCNTIM()
125 *dst_ie++ = BIT(0);/* bitmap ctrl */ in update_BCNTIM()
127 *dst_ie++ = 0; in update_BCNTIM()
130 *dst_ie++ = pstapriv->tim_bitmap & 0xff; in update_BCNTIM()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_ap.c98 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
115 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
152 *dst_ie++=_TIM_IE_; in update_BCNTIM()
159 *dst_ie++ = tim_ielen; in update_BCNTIM()
161 *dst_ie++ = 0;/*DTIM count*/ in update_BCNTIM()
162 *dst_ie++ = 1;/*DTIM period*/ in update_BCNTIM()
165 *dst_ie++ = BIT(0);/*bitmap ctrl */ in update_BCNTIM()
167 *dst_ie++ = 0; in update_BCNTIM()
179 *dst_ie++ = pvb; in update_BCNTIM()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_ap.c98 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
115 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
152 *dst_ie++=_TIM_IE_; in update_BCNTIM()
159 *dst_ie++ = tim_ielen; in update_BCNTIM()
161 *dst_ie++ = 0;/*DTIM count*/ in update_BCNTIM()
162 *dst_ie++ = 1;/*DTIM period*/ in update_BCNTIM()
165 *dst_ie++ = BIT(0);/*bitmap ctrl */ in update_BCNTIM()
167 *dst_ie++ = 0; in update_BCNTIM()
179 *dst_ie++ = pvb; in update_BCNTIM()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_ap.c68 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
85 dst_ie = p; in update_BCNTIM()
110 dst_ie = pie + offset; in update_BCNTIM()
120 *dst_ie++ = _TIM_IE_; in update_BCNTIM()
127 *dst_ie++ = tim_ielen; in update_BCNTIM()
129 *dst_ie++ = 0;/*DTIM count*/ in update_BCNTIM()
130 *dst_ie++ = 1;/*DTIM period*/ in update_BCNTIM()
133 *dst_ie++ = BIT(0);/*bitmap ctrl */ in update_BCNTIM()
135 *dst_ie++ = 0; in update_BCNTIM()
147 *dst_ie++ = pvb; in update_BCNTIM()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c71 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
93 dst_ie = p; in update_BCNTIM()
127 dst_ie = pie + offset; in update_BCNTIM()
136 *dst_ie++ = _TIM_IE_; in update_BCNTIM()
143 *dst_ie++ = tim_ielen; in update_BCNTIM()
145 *dst_ie++ = 0;/* DTIM count */ in update_BCNTIM()
146 *dst_ie++ = 1;/* DTIM period */ in update_BCNTIM()
149 *dst_ie++ = BIT(0);/* bitmap ctrl */ in update_BCNTIM()
151 *dst_ie++ = 0; in update_BCNTIM()
161 *dst_ie++ = le16_to_cpu(pvb); in update_BCNTIM()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_ap.c63 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
80 dst_ie = p; in update_BCNTIM()
105 dst_ie = pie + offset; in update_BCNTIM()
115 *dst_ie++ = _TIM_IE_; in update_BCNTIM()
122 *dst_ie++ = tim_ielen; in update_BCNTIM()
124 *dst_ie++ = 0;/*DTIM count*/ in update_BCNTIM()
125 *dst_ie++ = 1;/*DTIM period*/ in update_BCNTIM()
128 *dst_ie++ = BIT(0);/*bitmap ctrl */ in update_BCNTIM()
130 *dst_ie++ = 0; in update_BCNTIM()
142 *dst_ie++ = pvb; in update_BCNTIM()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_ap.c102 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
116 dst_ie = p; in update_BCNTIM()
141 dst_ie = pie + offset; in update_BCNTIM()
152 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
156 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
161 offset = (uint)(dst_ie - pie); in update_BCNTIM()
172 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
209 dst_ie = p; in rtw_add_bcn_ie()
211 dst_ie = (p + ielen); in rtw_add_bcn_ie()
214 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_ap.c104 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
118 dst_ie = p; in update_BCNTIM()
143 dst_ie = pie + offset; in update_BCNTIM()
154 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
158 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
163 offset = (uint)(dst_ie - pie); in update_BCNTIM()
174 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
204 dst_ie = p; in rtw_add_bcn_ie()
206 dst_ie = (p + ielen); in rtw_add_bcn_ie()
209 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_ap.c104 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
118 dst_ie = p; in update_BCNTIM()
143 dst_ie = pie + offset; in update_BCNTIM()
154 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
158 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
163 offset = (uint)(dst_ie - pie); in update_BCNTIM()
174 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
204 dst_ie = p; in rtw_add_bcn_ie()
206 dst_ie = (p + ielen); in rtw_add_bcn_ie()
209 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_ap.c104 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
118 dst_ie = p; in update_BCNTIM()
143 dst_ie = pie + offset; in update_BCNTIM()
154 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
158 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
163 offset = (uint)(dst_ie - pie); in update_BCNTIM()
174 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
204 dst_ie = p; in rtw_add_bcn_ie()
206 dst_ie = (p + ielen); in rtw_add_bcn_ie()
209 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_ap.c103 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
117 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
153 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
157 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
173 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
203 dst_ie = p; in rtw_add_bcn_ie()
205 dst_ie = (p + ielen); in rtw_add_bcn_ie()
208 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_ap.c102 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
116 dst_ie = p; in update_BCNTIM()
141 dst_ie = pie + offset; in update_BCNTIM()
152 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
156 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
161 offset = (uint)(dst_ie - pie); in update_BCNTIM()
172 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
204 dst_ie = p; in rtw_add_bcn_ie()
206 dst_ie = (p + ielen); in rtw_add_bcn_ie()
209 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_ap.c103 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
117 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
153 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
157 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
173 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
203 dst_ie = p; in rtw_add_bcn_ie()
205 dst_ie = (p + ielen); in rtw_add_bcn_ie()
208 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_ap.c103 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
117 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
153 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
157 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
173 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
205 dst_ie = p; in rtw_add_bcn_ie()
207 dst_ie = (p + ielen); in rtw_add_bcn_ie()
210 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_ap.c103 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
117 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
153 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
157 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
173 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
203 dst_ie = p; in rtw_add_bcn_ie()
205 dst_ie = (p + ielen); in rtw_add_bcn_ie()
208 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_ap.c103 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
117 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
153 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
157 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
173 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
205 dst_ie = p; in rtw_add_bcn_ie()
207 dst_ie = (p + ielen); in rtw_add_bcn_ie()
210 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_ap.c104 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
118 dst_ie = p; in update_BCNTIM()
143 dst_ie = pie + offset; in update_BCNTIM()
154 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
158 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
163 offset = (uint)(dst_ie - pie); in update_BCNTIM()
174 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
204 dst_ie = p; in rtw_add_bcn_ie()
206 dst_ie = (p + ielen); in rtw_add_bcn_ie()
209 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_ap.c104 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
118 dst_ie = p; in update_BCNTIM()
143 dst_ie = pie + offset; in update_BCNTIM()
154 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
158 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
163 offset = (uint)(dst_ie - pie); in update_BCNTIM()
174 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
204 dst_ie = p; in rtw_add_bcn_ie()
206 dst_ie = (p + ielen); in rtw_add_bcn_ie()
209 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_ap.c103 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
117 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
153 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
157 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
173 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
203 dst_ie = p; in rtw_add_bcn_ie()
205 dst_ie = (p + ielen); in rtw_add_bcn_ie()
208 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_ap.c103 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
117 dst_ie = p; in update_BCNTIM()
142 dst_ie = pie + offset; in update_BCNTIM()
153 dst_ie += rtw_set_tim_ie(0, 1, pstapriv->tim_bitmap, pstapriv->aid_bmp_len, dst_ie); in update_BCNTIM()
157 _rtw_memcpy(dst_ie, pbackup_remainder_ie, remainder_ielen); in update_BCNTIM()
162 offset = (uint)(dst_ie - pie); in update_BCNTIM()
173 u8 *p = NULL, *dst_ie = NULL, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in rtw_add_bcn_ie() local
205 dst_ie = p; in rtw_add_bcn_ie()
207 dst_ie = (p + ielen); in rtw_add_bcn_ie()
210 if (dst_ie == NULL) in rtw_add_bcn_ie()
[all …]