Re: [PATCH v1 1/6] technology: Provide a function to get WiFi tethering informations

2013-02-24 Thread Patrik Flykt
On Fri, 2013-02-22 at 15:31 +0200, Tomasz Bursztyka wrote: > +void connman_technology_get_wifi_tethering(const char **ssid, const > char **psk) > +{ > + struct connman_technology *technology; > + > + if (ssid == NULL || psk == NULL) > + return; > + > + *ssid = *psk =

[PATCH v1 1/6] technology: Provide a function to get WiFi tethering informations

2013-02-22 Thread Tomasz Bursztyka
--- include/technology.h | 2 ++ src/technology.c | 52 2 files changed, 38 insertions(+), 16 deletions(-) diff --git a/include/technology.h b/include/technology.h index f3fab20..2eb35a4 100644 --- a/include/technology.h +++ b/include/tech