Searched defs:p2p_ie (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c723 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) argument
728 if (p2p_parse_p2p_ie(p2p_ie, &msg))
738 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) argument
743 if (p2p_parse_p2p_ie(p2p_ie, &msg))
753 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) argument
758 if (p2p_parse_p2p_ie(p2p_ie, &msg))
H A Dp2p_group.c25 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
519 p2p_build_client_info(const u8 *addr, struct wpabuf *p2p_ie, u8 *dev_capab, u8 *dev_addr) argument
[all...]
H A Dp2p.c2253 u8 *buf, size_t len, struct wpabuf *p2p_ie)
2261 if (p2p_ie == NULL)
2303 size_t len, int p2p_group, struct wpabuf *p2p_ie)
2313 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2367 struct wpabuf *p2p_ie; local
2370 p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, P2P_IE_VENDOR_TYPE);
2371 if (p2p_ie == NULL)
2374 ret = p2p_attr_text(p2p_ie, buf, end);
2375 wpabuf_free(p2p_ie);
2380 int p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u argument
2252 p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, struct wpabuf *p2p_ie) argument
2302 p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, int p2p_group, struct wpabuf *p2p_ie) argument
2401 struct wpabuf *p2p_ie; local
2981 p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c723 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) argument
728 if (p2p_parse_p2p_ie(p2p_ie, &msg))
738 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) argument
743 if (p2p_parse_p2p_ie(p2p_ie, &msg))
753 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) argument
758 if (p2p_parse_p2p_ie(p2p_ie, &msg))
H A Dp2p_group.c25 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
519 p2p_build_client_info(const u8 *addr, struct wpabuf *p2p_ie, u8 *dev_capab, u8 *dev_addr) argument
[all...]
H A Dp2p.c2253 u8 *buf, size_t len, struct wpabuf *p2p_ie)
2261 if (p2p_ie == NULL)
2303 size_t len, int p2p_group, struct wpabuf *p2p_ie)
2313 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2367 struct wpabuf *p2p_ie; local
2370 p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, P2P_IE_VENDOR_TYPE);
2371 if (p2p_ie == NULL)
2374 ret = p2p_attr_text(p2p_ie, buf, end);
2375 wpabuf_free(p2p_ie);
2380 int p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u argument
2252 p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, struct wpabuf *p2p_ie) argument
2302 p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, int p2p_group, struct wpabuf *p2p_ie) argument
2401 struct wpabuf *p2p_ie; local
2981 p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c723 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) argument
728 if (p2p_parse_p2p_ie(p2p_ie, &msg))
738 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) argument
743 if (p2p_parse_p2p_ie(p2p_ie, &msg))
753 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) argument
758 if (p2p_parse_p2p_ie(p2p_ie, &msg))
H A Dp2p_group.c25 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
519 p2p_build_client_info(const u8 *addr, struct wpabuf *p2p_ie, u8 *dev_capab, u8 *dev_addr) argument
[all...]
H A Dp2p.c2253 u8 *buf, size_t len, struct wpabuf *p2p_ie)
2261 if (p2p_ie == NULL)
2303 size_t len, int p2p_group, struct wpabuf *p2p_ie)
2313 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2367 struct wpabuf *p2p_ie; local
2370 p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, P2P_IE_VENDOR_TYPE);
2371 if (p2p_ie == NULL)
2374 ret = p2p_attr_text(p2p_ie, buf, end);
2375 wpabuf_free(p2p_ie);
2380 int p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u argument
2252 p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, struct wpabuf *p2p_ie) argument
2302 p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, int p2p_group, struct wpabuf *p2p_ie) argument
2401 struct wpabuf *p2p_ie; local
2981 p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.h126 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h126 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h126 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c920 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);
H A Dp2p_supplicant.c5833 struct wpabuf *p2p_ie; local
5845 p2p_ie = wpa_bss_get_vendor_ie_multi(bss, P2P_IE_VENDOR_TYPE);
5847 p2p_group, p2p_ie);
5848 wpabuf_free(p2p_ie);

Completed in 248 milliseconds