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

  /external/wpa_supplicant_8/src/ap/
p2p_hostapd.c 32 if (sta->p2p_ie == NULL)
35 return p2p_ie_text(sta->p2p_ie, buf, buf + buflen);
sta_info.h 109 struct wpabuf *p2p_ie; /* P2P IE from (Re)Association Request */ member in struct:sta_info
drv_callbacks.c 100 wpabuf_free(sta->p2p_ie);
101 sta->p2p_ie = ieee802_11_vendor_ie_concat(all_ies, all_ies_len,
ieee802_11.c 825 wpabuf_free(sta->p2p_ie);
826 sta->p2p_ie = ieee802_11_vendor_ie_concat(ies, ies_len,
830 wpabuf_free(sta->p2p_ie);
831 sta->p2p_ie = NULL;
931 if (sta->p2p_ie) {
    [all...]
hostapd.c 926 if (sta->p2p_ie == NULL && !sta->no_p2p_set) {
sta_info.c 222 wpabuf_free(sta->p2p_ie);
ieee802_1x.c 695 sta->wps_ie, sta->p2p_ie, sta);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 30 struct wpabuf *p2p_ie; member in struct:p2p_group_member
83 wpabuf_free(m->p2p_ie);
259 * @p2p_ie: P2P IE from (Re)Association Request
269 struct wpabuf *p2p_ie,
277 if (p2p_ie == NULL)
281 if (p2p_parse_p2p_ie(p2p_ie, &msg) ||
330 m->p2p_ie = ieee802_11_vendor_ie_concat(ie, len, P2P_IE_VENDOR_TYPE);
331 if (m->p2p_ie) {
332 m->client_info = p2p_build_client_info(addr, m->p2p_ie,
342 MAC2STR(addr), m->p2p_ie ? 1 : 0, m->client_info ? 1 : 0
    [all...]
p2p.h     [all...]
p2p_parse.c 674 int p2p_get_cross_connect_disallowed(const struct wpabuf *p2p_ie)
679 if (p2p_parse_p2p_ie(p2p_ie, &msg))
689 u8 p2p_get_group_capab(const struct wpabuf *p2p_ie)
694 if (p2p_parse_p2p_ie(p2p_ie, &msg))
704 const u8 * p2p_get_go_dev_addr(const struct wpabuf *p2p_ie)
709 if (p2p_parse_p2p_ie(p2p_ie, &msg))
p2p.c 1894 struct wpabuf *p2p_ie; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c     [all...]

Completed in 653 milliseconds