]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/ctrl_iface.c
Fix CONFIG_WPS_NFC=y build without CONFIG_P2P=y
authorJouni Malinen <j@w1.fi>
Thu, 13 Feb 2014 13:29:09 +0000 (15:29 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 13 Feb 2014 13:29:09 +0000 (15:29 +0200)
commit88853aedf6cc4a152442b5bb2c4946683df6ff66
tree19ef415fbe3d5461f93c94809b6c0cff1d0f1fba
parent7ac7fd43aa6ec3a5ca3848c66fcbf0dd38328174
Fix CONFIG_WPS_NFC=y build without CONFIG_P2P=y

Some of the control interface operations for P2P were not properly
protected with #ifdef CONFIG_P2P.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/ctrl_iface.c