Lines Matching refs:comeback
38 struct wpabuf *comeback; member
53 wpabuf_free(awork->comeback); in wpas_pasn_free_auth_work()
54 awork->comeback = NULL; in wpas_pasn_free_auth_work()
83 struct wpabuf *comeback, in wpas_pasn_auth_status() argument
86 if (comeback) { in wpas_pasn_auth_status()
87 size_t comeback_len = wpabuf_len(comeback); in wpas_pasn_auth_status()
93 wpabuf_head(comeback), comeback_len); in wpas_pasn_auth_status()
347 const u8 *comeback = NULL; in wpas_pasn_configure_next_peer() local
382 comeback, comeback_len)) { in wpas_pasn_configure_next_peer()
656 awork->comeback); in wpas_pasn_auth_start_cb()
665 wpabuf_free(awork->comeback); in wpas_pasn_auth_start_cb()
666 awork->comeback = NULL; in wpas_pasn_auth_start_cb()
680 const u8 *comeback, size_t comeback_len) in wpas_pasn_auth_start() argument
727 if (comeback && comeback_len) { in wpas_pasn_auth_start()
728 awork->comeback = wpabuf_alloc_copy(comeback, comeback_len); in wpas_pasn_auth_start()
729 if (!awork->comeback) { in wpas_pasn_auth_start()
757 pasn->status, pasn->comeback, in wpas_pasn_auth_stop()
781 params->comeback, params->comeback_len); in wpas_pasn_immediate_retry()