HomeSort by: relevance | last modified time | path
    Searched refs:vendor_ext_m1 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps_dev_attr.c 207 if (dev->vendor_ext_m1 != NULL) {
209 wpabuf_head_u8(dev->vendor_ext_m1),
210 wpabuf_len(dev->vendor_ext_m1));
212 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext_m1));
213 wpabuf_put_buf(msg, dev->vendor_ext_m1);
wps.h 99 struct wpabuf *vendor_ext_m1; member in struct:wps_device_data
  /src/external/bsd/wpa/dist/wpa_supplicant/
wps_supplicant.c 1571 wpabuf_free(wps->dev.vendor_ext_m1);
1572 wps->dev.vendor_ext_m1 = NULL;
1575 wps->dev.vendor_ext_m1 =
1577 if (!wps->dev.vendor_ext_m1) {
1579 "allocate memory for vendor_ext_m1");
1714 wpabuf_free(wpa_s->wps->dev.vendor_ext_m1);

Completed in 19 milliseconds