Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c80 u8 *p, *dst_ie, *premainder_ie = NULL; in update_BCNTIM() local
91 dst_ie = p; in update_BCNTIM()
112 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()
138 *dst_ie++ = pstapriv->tim_bitmap & 0xff; in update_BCNTIM()
[all …]
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_ap.c75 u8 *p, *dst_ie, *premainder_ie = NULL, *pbackup_remainder_ie = NULL; in update_BCNTIM() local
90 dst_ie = p; in update_BCNTIM()
117 dst_ie = pie + offset; in update_BCNTIM()
126 *dst_ie++ = WLAN_EID_TIM; in update_BCNTIM()
133 *dst_ie++ = tim_ielen; in update_BCNTIM()
135 *dst_ie++ = 0;/* DTIM count */ in update_BCNTIM()
136 *dst_ie++ = 1;/* DTIM period */ in update_BCNTIM()
139 *dst_ie++ = BIT(0);/* bitmap ctrl */ in update_BCNTIM()
141 *dst_ie++ = 0; in update_BCNTIM()
144 *dst_ie++ = pstapriv->tim_bitmap & 0xff; in update_BCNTIM()
[all …]