Fix TX status processing during AP mode shutdown in wpa_supplicant
authorJouni Malinen <j@w1.fi>
Mon, 6 Jan 2014 15:54:16 +0000 (17:54 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 7 Jan 2014 08:45:12 +0000 (10:45 +0200)
commit6fc61e180ed0706fb7784e768649541974c7b7f5
tree855aa3227c84912afa37499ef178f821044987ac
parent675b1f891bfae1384f61cc26279637c89d7a58a8
Fix TX status processing during AP mode shutdown in wpa_supplicant

A TX status event could be received after the AP interface has already
been deinitialized. This needs to check for NULL pointer before trying
to indicate the event to AP functions.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/ap.c