Searched refs:time_adv (Results 1 – 3 of 3) sorted by relevance
316 if (hapd->time_adv == NULL && in hostapd_eid_time_adv()320 if (hapd->time_adv == NULL) in hostapd_eid_time_adv()323 os_memcpy(eid, wpabuf_head(hapd->time_adv), in hostapd_eid_time_adv()324 wpabuf_len(hapd->time_adv)); in hostapd_eid_time_adv()325 eid += wpabuf_len(hapd->time_adv); in hostapd_eid_time_adv()362 if (!hapd->time_adv) { in hostapd_update_time_adv()363 hapd->time_adv = wpabuf_alloc(elen); in hostapd_update_time_adv()364 if (hapd->time_adv == NULL) in hostapd_update_time_adv()366 pos = wpabuf_put(hapd->time_adv, elen); in hostapd_update_time_adv()368 pos = wpabuf_mhead_u8(hapd->time_adv); in hostapd_update_time_adv()
108 struct wpabuf *time_adv; member
259 wpabuf_free(hapd->time_adv); in hostapd_cleanup()