/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_dev_attr.c | 231 if (dev->vendor_ext[i] == NULL) in wps_build_vendor_ext() 234 wpabuf_head_u8(dev->vendor_ext[i]), in wps_build_vendor_ext() 235 wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext() 237 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext() 238 wpabuf_put_buf(msg, dev->vendor_ext[i]); in wps_build_vendor_ext()
|
D | wps_attr_parse.h | 99 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member
|
D | wps_attr_parse.c | 144 attr->vendor_ext[attr->num_vendor_ext] = pos; in wps_parse_vendor_ext()
|
D | wps.h | 100 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
|
D | wps_registrar.c | 1316 if (reg->wps->dev.vendor_ext[i]) { in wps_set_ie() 1318 vendor_len += wpabuf_len(reg->wps->dev.vendor_ext[i]); in wps_set_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_dev_attr.c | 231 if (dev->vendor_ext[i] == NULL) in wps_build_vendor_ext() 234 wpabuf_head_u8(dev->vendor_ext[i]), in wps_build_vendor_ext() 235 wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext() 237 wpabuf_put_be16(msg, wpabuf_len(dev->vendor_ext[i])); in wps_build_vendor_ext() 238 wpabuf_put_buf(msg, dev->vendor_ext[i]); in wps_build_vendor_ext()
|
D | wps_attr_parse.h | 99 const u8 *vendor_ext[MAX_WPS_PARSE_VENDOR_EXT]; member
|
D | wps_attr_parse.c | 144 attr->vendor_ext[attr->num_vendor_ext] = pos; in wps_parse_vendor_ext()
|
D | wps.h | 100 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; member
|
D | wps_registrar.c | 1306 if (reg->wps->dev.vendor_ext[i]) { in wps_set_ie() 1308 vendor_len += wpabuf_len(reg->wps->dev.vendor_ext[i]); in wps_set_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 850 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; in wpas_dbus_getter_p2p_device_config() local 931 vendor_ext[num_vendor_extensions++] = in wpas_dbus_getter_p2p_device_config() 938 vendor_ext, in wpas_dbus_getter_p2p_device_config() 2427 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_vendor_ext() local 2430 os_memset(vendor_ext, 0, sizeof(vendor_ext)); in wpas_dbus_getter_p2p_group_vendor_ext() 2442 vendor_ext[num_vendor_ext++] = in wpas_dbus_getter_p2p_group_vendor_ext() 2450 vendor_ext, in wpas_dbus_getter_p2p_group_vendor_ext()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 903 const struct wpabuf *vendor_ext[P2P_MAX_WPS_VENDOR_EXT]; in wpas_dbus_getter_p2p_device_config() local 984 vendor_ext[num_vendor_extensions++] = in wpas_dbus_getter_p2p_device_config() 991 vendor_ext, in wpas_dbus_getter_p2p_device_config() 2496 struct wpabuf *vendor_ext[MAX_WPS_VENDOR_EXTENSIONS]; in wpas_dbus_getter_p2p_group_vendor_ext() local 2499 os_memset(vendor_ext, 0, sizeof(vendor_ext)); in wpas_dbus_getter_p2p_group_vendor_ext() 2511 vendor_ext[num_vendor_ext++] = in wpas_dbus_getter_p2p_group_vendor_ext() 2519 vendor_ext, in wpas_dbus_getter_p2p_group_vendor_ext()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 977 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext() 978 wps->dev.vendor_ext[i] = NULL; in hostapd_wps_set_vendor_ext() 983 wps->dev.vendor_ext[i] = in hostapd_wps_set_vendor_ext() 985 if (wps->dev.vendor_ext[i] == NULL) { in hostapd_wps_set_vendor_ext() 987 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext() 1001 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_free_wps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 1031 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext() 1032 wps->dev.vendor_ext[i] = NULL; in hostapd_wps_set_vendor_ext() 1037 wps->dev.vendor_ext[i] = in hostapd_wps_set_vendor_ext() 1039 if (wps->dev.vendor_ext[i] == NULL) { in hostapd_wps_set_vendor_ext() 1041 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_wps_set_vendor_ext() 1070 wpabuf_free(wps->dev.vendor_ext[i]); in hostapd_free_wps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
D | p2p_parse.c | 492 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
|
D | p2p.h | 2234 const struct wpabuf *vendor_ext);
|
D | p2p.c | 3198 const struct wpabuf *vendor_ext) in p2p_add_wps_vendor_extension() argument 3202 if (vendor_ext == NULL) in p2p_add_wps_vendor_extension() 3212 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext); in p2p_add_wps_vendor_extension()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
D | p2p_parse.c | 492 msg->wps_vendor_ext[i] = attr.vendor_ext[i]; in p2p_parse_wps_ie()
|
D | p2p.h | 2220 const struct wpabuf *vendor_ext);
|
D | p2p.c | 3170 const struct wpabuf *vendor_ext) in p2p_add_wps_vendor_extension() argument 3174 if (vendor_ext == NULL) in p2p_add_wps_vendor_extension() 3184 p2p->wps_vendor_ext[i] = wpabuf_dup(vendor_ext); in p2p_add_wps_vendor_extension()
|