Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp.h424 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type,
Ddpp.c563 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type, in dpp_alloc_msg() function
1554 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_REQ, attr_len); in dpp_auth_build_req()
1732 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_RESP, attr_len); in dpp_auth_build_resp()
3284 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_CONF, attr_len); in dpp_auth_build_conf()
6015 msg = dpp_alloc_msg(DPP_PA_CONFIGURATION_RESULT, attr_len); in dpp_build_conf_result()
6870 msg = dpp_alloc_msg(DPP_PA_PKEX_EXCHANGE_REQ, attr_len); in dpp_pkex_build_exchange_req()
7001 msg = dpp_alloc_msg(DPP_PA_PKEX_EXCHANGE_RESP, attr_len); in dpp_pkex_build_exchange_resp()
7423 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_REQ, attr_len); in dpp_pkex_build_commit_reveal_req()
7746 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_RESP, attr_len); in dpp_pkex_build_commit_reveal_resp()
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c961 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_RESP, in hostapd_dpp_send_peer_disc_resp()
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c2009 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_REQ, in wpas_dpp_check_connect()