Fix TRACK_STA_LIST before BSS enabled
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 19 Aug 2016 13:26:48 +0000 (16:26 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 19 Aug 2016 13:26:48 +0000 (16:26 +0300)
commit30e0745bf7e7c302d5e0977c805b6f07ac2f3d2b
tree33c0d7845d86973008c552a993129d9d3d5b58ef
parent1f3b8b4edbccfdd60cc28d0f11080eb7181c28b9
Fix TRACK_STA_LIST before BSS enabled

This hostapd control interface command could hit a NULL pointer
dereference if issued before the BSS was enabled.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/ctrl_iface.c