hostap/hs20/client
Masashi Honma 00e0f0b010 hs20-osu-client: Hide a trivial compiler warning
This patch hides a compiler warning:

osu_client.c: In function ‘cmd_osu_select’:
osu_client.c:2200:2: warning: ‘osu_count’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  for (i = 0; i < osu_count; i++) {
  ^

osu_count is actually initialized in parse_osu_providers() if non-NULL
value is returned.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
2017-02-06 19:28:34 +02:00
..
Android.mk Android: Remove superfluous OpenSSL include paths 2016-03-03 16:27:10 +02:00
devdetail.xml HS 2.0R2: Add OSU client implementation 2014-03-12 01:09:22 +02:00
devinfo.xml HS 2.0R2: Add OSU client implementation 2014-03-12 01:09:22 +02:00
est.c EST: Comment out X509_REQ_print calls on Android with BoringSSL 2015-12-04 20:08:31 +02:00
Makefile HTTP (curl): OCSP with BoringSSL 2015-12-04 20:08:31 +02:00
oma_dm_client.c HS 2.0: Add NULL check before dereferencing in hs20-osu-client 2015-03-06 13:37:16 +02:00
osu_client.c hs20-osu-client: Hide a trivial compiler warning 2017-02-06 19:28:34 +02:00
osu_client.h HS 2.0R2: Do not use OSU cert validation for EST 2014-03-18 00:39:49 +02:00
spp_client.c HS 2.0: spp-client: Warn user if xml file cannot be found 2015-05-27 11:55:43 +03:00