Home
last modified time | relevance | path

Searched refs:resp_msg (Results 1 – 6 of 6) sorted by relevance

/hostap-latest/src/common/
Ddpp_auth.c593 wpabuf_free(auth->resp_msg); in dpp_auth_build_resp_ok()
594 auth->resp_msg = msg; in dpp_auth_build_resp_ok()
661 wpabuf_free(auth->resp_msg); in dpp_auth_build_resp_status()
662 auth->resp_msg = msg; in dpp_auth_build_resp_status()
1729 return wpabuf_dup(auth->resp_msg); in dpp_auth_resp_rx()
Ddpp.h310 struct wpabuf *resp_msg; member
Ddpp_tcp.c800 return dpp_tcp_send_msg(conn, conn->auth->resp_msg); in dpp_controller_rx_auth_req()
2299 dpp_tcp_send_msg(conn, conn->auth->resp_msg); in dpp_controller_new_qr_code()
Ddpp.c1465 wpabuf_free(auth->resp_msg); in dpp_auth_deinit()
/hostap-latest/src/ap/
Ddpp_hostapd.c75 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code()
76 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code()
176 if (!auth || !auth->resp_msg) in hostapd_dpp_auth_resp_retry_timeout()
186 wpabuf_head(auth->resp_msg), in hostapd_dpp_auth_resp_retry_timeout()
187 wpabuf_len(auth->resp_msg)); in hostapd_dpp_auth_resp_retry_timeout()
196 if (!auth || !auth->resp_msg) in hostapd_dpp_auth_resp_retry()
1134 src, wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_rx_auth_req()
1135 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_rx_auth_req()
/hostap-latest/wpa_supplicant/
Ddpp_supplicant.c95 wpabuf_head(auth->resp_msg), in wpas_dpp_qr_code()
96 wpabuf_len(auth->resp_msg), in wpas_dpp_qr_code()
198 if (!auth || !auth->resp_msg) in wpas_dpp_auth_resp_retry_timeout()
209 wpabuf_head(auth->resp_msg), in wpas_dpp_auth_resp_retry_timeout()
210 wpabuf_len(auth->resp_msg), in wpas_dpp_auth_resp_retry_timeout()
220 if (!auth || !auth->resp_msg) in wpas_dpp_auth_resp_retry()
1164 wpabuf_head(auth->resp_msg), in wpas_dpp_tx_auth_resp()
1165 wpabuf_len(auth->resp_msg), in wpas_dpp_tx_auth_resp()