Searched refs:wps_vendor_ext (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/p2p/
H A Dp2p_build.c420 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]);
H A Dp2p.c704 wpabuf_free(dev->info.wps_vendor_ext[i]);
705 dev->info.wps_vendor_ext[i] = NULL;
709 if (msg.wps_vendor_ext[i] == NULL)
711 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
712 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
713 if (dev->info.wps_vendor_ext[i] == NULL)
775 wpabuf_free(dev->info.wps_vendor_ext[i]);
776 dev->info.wps_vendor_ext[i] = NULL;
2586 wpabuf_free(p2p->wps_vendor_ext[i]);
2587 p2p->wps_vendor_ext[
[all...]
H A Dp2p_i.h418 * wps_vendor_ext - WPS Vendor Extensions to add
420 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
515 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
H A Dp2p.h223 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_peer_info
H A Dp2p_parse.c357 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/
H A Dconfig.h578 * wps_vendor_ext - Vendor extension attributes in WPS
580 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member in struct:wpa_config
H A Dp2p_supplicant.c2955 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
2958 global->p2p, wpa_s->conf->wps_vendor_ext[i]);
4937 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
4940 p2p, wpa_s->conf->wps_vendor_ext[i]);
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c762 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
765 wpa_s->conf->wps_vendor_ext[i];
914 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
916 wpa_s->conf->wps_vendor_ext[i] =
920 wpa_s->conf->wps_vendor_ext[i] = NULL;
1453 if (info->wps_vendor_ext[i] == NULL)
1455 vendor_extension[num] = info->wps_vendor_ext[i];
1976 if (hapd->conf->wps_vendor_ext[i] == NULL)
1980 hapd->conf->wps_vendor_ext[i];
2029 hapd->conf->wps_vendor_ext[
[all...]
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_config.h367 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
H A Dwps_hostapd.c761 if (hapd->conf->wps_vendor_ext[i] == NULL)
765 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);

Completed in 338 milliseconds