Verify that l2_packet is initialized before notification call
authorJouni Malinen <jouni.malinen@atheros.com>
Sun, 18 Jul 2010 03:26:47 +0000 (20:26 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 18 Jul 2010 03:26:47 +0000 (20:26 -0700)
commit3f967fe055cecf1f94c9ce43768b186b24ef4841
tree06c17742c403af14c78ee6873915f2bafea0ddc7
parent69a6b47aa0a4716ce8f3ceb253e5e1276cd4e85f
Verify that l2_packet is initialized before notification call

It is possible that l2_packet is not used with wpa_supplicant
in some cases, so better make sure we do not end up notifying
l2_packet code about authentications unless it was actually
initialized in the first place.
wpa_supplicant/events.c