Searched refs:p2p_ie (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dp2p_hostapd.c26 if (sta->p2p_ie == NULL)
29 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
H A Dsta_info.h124 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
H A Dsta_info.c235 wpabuf_free(sta->p2p_ie);
861 if (sta->p2p_ie != NULL &&
862 p2p_parse_dev_addr_in_p2p_ie(sta->p2p_ie, addr) == 0)
H A Ddrv_callbacks.c106 wpabuf_free(sta->p2p_ie);
107 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len,
H A Dieee802_11.c970 wpabuf_free(sta->p2p_ie);
971 sta->p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len,
975 wpabuf_free(sta->p2p_ie);
976 sta->p2p_ie = NULL;
1092 if (sta->p2p_ie) {
H A Dhostapd.c1371 if (sta->p2p_ie == NULL && !sta->no_p2p_set) {
H A Dieee802_1x.c740 sta->wps_ie, sta->p2p_ie, sta,
/freebsd-10.2-release/contrib/wpa/src/p2p/
H A Dp2p.h1442 * @p2p_ie: P2P IE
1450 int p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end);
1468 * @p2p_ie: P2P IE
1472 int p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u8 *dev_addr);
1490 * @p2p_ie: Reassembled P2P IE data from scan results or %NULL if none
1494 size_t len, int p2p_group, struct wpabuf *p2p_ie);
1521 * @p2p_ie: P2P IE(s) contents
1524 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie);
1528 * @p2p_ie: P2P IE(s) contents
1531 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie);
[all...]
H A Dp2p_parse.c679 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) argument
684 if (p2p_parse_p2p_ie(p2p_ie, &msg))
694 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) argument
699 if (p2p_parse_p2p_ie(p2p_ie, &msg))
709 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) argument
714 if (p2p_parse_p2p_ie(p2p_ie, &msg))
H A Dp2p_group.c24 struct wpabuf *p2p_ie; member in struct:p2p_group_member
77 wpabuf_free(m->p2p_ie);
443 * @p2p_ie: P2P IE from (Re)Association Request
453 struct wpabuf *p2p_ie,
461 if (p2p_ie == NULL)
465 if (p2p_parse_p2p_ie(p2p_ie, &msg) ||
544 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
545 if (m->p2p_ie) {
546 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
561 MAC2STR(addr), m->p2p_ie
452 p2p_build_client_info(const u8 *addr, struct wpabuf *p2p_ie, u8 *dev_capab, u8 *dev_addr) argument
[all...]
H A Dp2p.c2139 u8 *buf, size_t len, struct wpabuf *p2p_ie)
2147 if (p2p_ie == NULL)
2189 size_t len, int p2p_group, struct wpabuf *p2p_ie)
2199 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2246 struct wpabuf *p2p_ie; local
2249 p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, P2P_IE_VENDOR_TYPE);
2250 if (p2p_ie == NULL)
2253 ret = p2p_attr_text(p2p_ie, buf, end);
2254 wpabuf_free(p2p_ie);
2259 int p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u argument
2138 p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, struct wpabuf *p2p_ie) argument
2188 p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, int p2p_group, struct wpabuf *p2p_ie) argument
2280 struct wpabuf *p2p_ie; local
2827 p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end) argument
[all...]
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4452 struct wpabuf *p2p_ie; local
4462 p2p_ie = wpa_bss_get_vendor_ie_multi(bss, P2P_IE_VENDOR_TYPE);
4464 p2p_group, p2p_ie);
4465 wpabuf_free(p2p_ie);

Completed in 189 milliseconds