/external/wpa_supplicant_8/src/ap/ |
p2p_hostapd.c | 26 if (sta->p2p_ie == NULL) 29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
|
sta_info.h | 125 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
|
sta_info.c | 81 if (sta->p2p_ie == NULL) 84 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie); 260 wpabuf_free(sta->p2p_ie); 902 if (sta->p2p_ie != NULL && 903 p2p_parse_dev_addr_in_p2p_ie(sta->p2p_ie, addr) == 0)
|
drv_callbacks.c | 109 wpabuf_free(sta->p2p_ie); 110 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, 112 if (sta->p2p_ie) 113 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie);
|
ieee802_11.c | 917 wpabuf_free(sta->p2p_ie); 918 sta->p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, 920 if (sta->p2p_ie) 921 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie); 923 wpabuf_free(sta->p2p_ie); 924 sta->p2p_ie = NULL; [all...] |
hostapd.c | [all...] |
ieee802_1x.c | 628 sta->wps_ie, sta->p2p_ie, sta, [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | [all...] |
p2p_parse.c | 679 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) 684 if (p2p_parse_p2p_ie(p2p_ie, &msg)) 694 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) 699 if (p2p_parse_p2p_ie(p2p_ie, &msg)) 709 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) 714 if (p2p_parse_p2p_ie(p2p_ie, &msg))
|
p2p_group.c | 24 struct wpabuf *p2p_ie; member in struct:p2p_group_member 77 wpabuf_free(m->p2p_ie); 473 * @p2p_ie: P2P IE from (Re)Association Request 483 struct wpabuf *p2p_ie, 491 if (p2p_ie == NULL) 495 if (p2p_parse_p2p_ie(p2p_ie, &msg) || 576 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE); 577 if (m->p2p_ie) { 578 m->client_info = p2p_build_client_info(addr, m->p2p_ie, 593 MAC2STR(addr), m->p2p_ie ? 1 : 0, m->wfd_ie ? 1 : 0 [all...] |
p2p.c | 2286 struct wpabuf *p2p_ie; local 2320 struct wpabuf *p2p_ie; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | 5014 struct wpabuf *p2p_ie; local [all...] |