]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Simplify interface initialization
authorJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 11:28:17 +0000 (13:28 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 17:51:06 +0000 (19:51 +0200)
commit4a5deb9b9d710e2f930edc968ddae59f0abd2d17
tree503dbeeca101ca3deff9a8979ad715015ddfac05
parente114c49cfc431b93046b1ad1d8a85991242672dd
hostapd: Simplify interface initialization

Use hostapd_interface_init2() for all interfaces instead of the
previously used different paths for per-interface-config and
per-BSS-config cases. This moves the calls to hostapd_driver_init() and
hostapd_setup_interface() to happen after all configuration files have
been read.

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