Lines Matching defs:version
3091 const u8 *version;
3123 auth->peer_version = 1; /* default to the first version */
3125 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION,
3127 if (version) {
3128 if (version_len < 1 || version[0] == 0) {
3133 auth->peer_version = version[0];
3134 wpa_printf(MSG_DEBUG, "DPP: Peer protocol version %u",
3654 const u8 *version;
3731 auth->peer_version = 1; /* default to the first version */
3733 version = dpp_get_attr(attr_start, attr_len, DPP_ATTR_PROTOCOL_VERSION,
3735 if (version) {
3736 if (version_len < 1 || version[0] == 0) {
3741 auth->peer_version = version[0];
3742 wpa_printf(MSG_DEBUG, "DPP: Peer protocol version %u",
4625 "DPP: Convert DPP+legacy credential to DPP-only for peer that does not support version 2");