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

/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c929 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
932 wpa_s->conf->wps_vendor_ext[i];
1056 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
1058 wpa_s->conf->wps_vendor_ext[i] =
1062 wpa_s->conf->wps_vendor_ext[i] = NULL;
1757 if (info->wps_vendor_ext[i] == NULL)
1759 vendor_extension[num] = info->wps_vendor_ext[i];
2440 if (hapd->conf->wps_vendor_ext[i] == NULL)
2443 hapd->conf->wps_vendor_ext[i];
2534 wpabuf_free(hapd->conf->wps_vendor_ext[
[all...]
/freebsd-13-stable/contrib/wpa/src/p2p/
H A Dp2p_build.c822 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]);
H A Dp2p.c831 wpabuf_free(dev->info.wps_vendor_ext[i]);
832 dev->info.wps_vendor_ext[i] = NULL;
836 if (msg.wps_vendor_ext[i] == NULL)
838 dev->info.wps_vendor_ext[i] = wpabuf_alloc_copy(
839 msg.wps_vendor_ext[i], msg.wps_vendor_ext_len[i]);
840 if (dev->info.wps_vendor_ext[i] == NULL)
933 wpabuf_free(dev->info.wps_vendor_ext[i]);
934 dev->info.wps_vendor_ext[i] = NULL;
3161 wpabuf_free(p2p->wps_vendor_ext[i]);
3162 p2p->wps_vendor_ext[
[all...]
H A Dp2p_i.h478 * wps_vendor_ext - WPS Vendor Extensions to add
480 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
610 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
H A Dp2p.h391 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_peer_info
H A Dp2p_parse.c492 msg->wps_vendor_ext[i] = attr.vendor_ext[i];
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h785 * wps_vendor_ext - Vendor extension attributes in WPS
787 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member in struct:wpa_config
H A Dp2p_supplicant.c4606 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
4609 global->p2p, wpa_s->conf->wps_vendor_ext[i]);
7489 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
7492 p2p, wpa_s->conf->wps_vendor_ext[i]);
H A Dconfig.c2694 wpabuf_free(config->wps_vendor_ext[i]);
/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_config.h499 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
H A Dwps_hostapd.c980 if (hapd->conf->wps_vendor_ext[i] == NULL)
984 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
H A Dap_config.c767 wpabuf_free(conf->wps_vendor_ext[i]);

Completed in 272 milliseconds