Home
last modified time | relevance | path

Searched refs:dpp_alloc_msg (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/wpa/src/common/
H A Ddpp_reconfig.c96 msg = dpp_alloc_msg(DPP_PA_RECONFIG_ANNOUNCEMENT, attr_len); in dpp_build_reconfig_announcement()
138 msg = dpp_alloc_msg(DPP_PA_RECONFIG_AUTH_REQ, attr_len); in dpp_reconfig_build_req()
349 msg = dpp_alloc_msg(DPP_PA_RECONFIG_AUTH_RESP, attr_len); in dpp_reconfig_build_resp()
601 msg = dpp_alloc_msg(DPP_PA_RECONFIG_AUTH_CONF, attr_len); in dpp_reconfig_build_conf()
H A Ddpp_pkex.c88 msg = dpp_alloc_msg(v2 ? DPP_PA_PKEX_EXCHANGE_REQ : in dpp_pkex_build_exchange_req()
231 msg = dpp_alloc_msg(DPP_PA_PKEX_EXCHANGE_RESP, attr_len); in dpp_pkex_build_exchange_resp()
598 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_REQ, attr_len); in dpp_pkex_build_commit_reveal_req()
917 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_RESP, attr_len); in dpp_pkex_build_commit_reveal_resp()
H A Ddpp_auth.c86 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_REQ, attr_len); in dpp_auth_build_req()
267 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_RESP, attr_len); in dpp_auth_build_resp()
985 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_CONF, attr_len); in dpp_auth_build_conf()
H A Ddpp.h586 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type,
H A Ddpp.c48 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type, in dpp_alloc_msg() function
3100 msg = dpp_alloc_msg(DPP_PA_CONFIGURATION_RESULT, attr_len); in dpp_build_conf_result()
3322 msg = dpp_alloc_msg(DPP_PA_CONNECTION_STATUS_RESULT, attr_len); in dpp_build_conn_status_result()
4396 msg = dpp_alloc_msg(DPP_PA_PRESENCE_ANNOUNCEMENT, 4 + SHA256_MAC_LEN); in dpp_build_presence_announcement()
/freebsd-13.1/contrib/wpa/src/ap/
H A Ddpp_hostapd.c1486 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_RESP, len); in hostapd_dpp_send_peer_disc_resp()
/freebsd-13.1/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c3165 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_REQ, len); in wpas_dpp_check_connect()