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

  /external/wpa_supplicant_8/src/wps/
wps_dev_attr.c 236 if (dev->vendor_ext[i] == NULL)
239 wpabuf_head_u8(dev->vendor_ext[i]),
240 wpabuf_len(dev->vendor_ext[i]));
242 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext[i]));
243 wpabuf_put_buf(msg, dev->vendor_ext[i]);
wps_attr_parse.h 101 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member in struct:wps_parse_attr
wps.h 101 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:wps_device_data
wps_attr_parse.c 125 attr->vendor_ext[attr->num_vendor_ext] = pos;
wps_registrar.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c 955 wpabuf_free(wps->dev.vendor_ext[i]);
956 wps->dev.vendor_ext[i] = NULL;
961 wps->dev.vendor_ext[i] =
963 if (wps->dev.vendor_ext[i] == NULL) {
965 wpabuf_free(wps->dev.vendor_ext[i]);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 716 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; local
766 vendor_ext[num_vendor_extensions++] =
773 vendor_ext,
1966 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h     [all...]
p2p_parse.c 357 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
p2p.c     [all...]

Completed in 74 milliseconds