Searched refs:DPP_VERSION (Results 1 – 12 of 12) sorted by relevance
27 #define DPP_VERSION (dpp_version_override) macro31 #define DPP_VERSION 2 macro33 #define DPP_VERSION 1 macro
154 wpabuf_put_u8(msg, DPP_VERSION); in dpp_reconfig_build_req()367 wpabuf_put_u8(msg, DPP_VERSION); in dpp_reconfig_build_resp()916 if (!version || version_len < 1 || version[0] != DPP_VERSION) { in dpp_reconfig_auth_conf_rx()
126 if (DPP_VERSION > 1) { in dpp_auth_build_req()129 wpabuf_put_u8(msg, DPP_VERSION); in dpp_auth_build_req()295 wpabuf_put_u8(msg, DPP_VERSION); in dpp_auth_build_resp()725 if (version && DPP_VERSION > 1) { in dpp_auth_req_rx()1511 if (version && DPP_VERSION > 1) { in dpp_auth_resp_rx()
320 if (!version || DPP_VERSION < 2) in dpp_parse_uri_version()649 DPP_VERSION == 2 ? "V:2;" : "", in dpp_gen_uri()
1558 if (DPP_VERSION > 1) { in hostapd_dpp_send_peer_disc_resp()1562 wpabuf_put_u8(msg, DPP_VERSION); in hostapd_dpp_send_peer_disc_resp()
3150 if (DPP_VERSION > 1 && kde.dpp_kde) { in SM_STATE()3606 if (DPP_VERSION > 1 && sm->wpa_key_mgmt == WPA_KEY_MGMT_DPP) { in SM_STATE()3609 payload[0] = DPP_VERSION; /* Protocol Version */ in SM_STATE()
4588 if (DPP_VERSION > 1 && in check_assoc_ies()5082 if (DPP_VERSION > 1 && (hapd->conf->wpa_key_mgmt & WPA_KEY_MGMT_DPP) && in send_assoc_resp()
807 if (DPP_VERSION > 1 && sm->key_mgmt == WPA_KEY_MGMT_DPP) { in wpa_supplicant_process_1_of_4()816 *pos++ = DPP_VERSION; /* Protocol Version */ in wpa_supplicant_process_1_of_4()1746 if (DPP_VERSION > 1 && ie.dpp_kde) { in wpa_supplicant_process_3_of_4()
3225 if (DPP_VERSION > 1) { in wpas_dpp_check_connect()3229 wpabuf_put_u8(msg, DPP_VERSION); in wpas_dpp_check_connect()
2851 if (DPP_VERSION > 1 && wpa_s->key_mgmt == WPA_KEY_MGMT_DPP && in wpa_supplicant_event_associnfo()4625 if (DPP_VERSION > 1 && wpa_s->current_ssid && in wpas_event_assoc_reject()
1849 if (DPP_VERSION > 1 && wpa_s->key_mgmt == WPA_KEY_MGMT_DPP && ssid && in sme_associate()
3159 if (DPP_VERSION > 1 && in wpas_populate_assoc_ies()