]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Move ctrl_iface initialization to happen earlier
authorJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 13:47:01 +0000 (15:47 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 17:51:06 +0000 (19:51 +0200)
commitad08e1413bc25fc8c66dda7dcdde728a580da366
treeade38897cbed0e95da80eb6e044789d59b568aaa
parentc20cb023e2da43c49ff19a09bbb68f26c6ff7333
hostapd: Move ctrl_iface initialization to happen earlier

Channel determination may take considerable time when ACS or DFS is
used, so it is useful to be able to observe this process through the
control interface. Move the initialization of the control interfaces to
happen before channel determination so that this can be achieved.

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