/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 | 82 if (sta->p2p_ie == NULL) 85 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie); 267 wpabuf_free(sta->p2p_ie); 954 if (sta->p2p_ie != NULL && 955 p2p_parse_dev_addr_in_p2p_ie(sta->p2p_ie, addr) == 0)
|
drv_callbacks.c | 118 wpabuf_free(sta->p2p_ie); 119 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len, 121 if (sta->p2p_ie) 122 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie);
|
ieee802_11.c | 939 wpabuf_free(sta->p2p_ie); 940 sta->p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, 942 if (sta->p2p_ie) 943 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie); 945 wpabuf_free(sta->p2p_ie); 946 sta->p2p_ie = NULL; [all...] |
hostapd.c | [all...] |
ieee802_1x.c | 762 sta->wps_ie, sta->p2p_ie, sta, [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | [all...] |
p2p_parse.c | 723 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) 728 if (p2p_parse_p2p_ie(p2p_ie, &msg)) 738 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) 743 if (p2p_parse_p2p_ie(p2p_ie, &msg)) 753 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) 758 if (p2p_parse_p2p_ie(p2p_ie, &msg))
|
p2p_group.c | 25 struct wpabuf *p2p_ie; member in struct:p2p_group_member 78 wpabuf_free(m->p2p_ie); 510 * @p2p_ie: P2P IE from (Re)Association Request 520 struct wpabuf *p2p_ie, 528 if (p2p_ie == NULL) 532 if (p2p_parse_p2p_ie(p2p_ie, &msg) || 613 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE); 614 if (m->p2p_ie) { 615 m->client_info = p2p_build_client_info(addr, m->p2p_ie, 630 MAC2STR(addr), m->p2p_ie ? 1 : 0, m->wfd_ie ? 1 : 0 [all...] |
p2p.c | 2353 struct wpabuf *p2p_ie; local 2387 struct wpabuf *p2p_ie; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
events.c | 920 struct wpabuf *p2p_ie; local 928 p2p_ie = wpa_bss_get_vendor_ie_multi( 930 if (p2p_ie == NULL) { 935 if (p2p_parse_dev_addr_in_p2p_ie(p2p_ie, dev_addr) < 0 939 wpabuf_free(p2p_ie); 942 wpabuf_free(p2p_ie); [all...] |
p2p_supplicant.c | 5793 struct wpabuf *p2p_ie; local [all...] |