Searched refs:p2p_beacon_ie (Results 1 – 5 of 5) sorted by relevance
579 if (hapd->p2p_beacon_ie) in ieee802_11_set_beacon()580 tail_len += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_set_beacon()678 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) { in ieee802_11_set_beacon()679 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie), in ieee802_11_set_beacon()680 wpabuf_len(hapd->p2p_beacon_ie)); in ieee802_11_set_beacon()681 tailpos += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_set_beacon()
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()
181 struct wpabuf *p2p_beacon_ie; member
281 wpabuf_free(hapd->p2p_beacon_ie); in hostapd_free_hapd_data()282 hapd->p2p_beacon_ie = NULL; in hostapd_free_hapd_data()
4449 wpabuf_free(hapd->p2p_beacon_ie); in wpas_p2p_ie_update()4450 hapd->p2p_beacon_ie = beacon_ies; in wpas_p2p_ie_update()