Home
last modified time | relevance | path

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

/hostap-3.7.0/src/ap/
Dbeacon.c1445 if (hapd->p2p_beacon_ie) in ieee802_11_build_ap_params()
1446 tail_len += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_build_ap_params()
1633 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) { in ieee802_11_build_ap_params()
1634 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie), in ieee802_11_build_ap_params()
1635 wpabuf_len(hapd->p2p_beacon_ie)); in ieee802_11_build_ap_params()
1636 tailpos += wpabuf_len(hapd->p2p_beacon_ie); in ieee802_11_build_ap_params()
Dhostapd.h301 struct wpabuf *p2p_beacon_ie; member
Dap_drv_ops.c120 if (add_buf(&beacon, hapd->p2p_beacon_ie) < 0 || in hostapd_build_ap_extra_ies()
Dhostapd.c365 wpabuf_free(hapd->p2p_beacon_ie); in hostapd_free_hapd_data()
366 hapd->p2p_beacon_ie = NULL; in hostapd_free_hapd_data()
/hostap-3.7.0/wpa_supplicant/
Dp2p_supplicant.c7049 wpabuf_free(hapd->p2p_beacon_ie); in wpas_p2p_ie_update()
7050 hapd->p2p_beacon_ie = beacon_ies; in wpas_p2p_ie_update()