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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c797 if (hapd->p2p_beacon_ie)
798 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
919 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) {
920 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie),
921 wpabuf_len(hapd->p2p_beacon_ie));
922 tailpos += wpabuf_len(hapd->p2p_beacon_ie);
H A Dhostapd.h237 struct wpabuf *p2p_beacon_ie; member in struct:hostapd_data
H A Dap_drv_ops.c99 if (hapd->p2p_beacon_ie) {
100 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) <
103 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
H A Dhostapd.c265 wpabuf_free(hapd->p2p_beacon_ie);
266 hapd->p2p_beacon_ie = NULL;
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c797 if (hapd->p2p_beacon_ie)
798 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
919 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) {
920 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie),
921 wpabuf_len(hapd->p2p_beacon_ie));
922 tailpos += wpabuf_len(hapd->p2p_beacon_ie);
H A Dhostapd.h237 struct wpabuf *p2p_beacon_ie; member in struct:hostapd_data
H A Dap_drv_ops.c99 if (hapd->p2p_beacon_ie) {
100 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) <
103 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
H A Dhostapd.c265 wpabuf_free(hapd->p2p_beacon_ie);
266 hapd->p2p_beacon_ie = NULL;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c797 if (hapd->p2p_beacon_ie)
798 tail_len += wpabuf_len(hapd->p2p_beacon_ie);
919 if ((hapd->conf->p2p & P2P_ENABLED) && hapd->p2p_beacon_ie) {
920 os_memcpy(tailpos, wpabuf_head(hapd->p2p_beacon_ie),
921 wpabuf_len(hapd->p2p_beacon_ie));
922 tailpos += wpabuf_len(hapd->p2p_beacon_ie);
H A Dhostapd.h237 struct wpabuf *p2p_beacon_ie; member in struct:hostapd_data
H A Dap_drv_ops.c99 if (hapd->p2p_beacon_ie) {
100 if (wpabuf_resize(&beacon, wpabuf_len(hapd->p2p_beacon_ie)) <
103 wpabuf_put_buf(beacon, hapd->p2p_beacon_ie);
H A Dhostapd.c265 wpabuf_free(hapd->p2p_beacon_ie);
266 hapd->p2p_beacon_ie = NULL;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.c5630 wpabuf_free(hapd->p2p_beacon_ie);
5631 hapd->p2p_beacon_ie = beacon_ies;

Completed in 117 milliseconds