Home
last modified time | relevance | path

Searched refs:time_adv (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_shared.c654 if (hapd->time_adv == NULL && in hostapd_eid_time_adv()
658 if (hapd->time_adv == NULL) in hostapd_eid_time_adv()
661 os_memcpy(eid, wpabuf_head(hapd->time_adv), in hostapd_eid_time_adv()
662 wpabuf_len(hapd->time_adv)); in hostapd_eid_time_adv()
663 eid += wpabuf_len(hapd->time_adv); in hostapd_eid_time_adv()
700 if (!hapd->time_adv) { in hostapd_update_time_adv()
701 hapd->time_adv = wpabuf_alloc(elen); in hostapd_update_time_adv()
702 if (hapd->time_adv == NULL) in hostapd_update_time_adv()
704 pos = wpabuf_put(hapd->time_adv, elen); in hostapd_update_time_adv()
706 pos = wpabuf_mhead_u8(hapd->time_adv); in hostapd_update_time_adv()
H A Dhostapd.h236 struct wpabuf *time_adv; member
H A Dhostapd.c551 wpabuf_free(hapd->time_adv); in hostapd_free_hapd_data()
552 hapd->time_adv = NULL; in hostapd_free_hapd_data()