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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c846 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) argument
851 if (p2p_parse_p2p_ie(p2p_ie, &msg))
861 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) argument
866 if (p2p_parse_p2p_ie(p2p_ie, &msg))
876 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) argument
881 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);
511 * @p2p_ie: P2P IE from (Re)Association Request
521 struct wpabuf *p2p_ie,
529 if (p2p_ie == NULL)
533 if (p2p_parse_p2p_ie(p2p_ie, &msg) ||
614 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
615 if (m->p2p_ie) {
616 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
631 MAC2STR(addr), m->p2p_ie
520 p2p_build_client_info(const u8 *addr, struct wpabuf *p2p_ie, u8 *dev_capab, u8 *dev_addr) argument
[all...]
H A Dp2p.c2548 u8 *buf, size_t len, struct wpabuf *p2p_ie)
2557 if (p2p_ie == NULL)
2561 if (p2p_parse_p2p_ie(p2p_ie, &msg) < 0)
2609 size_t len, int p2p_group, struct wpabuf *p2p_ie)
2619 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2673 struct wpabuf *p2p_ie; local
2676 p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, P2P_IE_VENDOR_TYPE);
2677 if (p2p_ie == NULL)
2680 ret = p2p_attr_text(p2p_ie, buf, end);
2681 wpabuf_free(p2p_ie);
2547 p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, struct wpabuf *p2p_ie) argument
2608 p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, int p2p_group, struct wpabuf *p2p_ie) argument
2839 p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u8 *dev_addr) argument
2860 struct wpabuf *p2p_ie; local
3608 p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c846 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) argument
851 if (p2p_parse_p2p_ie(p2p_ie, &msg))
861 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) argument
866 if (p2p_parse_p2p_ie(p2p_ie, &msg))
876 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) argument
881 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);
511 * @p2p_ie: P2P IE from (Re)Association Request
521 struct wpabuf *p2p_ie,
529 if (p2p_ie == NULL)
533 if (p2p_parse_p2p_ie(p2p_ie, &msg) ||
614 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
615 if (m->p2p_ie) {
616 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
631 MAC2STR(addr), m->p2p_ie
520 p2p_build_client_info(const u8 *addr, struct wpabuf *p2p_ie, u8 *dev_capab, u8 *dev_addr) argument
[all...]
H A Dp2p.c2548 u8 *buf, size_t len, struct wpabuf *p2p_ie)
2557 if (p2p_ie == NULL)
2561 if (p2p_parse_p2p_ie(p2p_ie, &msg) < 0)
2609 size_t len, int p2p_group, struct wpabuf *p2p_ie)
2619 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2673 struct wpabuf *p2p_ie; local
2676 p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, P2P_IE_VENDOR_TYPE);
2677 if (p2p_ie == NULL)
2680 ret = p2p_attr_text(p2p_ie, buf, end);
2681 wpabuf_free(p2p_ie);
2547 p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, struct wpabuf *p2p_ie) argument
2608 p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, int p2p_group, struct wpabuf *p2p_ie) argument
2839 p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u8 *dev_addr) argument
2860 struct wpabuf *p2p_ie; local
3608 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.c846 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie) argument
851 if (p2p_parse_p2p_ie(p2p_ie, &msg))
861 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie) argument
866 if (p2p_parse_p2p_ie(p2p_ie, &msg))
876 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie) argument
881 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);
511 * @p2p_ie: P2P IE from (Re)Association Request
521 struct wpabuf *p2p_ie,
529 if (p2p_ie == NULL)
533 if (p2p_parse_p2p_ie(p2p_ie, &msg) ||
614 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
615 if (m->p2p_ie) {
616 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
631 MAC2STR(addr), m->p2p_ie
520 p2p_build_client_info(const u8 *addr, struct wpabuf *p2p_ie, u8 *dev_capab, u8 *dev_addr) argument
[all...]
H A Dp2p.c2548 u8 *buf, size_t len, struct wpabuf *p2p_ie)
2557 if (p2p_ie == NULL)
2561 if (p2p_parse_p2p_ie(p2p_ie, &msg) < 0)
2609 size_t len, int p2p_group, struct wpabuf *p2p_ie)
2619 return p2p_assoc_req_ie_wlan_ap(p2p, bssid, buf, len, p2p_ie);
2673 struct wpabuf *p2p_ie; local
2676 p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len, P2P_IE_VENDOR_TYPE);
2677 if (p2p_ie == NULL)
2680 ret = p2p_attr_text(p2p_ie, buf, end);
2681 wpabuf_free(p2p_ie);
2547 p2p_assoc_req_ie_wlan_ap(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, struct wpabuf *p2p_ie) argument
2608 p2p_assoc_req_ie(struct p2p_data *p2p, const u8 *bssid, u8 *buf, size_t len, int p2p_group, struct wpabuf *p2p_ie) argument
2839 p2p_parse_dev_addr_in_p2p_ie(struct wpabuf *p2p_ie, u8 *dev_addr) argument
2860 struct wpabuf *p2p_ie; local
3608 p2p_ie_text(struct wpabuf *p2p_ie, char *buf, char *end) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.h183 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.h183 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.h183 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c1135 struct wpabuf *p2p_ie; local
1145 p2p_ie = wpa_bss_get_vendor_ie_multi(
1147 if (p2p_ie == NULL) {
1154 if (p2p_parse_dev_addr_in_p2p_ie(p2p_ie, dev_addr) < 0
1160 wpabuf_free(p2p_ie);
1163 wpabuf_free(p2p_ie);
H A Dp2p_supplicant.c6702 struct wpabuf *p2p_ie; local
6718 p2p_ie = wpa_bss_get_vendor_ie_multi(bss, P2P_IE_VENDOR_TYPE);
6720 p2p_group, p2p_ie);
6721 wpabuf_free(p2p_ie);

Completed in 213 milliseconds