Searched refs:DPP_ATTR_PROTOCOL_VERSION (Results 1 – 6 of 6) sorted by relevance
| /hostap-latest/src/common/ |
| D | dpp_reconfig.c | 160 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_req() 377 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_resp() 464 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_req_rx() 595 wpabuf_put_le16(clear, DPP_ATTR_PROTOCOL_VERSION); in dpp_reconfig_build_conf() 708 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_reconfig_auth_resp_rx() 927 DPP_ATTR_PROTOCOL_VERSION, &version_len); in dpp_reconfig_auth_conf_rx()
|
| D | dpp_pkex.c | 95 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_pkex_build_exchange_req() 260 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in dpp_pkex_build_exchange_resp() 374 version = dpp_get_attr(buf, len, DPP_ATTR_PROTOCOL_VERSION, in dpp_pkex_rx_exchange_req() 739 version = dpp_get_attr(buf, buflen, DPP_ATTR_PROTOCOL_VERSION, in dpp_pkex_rx_exchange_resp()
|
| D | dpp_auth.c | 127 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() 722 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_auth_req_rx() 1507 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION, in dpp_auth_resp_rx()
|
| D | dpp.h | 91 DPP_ATTR_PROTOCOL_VERSION = 0x1019, enumerator
|
| /hostap-latest/src/ap/ |
| D | dpp_hostapd.c | 2009 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in hostapd_dpp_send_peer_disc_resp() 2120 version = dpp_get_attr(buf, len, DPP_ATTR_PROTOCOL_VERSION, in hostapd_dpp_rx_peer_disc_req() 2736 version = dpp_get_attr(buf, len, DPP_ATTR_PROTOCOL_VERSION, in hostapd_dpp_rx_priv_peer_intro_query() 2765 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in hostapd_dpp_rx_priv_peer_intro_query() 2871 DPP_ATTR_PROTOCOL_VERSION, &version_len); in hostapd_dpp_rx_priv_peer_intro_update()
|
| /hostap-latest/wpa_supplicant/ |
| D | dpp_supplicant.c | 2844 version = dpp_get_attr(buf, len, DPP_ATTR_PROTOCOL_VERSION, in wpas_dpp_rx_peer_disc_resp() 3825 wpabuf_put_le16(pt, DPP_ATTR_PROTOCOL_VERSION); in wpas_dpp_send_private_peer_intro_update() 3960 version = dpp_get_attr(buf, len, DPP_ATTR_PROTOCOL_VERSION, in wpas_dpp_rx_priv_peer_intro_notify() 4469 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in wpas_dpp_start_private_peer_intro() 4633 wpabuf_put_le16(msg, DPP_ATTR_PROTOCOL_VERSION); in wpas_dpp_check_connect()
|