HomeSort by relevance Sort by last modified time
    Searched refs:p2p_ie (Results 1 - 13 of 13) sorted by null

  /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 184 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
sta_info.c 89 if (sta->p2p_ie == NULL)
92 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie);
320 wpabuf_free(sta->p2p_ie);
    [all...]
drv_callbacks.c 200 wpabuf_free(sta->p2p_ie);
201 sta->p2p_ie = ieee802_11_vendor_ie_concat(req_ies, req_ies_len,
203 if (sta->p2p_ie)
204 p2p_dev_addr = p2p_get_go_dev_addr(sta->p2p_ie);
    [all...]
ieee802_11.c     [all...]
hostapd.c     [all...]
ieee802_1x.c 863 sta->wps_ie, sta->p2p_ie, sta,
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 25 struct wpabuf *p2p_ie; member in struct:p2p_group_member
78 wpabuf_free(m->p2p_ie);
513 * @p2p_ie: P2P IE from (Re)Association Request
523 struct wpabuf *p2p_ie,
531 if (p2p_ie == NULL)
535 if (p2p_parse_p2p_ie(p2p_ie, &msg) ||
616 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
617 if (m->p2p_ie) {
618 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
633 MAC2STR(addr), m->p2p_ie ? 1 : 0, m->wfd_ie ? 1 : 0
    [all...]
p2p.h     [all...]
p2p_parse.c 846 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie)
851 if (p2p_parse_p2p_ie(p2p_ie, &msg))
861 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie)
866 if (p2p_parse_p2p_ie(p2p_ie, &msg))
876 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie)
881 if (p2p_parse_p2p_ie(p2p_ie, &msg))
p2p.c 2688 struct wpabuf *p2p_ie; local
2875 struct wpabuf *p2p_ie; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1231 struct wpabuf *p2p_ie; local
1241 p2p_ie = wpa_bss_get_vendor_ie_multi(
1243 if (p2p_ie == NULL) {
1250 if (p2p_parse_dev_addr_in_p2p_ie(p2p_ie, dev_addr) < 0
1256 wpabuf_free(p2p_ie);
1259 wpabuf_free(p2p_ie);
    [all...]
p2p_supplicant.c 6720 struct wpabuf *p2p_ie; local
    [all...]

Completed in 277 milliseconds