Avoid -Wshadow warnings from older gcc versions
authorJouni Malinen <j@w1.fi>
Thu, 25 Dec 2014 11:02:29 +0000 (13:02 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 26 Dec 2014 11:21:00 +0000 (13:21 +0200)
commit49e3eea8d9f02208289c54bf788ae3d9e2ab8989
tree96f847ae0abc85e88fe068d6839a5a142b44ddf5
parenta193231dfb0ea5e7a5cf66e7e314a6d845768241
Avoid -Wshadow warnings from older gcc versions

It looks like gcc 4.8.2 would warn about these with -Wshadow, but 4.6.3
did.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/aes-siv.c
src/drivers/driver_nl80211_capa.c
wpa_supplicant/scan.c