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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c743 if (hapd->p2p_beacon_ie)
744 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
849 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) {
850 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie),
851 wpabuf_len(hapd->p2p_beacon_ie));
852 tailpos += wpabuf_len(hapd->p2p_beacon_ie);
H A Dhostapd.h224 struct wpabuf *p2p_beacon_ie; member in struct:hostapd_data
H A Dap_drv_ops.c98 if (hapd->p2p_beacon_ie) {
99 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) <
102 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
H A Dhostapd.c301 wpabuf_free(hapd->p2p_beacon_ie);
302 hapd->p2p_beacon_ie = NULL;
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c743 if (hapd->p2p_beacon_ie)
744 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
849 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) {
850 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie),
851 wpabuf_len(hapd->p2p_beacon_ie));
852 tailpos += wpabuf_len(hapd->p2p_beacon_ie);
H A Dhostapd.h224 struct wpabuf *p2p_beacon_ie; member in struct:hostapd_data
H A Dap_drv_ops.c98 if (hapd->p2p_beacon_ie) {
99 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) <
102 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
H A Dhostapd.c301 wpabuf_free(hapd->p2p_beacon_ie);
302 hapd->p2p_beacon_ie = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c743 if (hapd->p2p_beacon_ie)
744 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
849 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) {
850 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie),
851 wpabuf_len(hapd->p2p_beacon_ie));
852 tailpos += wpabuf_len(hapd->p2p_beacon_ie);
H A Dhostapd.h224 struct wpabuf *p2p_beacon_ie; member in struct:hostapd_data
H A Dap_drv_ops.c98 if (hapd->p2p_beacon_ie) {
99 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) <
102 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
H A Dhostapd.c301 wpabuf_free(hapd->p2p_beacon_ie);
302 hapd->p2p_beacon_ie = NULL;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c5500 wpabuf_free(hapd->p2p_beacon_ie);
5501 hapd->p2p_beacon_ie = beacon_ies;

Completed in 195 milliseconds