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

12

/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c918 if (wpa_s->conf->wps_vendor_ext[i] == NULL)
921 wpa_s->conf->wps_vendor_ext[i];
1045 wpabuf_free(wpa_s->conf->wps_vendor_ext[i]);
1047 wpa_s->conf->wps_vendor_ext[i] =
1051 wpa_s->conf->wps_vendor_ext[i] = NULL;
1746 if (info->wps_vendor_ext[i] == NULL)
1748 vendor_extension[num] = info->wps_vendor_ext[i];
2405 if (hapd->conf->wps_vendor_ext[i] == NULL)
2408 hapd->conf->wps_vendor_ext[i];
2499 wpabuf_free(hapd->conf->wps_vendor_ext[
[all...]
/external/wpa_supplicant_8/hostapd/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;
3177 wpabuf_free(p2p->wps_vendor_ext[i]);
3178 p2p->wps_vendor_ext[
[all...]
H A Dp2p_i.h488 * wps_vendor_ext - WPS Vendor Extensions to add
490 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
619 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
H A Dp2p.h386 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];
/external/wpa_supplicant_8/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;
3177 wpabuf_free(p2p->wps_vendor_ext[i]);
3178 p2p->wps_vendor_ext[
[all...]
H A Dp2p_i.h488 * wps_vendor_ext - WPS Vendor Extensions to add
490 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
619 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
H A Dp2p.h386 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];
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h727 * wps_vendor_ext - Vendor extension attributes in WPS
729 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXT]; member in struct:wpa_config
/external/wpa_supplicant_8/wpa_supplicant/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;
3177 wpabuf_free(p2p->wps_vendor_ext[i]);
3178 p2p->wps_vendor_ext[
[all...]
H A Dp2p_i.h488 * wps_vendor_ext - WPS Vendor Extensions to add
490 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_data
619 const u8 *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_message
H A Dp2p.h386 struct wpabuf *wps_vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; member in struct:p2p_peer_info
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h440 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
H A Dwps_hostapd.c942 if (hapd->conf->wps_vendor_ext[i] == NULL)
946 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
H A Dap_config.c549 wpabuf_free(conf->wps_vendor_ext[i]);
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h440 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
H A Dwps_hostapd.c942 if (hapd->conf->wps_vendor_ext[i] == NULL)
946 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
H A Dap_config.c549 wpabuf_free(conf->wps_vendor_ext[i]);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h440 struct wpabuf *wps_vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member in struct:hostapd_bss_config
H A Dwps_hostapd.c942 if (hapd->conf->wps_vendor_ext[i] == NULL)
946 wpabuf_dup(hapd->conf->wps_vendor_ext[i]);
H A Dap_config.c549 wpabuf_free(conf->wps_vendor_ext[i]);

Completed in 243 milliseconds

12