Home | History | Annotate | Download | only in ap

Lines Matching refs:eid

23 				     struct sta_info *sta, u8 *eid)
25 u8 *pos = eid;
167 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid)
169 u8 *pos = eid;
177 return eid;
205 u8 * hostapd_eid_interworking(struct hostapd_data *hapd, u8 *eid)
207 u8 *pos = eid;
212 return eid;
245 u8 * hostapd_eid_adv_proto(struct hostapd_data *hapd, u8 *eid)
247 u8 *pos = eid;
252 return eid;
264 u8 * hostapd_eid_roaming_consortium(struct hostapd_data *hapd, u8 *eid)
266 u8 *pos = eid;
274 return eid;
311 u8 * hostapd_eid_time_adv(struct hostapd_data *hapd, u8 *eid)
314 return eid;
318 return eid;
321 return eid;
323 os_memcpy(eid, wpabuf_head(hapd->time_adv),
325 eid += wpabuf_len(hapd->time_adv);
327 return eid;
331 u8 * hostapd_eid_time_zone(struct hostapd_data *hapd, u8 *eid)
336 return eid;
340 *eid++ = WLAN_EID_TIME_ZONE;
341 *eid++ = len;
342 os_memcpy(eid, hapd->conf->time_zone, len);
343 eid += len;
345 return eid;