Use unsigned/signed printf format more consistently
authorJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 16:11:35 +0000 (19:11 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 17:08:00 +0000 (20:08 +0300)
commit91b7a5e146a69e6c076b147d52dfaf4d3f365c6c
treebe7af6a41299b2a8a179e5a53455a664f5788bc5
parent59bae7463a1a9680b7a8bd3fff1271f6c2b823c0
Use unsigned/signed printf format more consistently

These configuration parameters did not use matching printf format string
parameters (signed vs. unsigned). While these configuratin values are,
in practice, small unsigned integers, the implementation should use
matching types to write these.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/config_file.c