Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
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()
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()
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.h586 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type,
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.h442 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type,
Ddpp.c704 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type, in dpp_alloc_msg() function
1696 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_REQ, attr_len); in dpp_auth_build_req()
1874 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_RESP, attr_len); in dpp_auth_build_resp()
3389 msg = dpp_alloc_msg(DPP_PA_AUTHENTICATION_CONF, attr_len); in dpp_auth_build_conf()
6109 msg = dpp_alloc_msg(DPP_PA_CONFIGURATION_RESULT, attr_len); in dpp_build_conf_result()
6960 msg = dpp_alloc_msg(DPP_PA_PKEX_EXCHANGE_REQ, attr_len); in dpp_pkex_build_exchange_req()
7092 msg = dpp_alloc_msg(DPP_PA_PKEX_EXCHANGE_RESP, attr_len); in dpp_pkex_build_exchange_resp()
7503 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_REQ, attr_len); in dpp_pkex_build_commit_reveal_req()
7804 msg = dpp_alloc_msg(DPP_PA_PKEX_COMMIT_REVEAL_RESP, attr_len); in dpp_pkex_build_commit_reveal_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddpp_hostapd.c970 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_RESP, in hostapd_dpp_send_peer_disc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Ddpp_supplicant.c2045 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_REQ, in wpas_dpp_check_connect()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddpp_hostapd.c1492 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_RESP, len); in hostapd_dpp_send_peer_disc_resp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Ddpp_supplicant.c3172 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_REQ, len); in wpas_dpp_check_connect()