Searched refs:p2p_beacon_ie (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/ap/
H A Dbeacon.c1072 if (hapd->p2p_beacon_ie)
1073 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
1260 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) {
1261 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie),
1262 wpabuf_len(hapd->p2p_beacon_ie));
1263 tailpos += wpabuf_len(hapd->p2p_beacon_ie);
H A Dhostapd.h290 struct wpabuf *p2p_beacon_ie; member in struct:hostapd_data
H A Dap_drv_ops.c115 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 ||
H A Dhostapd.c351 wpabuf_free(hapd->p2p_beacon_ie);
352 hapd->p2p_beacon_ie = NULL;
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c6553 wpabuf_free(hapd->p2p_beacon_ie);
6554 hapd->p2p_beacon_ie = beacon_ies;

Completed in 198 milliseconds