Fix CONFIG_AP=y build without CONFIG_P2P=y
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 7 Apr 2014 09:32:58 +0000 (12:32 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 7 Apr 2014 10:40:58 +0000 (13:40 +0300)
commitf8b10c17706c90131617eafe6f0617556e813356
treeb662c09f492638f2c2bda9502bc3c1977faabcda
parentf05cee9714ae87d315d893699a536b60a5aa73a9
Fix CONFIG_AP=y build without CONFIG_P2P=y

Commit ca9bc5b5666a08c741ddd21c451ecb92aa33a11a used P2P functionality
from ap.c without proper ifdef CONFIG_P2P.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ap.c