Searched refs:time_adv (Results 1 – 6 of 6) sorted by relevance
598 if (hapd->time_adv == NULL && in hostapd_eid_time_adv()602 if (hapd->time_adv == NULL) in hostapd_eid_time_adv()605 os_memcpy(eid, wpabuf_head(hapd->time_adv), in hostapd_eid_time_adv()606 wpabuf_len(hapd->time_adv)); in hostapd_eid_time_adv()607 eid += wpabuf_len(hapd->time_adv); in hostapd_eid_time_adv()644 if (!hapd->time_adv) { in hostapd_update_time_adv()645 hapd->time_adv = wpabuf_alloc(elen); in hostapd_update_time_adv()646 if (hapd->time_adv == NULL) in hostapd_update_time_adv()648 pos = wpabuf_put(hapd->time_adv, elen); in hostapd_update_time_adv()650 pos = wpabuf_mhead_u8(hapd->time_adv); in hostapd_update_time_adv()
207 struct wpabuf *time_adv; member
405 wpabuf_free(hapd->time_adv); in hostapd_free_hapd_data()
614 if (hapd->time_adv == NULL && in hostapd_eid_time_adv()618 if (hapd->time_adv == NULL) in hostapd_eid_time_adv()621 os_memcpy(eid, wpabuf_head(hapd->time_adv), in hostapd_eid_time_adv()622 wpabuf_len(hapd->time_adv)); in hostapd_eid_time_adv()623 eid += wpabuf_len(hapd->time_adv); in hostapd_eid_time_adv()660 if (!hapd->time_adv) { in hostapd_update_time_adv()661 hapd->time_adv = wpabuf_alloc(elen); in hostapd_update_time_adv()662 if (hapd->time_adv == NULL) in hostapd_update_time_adv()664 pos = wpabuf_put(hapd->time_adv, elen); in hostapd_update_time_adv()666 pos = wpabuf_mhead_u8(hapd->time_adv); in hostapd_update_time_adv()
217 struct wpabuf *time_adv; member
418 wpabuf_free(hapd->time_adv); in hostapd_free_hapd_data()419 hapd->time_adv = NULL; in hostapd_free_hapd_data()