]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Set operstate UP when initializing AP mode
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 26 Oct 2010 13:30:28 +0000 (16:30 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 26 Oct 2010 13:30:28 +0000 (16:30 +0300)
commite11f5a2cbc333113a3a1cc1aeea7f698c3936ca3
tree3f77426116177c326246626040c4a6a32a334a53
parent4e0c025d13e3dd54ad934bf7ed2a29a2c9e7649a
hostapd: Set operstate UP when initializing AP mode

This is needed to avoid problems with other applications setting and
leaving the interface to IF_OPER_DORMANT state. In AP mode, the interface
is ready immediately after the keys are set, so we better make sure the
DORMANT state does not prevent normal operations after that.
src/ap/hostapd.c