Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ap.c82 u8 *p, *dst_ie, *premainder_ie = NULL; in update_BCNTIM() local
95 dst_ie = p; in update_BCNTIM()
120 dst_ie = pie + offset; in update_BCNTIM()
129 *dst_ie++ = _TIM_IE_; in update_BCNTIM()
137 *dst_ie++ = tim_ielen; in update_BCNTIM()
139 *dst_ie++ = 0;/* DTIM count */ in update_BCNTIM()
140 *dst_ie++ = 1;/* DTIM period */ in update_BCNTIM()
143 *dst_ie++ = BIT(0);/* bitmap ctrl */ in update_BCNTIM()
145 *dst_ie++ = 0; in update_BCNTIM()
148 *dst_ie++ = pstapriv->tim_bitmap & 0xff; in update_BCNTIM()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_ap.c72 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
87 dst_ie = p; in update_BCNTIM()
114 dst_ie = pie + offset; in update_BCNTIM()
123 *dst_ie++ = WLAN_EID_TIM; in update_BCNTIM()
130 *dst_ie++ = tim_ielen; in update_BCNTIM()
132 *dst_ie++ = 0; /* DTIM count */ in update_BCNTIM()
133 *dst_ie++ = 1; /* DTIM period */ in update_BCNTIM()
136 *dst_ie++ = BIT(0); /* bitmap ctrl */ in update_BCNTIM()
138 *dst_ie++ = 0; in update_BCNTIM()
141 *dst_ie++ = pstapriv->tim_bitmap & 0xff; in update_BCNTIM()
[all …]