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 416 if (p2p->wps_vendor_ext[i] == NULL)
419 4 + wpabuf_len(p2p->wps_vendor_ext[i]))
422 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i]));
423 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]);
p2p.c 693 wpabuf_free(dev->info.wps_vendor_ext[i]);
694 dev->info.wps_vendor_ext[i] = NULL;
698 if (msg.wps_vendor_ext[i] == NULL)
700 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
701 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
702 if (dev->info.wps_vendor_ext[i] == NULL)
757 wpabuf_free(dev->info.wps_vendor_ext[i]);
758 dev->info.wps_vendor_ext[i] = NULL;
    [all...]
p2p_i.h 414 * wps_vendor_ext - WPS Vendor Extensions to add
416 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
489 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
p2p.h 212 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_peer_info
    [all...]
p2p_parse.c 357 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 365 * wps_vendor_ext - Vendor extension attributes in WPS
367 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member in struct:wpa_config
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 766 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
769 wpa_s->conf->wps_vendor_ext[i];
918 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
920 wpa_s->conf->wps_vendor_ext[i] =
924 wpa_s->conf->wps_vendor_ext[i] = NULL;
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 328 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
wps_hostapd.c 739 if (hapd->conf->wps_vendor_ext[i] == NULL)
743 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
    [all...]

Completed in 536 milliseconds