Fix compiler warning when CONFIG_IEEE80211R is not included
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 13 Mar 2013 10:38:26 +0000 (12:38 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 13 Mar 2013 10:40:57 +0000 (12:40 +0200)
commitb6714ca1bb238cfc8a955d55da22f228652a9623
treee544a9ef8bc77b8d6415c7769319e436d09b9ac7
parent94d7acf3df09da611a96b2a5b7d821e41d02bf80
Fix compiler warning when CONFIG_IEEE80211R is not included

Commit 6a1ce39599c857e6e612d8dd81e892ec5ca36c7c moved the bssid
variable declaration to be outside CONFIG_IEEE80211R block and
triggered a compiler warning about unused variable.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/events.c