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 872 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
875 wpa_s->conf->wps_vendor_ext[i];
999 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
1001 wpa_s->conf->wps_vendor_ext[i] =
1005 wpa_s->conf->wps_vendor_ext[i] = NULL;
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 822 if (p2p->wps_vendor_ext[i] == NULL)
825 4 + wpabuf_len(p2p->wps_vendor_ext[i]))
828 wpabuf_put_be16(buf, wpabuf_len(p2p->wps_vendor_ext[i]));
829 wpabuf_put_buf(buf, p2p->wps_vendor_ext[i]);
p2p.c 827 wpabuf_free(dev->info.wps_vendor_ext[i]);
828 dev->info.wps_vendor_ext[i] = NULL;
832 if (msg.wps_vendor_ext[i] == NULL)
834 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
835 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
836 if (dev->info.wps_vendor_ext[i] == NULL)
925 wpabuf_free(dev->info.wps_vendor_ext[i]);
926 dev->info.wps_vendor_ext[i] = NULL;
    [all...]
p2p_i.h 488 * wps_vendor_ext - WPS Vendor Extensions to add
490 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
615 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
p2p.h 386 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_peer_info
    [all...]
p2p_parse.c 492 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 727 * wps_vendor_ext - Vendor extension attributes in WPS
729 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 426 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
wps_hostapd.c 948 if (hapd->conf->wps_vendor_ext[i] == NULL)
952 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
    [all...]
ap_config.c 524 wpabuf_free(conf->wps_vendor_ext[i]);

Completed in 154 milliseconds