Searched refs:dpp_alloc_msg (Results 1 – 11 of 11) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_reconfig.c | 96 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()
|
D | dpp_pkex.c | 88 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()
|
D | dpp_auth.c | 86 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()
|
D | dpp.h | 586 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type,
|
D | dpp.c | 48 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/ |
D | dpp.h | 442 struct wpabuf * dpp_alloc_msg(enum dpp_public_action_frame_type type,
|
D | dpp.c | 704 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/ |
D | dpp_hostapd.c | 970 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/ |
D | dpp_supplicant.c | 2045 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/ |
D | dpp_hostapd.c | 1492 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/ |
D | dpp_supplicant.c | 3172 msg = dpp_alloc_msg(DPP_PA_PEER_DISCOVERY_REQ, len); in wpas_dpp_check_connect()
|