Lines Matching defs:comeback
3931 * @comeback: A buffer holding the comeback token. Can be NULL
3932 * @after: If comeback is set, defined the comeback time in seconds. -1 to not
3938 const struct wpabuf *comeback, int after)
3952 if (comeback) {
3953 wpa_printf(MSG_DEBUG, "PASN: Adding comeback data");
3961 params->len += 1 + wpabuf_len(comeback);
3966 wpabuf_put_u8(buf, wpabuf_len(comeback));
3967 wpabuf_put_buf(buf, comeback);
4182 "PASN: Invalid Parameters IE: comeback len");
4188 pasn_params->comeback = pos;