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

  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 461 if (p2p->wps_vendor_ext[i] == NULL)
464 4 + wpabuf_len(p2p->wps_vendor_ext[i]))
467 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i]));
468 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]);
p2p.c 777 wpabuf_free(dev->info.wps_vendor_ext[i]);
778 dev->info.wps_vendor_ext[i] = NULL;
782 if (msg.wps_vendor_ext[i] == NULL)
784 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
785 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
786 if (dev->info.wps_vendor_ext[i] == NULL)
868 wpabuf_free(dev->info.wps_vendor_ext[i]);
869 dev->info.wps_vendor_ext[i] = NULL;
    [all...]
p2p_i.h 447 * wps_vendor_ext - WPS Vendor Extensions to add
449 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
563 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
p2p.h 227 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_peer_info
    [all...]
p2p_parse.c 371 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 765 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
768 wpa_s->conf->wps_vendor_ext[i];
927 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
929 wpa_s->conf->wps_vendor_ext[i] =
933 wpa_s->conf->wps_vendor_ext[i] = NULL;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 698 * wps_vendor_ext - Vendor extension attributes in WPS
700 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member in struct:wpa_config
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 377 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
wps_hostapd.c 929 if (hapd->conf->wps_vendor_ext[i] == NULL)
933 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
    [all...]

Completed in 499 milliseconds