hostapd: Fix set beacon in multiple BSSID scenario
authorMarek Kwaczynski <marek.kwaczynski@tieto.com>
Thu, 21 Nov 2013 12:33:09 +0000 (13:33 +0100)
committerJouni Malinen <j@w1.fi>
Fri, 22 Nov 2013 16:02:56 +0000 (18:02 +0200)
commit77a3e796e1b5118d19ed75960589f8ad520658c2
tree729a6bfade133b513891df68e7ef8605e6680528
parent179fc5527d503c7e3588c46d7f5c133b4e5d5e3e
hostapd: Fix set beacon in multiple BSSID scenario

Check if the BSS interface has started before setting beacon.
Lack of this condition can cause segmantation fault.

Signed-hostap: Marek Kwaczynski <marek.kwaczynski@tieto.com>
src/ap/beacon.c