Searched refs:p2p_beacon_ie (Results 1 – 5 of 5) sorted by relevance
797 if (hapd->p2p_beacon_ie) in ieee802_11_build_ap_params()798 tail_len += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_build_ap_params()919 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) { in ieee802_11_build_ap_params()920 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie), in ieee802_11_build_ap_params()921 wpabuf_len(hapd->p2p_beacon_ie)); in ieee802_11_build_ap_params()922 tailpos += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_build_ap_params()
99 if (hapd->p2p_beacon_ie) { in hostapd_build_ap_extra_ies()100 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) < in hostapd_build_ap_extra_ies()103 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie); in hostapd_build_ap_extra_ies()
237 struct wpabuf *p2p_beacon_ie; member
265 wpabuf_free(hapd->p2p_beacon_ie); in hostapd_free_hapd_data()266 hapd->p2p_beacon_ie = NULL; in hostapd_free_hapd_data()
5630 wpabuf_free(hapd->p2p_beacon_ie); in wpas_p2p_ie_update()5631 hapd->p2p_beacon_ie = beacon_ies; in wpas_p2p_ie_update()