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 420 if (p2p->wps_vendor_ext[i] == NULL)
423 4 + wpabuf_len(p2p->wps_vendor_ext[i]))
426 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i]));
427 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]);
p2p.c 770 wpabuf_free(dev->info.wps_vendor_ext[i]);
771 dev->info.wps_vendor_ext[i] = NULL;
775 if (msg.wps_vendor_ext[i] == NULL)
777 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
778 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
779 if (dev->info.wps_vendor_ext[i] == NULL)
865 wpabuf_free(dev->info.wps_vendor_ext[i]);
866 dev->info.wps_vendor_ext[i] = NULL;
    [all...]
p2p_i.h 436 * wps_vendor_ext - WPS Vendor Extensions to add
438 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
533 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
p2p.h 228 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 580 * wps_vendor_ext - Vendor extension attributes in WPS
582 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 764 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
767 wpa_s->conf->wps_vendor_ext[i];
916 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
918 wpa_s->conf->wps_vendor_ext[i] =
922 wpa_s->conf->wps_vendor_ext[i] = NULL;
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 368 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
wps_hostapd.c 879 if (hapd->conf->wps_vendor_ext[i] == NULL)
883 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
    [all...]

Completed in 806 milliseconds