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.c152 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_req()
365 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_resp()
452 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_req_rx()
583 wpabuf_put_le16(clear, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_conf()
696 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_resp_rx()
915 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()
293 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_auth_build_resp()
723 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_auth_req_rx()
1509 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_auth_resp_rx()
Ddpp.h84 DPP_ATTR_PROTOCOL_VERSION = 0x1019, enumerator
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c2481 version = dpp_get_attr(buf, len, DPP_ATTR_PROTOCOL_VERSION, in wpas_dpp_rx_peer_disc_resp()
3227 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in wpas_dpp_check_connect()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c1560 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in hostapd_dpp_send_peer_disc_resp()