Searched refs:p2p_beacon_ie (Results 1 – 5 of 5) sorted by relevance
517 if (hapd->p2p_beacon_ie) in ieee802_11_set_beacon()518 tail_len += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_set_beacon()609 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) { in ieee802_11_set_beacon()610 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie), in ieee802_11_set_beacon()611 wpabuf_len(hapd->p2p_beacon_ie)); in ieee802_11_set_beacon()612 tailpos += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_set_beacon()
97 if (hapd->p2p_beacon_ie) { in hostapd_build_ap_extra_ies()98 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) < in hostapd_build_ap_extra_ies()101 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie); in hostapd_build_ap_extra_ies()
156 struct wpabuf *p2p_beacon_ie; member
253 wpabuf_free(hapd->p2p_beacon_ie); in hostapd_cleanup()254 hapd->p2p_beacon_ie = NULL; in hostapd_cleanup()
3393 wpabuf_free(hapd->p2p_beacon_ie);3394 hapd->p2p_beacon_ie = beacon_ies;