Searched refs:time_adv (Results 1 – 3 of 3) sorted by relevance
663 if (hapd->time_adv == NULL && in hostapd_eid_time_adv()667 if (hapd->time_adv == NULL) in hostapd_eid_time_adv()670 os_memcpy(eid, wpabuf_head(hapd->time_adv), in hostapd_eid_time_adv()671 wpabuf_len(hapd->time_adv)); in hostapd_eid_time_adv()672 eid += wpabuf_len(hapd->time_adv); in hostapd_eid_time_adv()709 if (!hapd->time_adv) { in hostapd_update_time_adv()710 hapd->time_adv = wpabuf_alloc(elen); in hostapd_update_time_adv()711 if (hapd->time_adv == NULL) in hostapd_update_time_adv()713 pos = wpabuf_put(hapd->time_adv, elen); in hostapd_update_time_adv()715 pos = wpabuf_mhead_u8(hapd->time_adv); in hostapd_update_time_adv()
215 struct wpabuf *time_adv; member
416 wpabuf_free(hapd->time_adv); in hostapd_free_hapd_data()