Re: [PATCH 02/15] WPS: credentials signal support added in gsupplicant library.

2011-01-21 Thread Samuel Ortiz
Hi Tomasz, On Tue, Jan 11, 2011 at 03:53:55PM +0200, Tomasz Bursztyka wrote: +const void *g_supplicant_interface_get_wps_ssid(GSupplicantInterface *interface, + unsigned int *ssid_len) This is more than 80 chars long. +static void

[PATCH 02/15] WPS: credentials signal support added in gsupplicant library.

2011-01-11 Thread Tomasz Bursztyka
--- gsupplicant/gsupplicant.h |3 + gsupplicant/supplicant.c | 91 + 2 files changed, 94 insertions(+), 0 deletions(-) diff --git a/gsupplicant/gsupplicant.h b/gsupplicant/gsupplicant.h index 9404402..4f507e3 100644 ---