Re: [PATCH 1/1] Check ssid_len before set WiFi.SSID of network

2010-05-10 Thread Marcel Holtmann
Hi Martin, > Wpa_s 0.7.1 reports hidden network SSID as NULL, during scan. Conseqently, > the ssid of hidden network (which is set by user before) may be cleared, and > can not be connected anymore. patch has been applied. Thanks. However can I remind you to keep the commit messages at 72 chars

RE: [PATCH 1/1] Check ssid_len before set WiFi.SSID of network

2010-05-10 Thread Xu, Martin
Hi Marcel: The patch is used to fix block issue 1814, please review it. Thanks. > -Original Message- > From: Xu, Martin > Sent: Monday, May 10, 2010 3:26 PM > To: connman@connman.net > Cc: Xu, Martin > Subject: [PATCH 1/1] Check ssid_len before set WiFi.SSID of network

[PATCH 1/1] Check ssid_len before set WiFi.SSID of network

2010-05-10 Thread martin . xu
From: Martin Xu Wpa_s 0.7.1 reports hidden network SSID as NULL, during scan. Conseqently, the ssid of hidden network (which is set by user before) may be cleared, and can not be connected anymore. --- plugins/supplicant.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git