]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Allow 'none' driver to be started without ifname
authorJouni Malinen <j@w1.fi>
Thu, 16 Feb 2012 21:11:29 +0000 (23:11 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 16 Feb 2012 21:11:29 +0000 (23:11 +0200)
commit9d23cff5984e173cc4f4a2afb0d5c6603da75e7a
treed9232195118549fb1b9e5c79515489cded3ba0c6
parentdeca6eff74411b8c93e7c7c31406de7367a0b540
hostapd: Allow 'none' driver to be started without ifname

Commit 0dcc4dc4b31d48ed32940b9adb0b9fcdcab32dc3 made driver
initialization conditional on interface name being configured. This can
break hostapd-as-RADIUS-server use case where this parameter does not
really make any sense. Fix this with a special case for the none driver.

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