Home
last modified time | relevance | path

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

/hostap-latest/src/common/
Ddpp_reconfig.c96 msg = dpp_alloc_msg(DPP_PA_RECONFIG_ANNOUNCEMENT, attr_len); in dpp_build_reconfig_announcement()
139 msg = dpp_alloc_msg(DPP_PA_RECONFIG_AUTH_REQ, attr_len); in dpp_reconfig_build_req()
365 msg = dpp_alloc_msg(DPP_PA_RECONFIG_AUTH_RESP, attr_len); in dpp_reconfig_build_resp()
617 msg = dpp_alloc_msg(DPP_PA_RECONFIG_AUTH_CONF, attr_len); in dpp_reconfig_build_conf()
Ddpp_pkex.c87 msg = dpp_alloc_msg(v2 ? DPP_PA_PKEX_EXCHANGE_REQ : in dpp_pkex_build_exchange_req()
234 msg = dpp_alloc_msg(DPP_PA_PKEX_EXCHANGE_RESP, attr_len); in dpp_pkex_build_exchange_resp()
605 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_REQ, attr_len); in dpp_pkex_build_commit_reveal_req()
926 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_RESP, attr_len); in dpp_pkex_build_commit_reveal_resp()
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()
Ddpp.c48 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type, in dpp_alloc_msg() function
3607 msg = dpp_alloc_msg(DPP_PA_CONFIGURATION_RESULT, attr_len); in dpp_build_conf_result()
3829 msg = dpp_alloc_msg(DPP_PA_CONNECTION_STATUS_RESULT, attr_len); in dpp_build_conn_status_result()
5072 msg = dpp_alloc_msg(DPP_PA_PRESENCE_ANNOUNCEMENT, 4 + SHA256_MAC_LEN); in dpp_build_presence_announcement()
5111 msg = dpp_alloc_msg(DPP_PA_PB_PRESENCE_ANNOUNCEMENT, in dpp_build_pb_announcement()
5149 msg = dpp_alloc_msg(DPP_PA_PB_PRESENCE_ANNOUNCEMENT_RESP, in dpp_build_pb_announcement_resp()
Ddpp.h655 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type,
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c3836 msg = dpp_alloc_msg(DPP_PA_PRIV_PEER_INTRO_UPDATE, 0); in wpas_dpp_send_private_peer_intro_update()
3858 msg = dpp_alloc_msg(DPP_PA_PRIV_PEER_INTRO_UPDATE, len); in wpas_dpp_send_private_peer_intro_update()
4451 msg = dpp_alloc_msg(DPP_PA_PRIV_PEER_INTRO_QUERY, len); in wpas_dpp_start_private_peer_intro()
4551 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_REQ, len); in wpas_dpp_check_connect()
/hostap-latest/src/ap/
Ddpp_hostapd.c1909 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_RESP, len); in hostapd_dpp_send_peer_disc_resp()
2748 msg = dpp_alloc_msg(DPP_PA_PRIV_PEER_INTRO_NOTIFY, len); in hostapd_dpp_rx_priv_peer_intro_query()