Searched refs:resp_msg (Results 1 – 6 of 6) sorted by relevance
| /hostap-latest/src/common/ |
| D | dpp_auth.c | 593 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()
|
| D | dpp.h | 310 struct wpabuf *resp_msg; member
|
| D | dpp_tcp.c | 800 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()
|
| D | dpp.c | 1465 wpabuf_free(auth->resp_msg); in dpp_auth_deinit()
|
| /hostap-latest/src/ap/ |
| D | dpp_hostapd.c | 75 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/ |
| D | dpp_supplicant.c | 95 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()
|