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

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 871 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
874 wpa_s->conf->wps_vendor_ext[i];
997 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
999 wpa_s->conf->wps_vendor_ext[i] =
1003 wpa_s->conf->wps_vendor_ext[i] = NULL;
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 783 if (p2p->wps_vendor_ext[i] == NULL)
786 4 + wpabuf_len(p2p->wps_vendor_ext[i]))
789 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i]));
790 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]);
p2p_i.h 473 * wps_vendor_ext - WPS Vendor Extensions to add
475 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
597 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
p2p.c 835 wpabuf_free(dev->info.wps_vendor_ext[i]);
836 dev->info.wps_vendor_ext[i] = NULL;
840 if (msg.wps_vendor_ext[i] == NULL)
842 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
843 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
844 if (dev->info.wps_vendor_ext[i] == NULL)
933 wpabuf_free(dev->info.wps_vendor_ext[i]);
934 dev->info.wps_vendor_ext[i] = NULL;
    [all...]
p2p.h 327 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_peer_info
    [all...]
p2p_parse.c 481 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 714 * wps_vendor_ext - Vendor extension attributes in WPS
716 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member in struct:wpa_config
    [all...]
p2p_supplicant.c     [all...]
config.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 405 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
wps_hostapd.c 940 if (hapd->conf->wps_vendor_ext[i] == NULL)
944 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
    [all...]
ap_config.c 512 wpabuf_free(conf->wps_vendor_ext[i]);

Completed in 700 milliseconds