Home
last modified time | relevance | path

Searched refs:DPP_ATTR_PROTOCOL_VERSION (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddpp_reconfig.c102 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_req()
268 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_resp()
350 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_req_rx()
509 wpabuf_put_le16(clear, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_conf()
617 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_resp_rx()
821 DPP_ATTR_PROTOCOL_VERSION, &version_len); in dpp_reconfig_auth_conf_rx()
Ddpp_auth.c127 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_auth_build_req()
292 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_auth_build_resp()
722 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_auth_req_rx()
1508 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_auth_resp_rx()
Ddpp.h83 DPP_ATTR_PROTOCOL_VERSION = 0x1019, enumerator
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c2191 version = dpp_get_attr(buf, len, DPP_ATTR_PROTOCOL_VERSION, in wpas_dpp_rx_peer_disc_resp()
2916 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in wpas_dpp_check_connect()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c1446 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in hostapd_dpp_send_peer_disc_resp()